Searched refs:ComponentRelativeOid (Results 1 – 2 of 2) sorted by relevance
1535 ComponentRelativeOid *a, *b; in MatchingComponentRelativeOid()1543 a = (ComponentRelativeOid*)csi_attr; in MatchingComponentRelativeOid()1544 b = (ComponentRelativeOid*)csi_assert; in MatchingComponentRelativeOid()1557 GEncComponentRelativeOid ( GenBuf *b, ComponentRelativeOid *in ) in GEncComponentRelativeOid()1576 ComponentRelativeOid* k, **k2; in GDecComponentRelativeOid()1579 k = (ComponentRelativeOid*) v; in GDecComponentRelativeOid()1582 k2 = (ComponentRelativeOid**) v; in GDecComponentRelativeOid()1583 *k2 = (ComponentRelativeOid*) CompAlloc( mem_op, sizeof( ComponentRelativeOid ) ); in GDecComponentRelativeOid()1612 ComponentRelativeOid* k, **k2; in BDecComponentRelativeOid()1615 k = (ComponentRelativeOid*) v; in BDecComponentRelativeOid()[all …]
296 typedef struct ComponentRelativeOid { struct302 } ComponentRelativeOid; typedef304 int GEncComponentRelativeOid (GenBuf *b, ComponentRelativeOid *r_oid);