Searched refs:ComponentAny (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
H A D | componentlib.h | 409 typedef struct ComponentAny{ struct 416 } ComponentAny; argument 418 typedef ComponentAny ComponentAnyDefinedBy; 425 int GEncComponentAny (GenBuf *b, ComponentAny *comp_any); 426 int BDecComponentAny ( void* mem_op, GenBuf *b, ComponentAny *result, AsnLen *bytesDecoded, int mod… 427 int GDecComponentAny ( void* mem_op, GenBuf *b, ComponentAny *result, AsnLen *bytesDecoded, int mod… 428 int MatchingComponentAny (char* oid, ComponentAny *a, ComponentAny *b); 429 void FreeComponentAny ( ComponentAny*);
|
H A D | componentlib.c | 1785 SetAnyTypeByComponentOid ( ComponentAny *v, ComponentOid *id ) { in SetAnyTypeByComponentOid() 1806 SetAnyTypeByComponentInt( ComponentAny *v, ComponentInt id) { in SetAnyTypeByComponentInt() 1818 GEncComponentAny ( GenBuf *b, ComponentAny *in ) in GEncComponentAny() 1827 BEncComponentAny ( void* mem_op, GenBuf *b, ComponentAny *result, AsnLen *bytesDecoded, int mode) in BEncComponentAny() 1829 ComponentAny *k, **k2; in BEncComponentAny() 1831 k = (ComponentAny*) result; in BEncComponentAny() 1836 k2 = (ComponentAny**) result; in BEncComponentAny() 1837 *k2 = (ComponentAny*) CompAlloc( mem_op, sizeof( ComponentAny ) ); in BEncComponentAny() 1869 BDecComponentAny ( void* mem_op, GenBuf *b, ComponentAny *result, AsnLen *bytesDecoded, int mode) { in BDecComponentAny() 1871 ComponentAny *k, **k2; in BDecComponentAny() [all …]
|
H A D | init.c | 281 decoder = ((ComponentAny*)csi_attr)->cai->GSER_Decode; in comp_convert_assert_to_comp() 390 csi = ((ComponentAny*)csi)->value; in comp_convert_asn_to_ldap() 702 …rc = CheckSelectTypeCorrect( attr_nm, ((ComponentAny*)csi_attr)->cai, &cr->cr_curr->ci_val.ci_sele… in comp_test_components() 706 csi_attr = ((ComponentAny*)csi_attr)->value; in comp_test_components()
|
H A D | authorityKeyIdentifier.c | 50 …c = MatchingComponentAnyDefinedBy ( oid, (ComponentAny*)&((ComponentOtherName*)csi_attr)->value, (… in MatchingComponentOtherName() 272 …c = MatchingComponentAnyDefinedBy ( oid, (ComponentAny*)&((ComponentORAddress*)csi_attr)->value, (… in MatchingComponentORAddress()
|
H A D | certificate.c | 108 …chingComponentAnyDefinedBy ( oid, (ComponentAny*)&((ComponentAlgorithmIdentifier*)csi_attr)->param… in MatchingComponentAlgorithmIdentifier() 810 …tchingComponentAnyDefinedBy ( oid, (ComponentAny*)&((ComponentAttributeTypeAndValue*)csi_attr)->va… in MatchingComponentAttributeTypeAndValue()
|