Searched refs:ComponentORAddress (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
H A D | authorityKeyIdentifier.h | 80 } ComponentORAddress; typedef 85 …ctingComponentORAddress PROTO (( void* mem_op, ComponentReference *cr, ComponentORAddress *comp )); 88 … PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentORAddress **v, AsnLen … 91 int GDecComponentORAddress PROTO (( void* mem_op, GenBuf * b, ComponentORAddress **v, AsnLen *bytes… 260 ComponentORAddress* x400Address; /* [3] ORAddress */
|
H A D | authorityKeyIdentifier.c | 268 …id ( oid, (ComponentSyntaxInfo*)&((ComponentORAddress*)csi_attr)->type_id, (ComponentSyntaxInfo*)&… in MatchingComponentORAddress() 271 …yTypeByComponentOid ((ComponentSyntaxInfo*)&((ComponentORAddress*)csi_attr)->value, (&((ComponentO… in MatchingComponentORAddress() 272 …tAnyDefinedBy ( oid, (ComponentAny*)&((ComponentORAddress*)csi_attr)->value, (ComponentAny*)&((Com… in MatchingComponentORAddress() 275 …s ( oid, (ComponentSyntaxInfo*)&((ComponentORAddress*)csi_attr)->extension, (ComponentSyntaxInfo*)… in MatchingComponentORAddress() 282 ExtractingComponentORAddress ( void* mem_op, ComponentReference* cr, ComponentORAddress *comp ) in ExtractingComponentORAddress() 312 ComponentORAddress **v _AND_ 323 ComponentORAddress *k, *t, c_temp; 392 *v = t = (ComponentORAddress*) CompAlloc( mem_op, sizeof(ComponentORAddress) ); 417 ComponentORAddress **v _AND_ 423 ComponentORAddress *k,*t, c_temp; [all …]
|