Home
last modified time | relevance | path

Searched refs:ComponentAny (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcomponentlib.h409 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 Dcomponentlib.c1785 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 Dinit.c281 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 DauthorityKeyIdentifier.c50 …c = MatchingComponentAnyDefinedBy ( oid, (ComponentAny*)&((ComponentOtherName*)csi_attr)->value, ( in MatchingComponentOtherName()
272 …c = MatchingComponentAnyDefinedBy ( oid, (ComponentAny*)&((ComponentORAddress*)csi_attr)->value, ( in MatchingComponentORAddress()
H A Dcertificate.c108 …chingComponentAnyDefinedBy ( oid, (ComponentAny*)&((ComponentAlgorithmIdentifier*)csi_attr)->param… in MatchingComponentAlgorithmIdentifier()
810 …tchingComponentAnyDefinedBy ( oid, (ComponentAny*)&((ComponentAttributeTypeAndValue*)csi_attr)->va… in MatchingComponentAttributeTypeAndValue()