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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/comp_match/
H A Dcomponentlib.h404 typedef struct ComponentAny{ struct
411 } ComponentAny; typedef in typeref:struct:ComponentAny
413 typedef ComponentAny ComponentAnyDefinedBy;
420 int GEncComponentAny (GenBuf *b, ComponentAny *comp_any);
421 int BDecComponentAny ( void* mem_op, GenBuf *b, ComponentAny *result, AsnLen *bytesDecoded, int mode);
422 int GDecComponentAny ( void* mem_op, GenBuf *b, ComponentAny *result, AsnLen *bytesDecoded, int mode);
423 int MatchingComponentAny (char* oid, ComponentAny *a, ComponentAny *b);
424 void FreeComponentAny ( ComponentAny*);
H A Dcomponentlib.c1780 SetAnyTypeByComponentOid ( ComponentAny *v, ComponentOid *id ) {
1801 SetAnyTypeByComponentInt( ComponentAny *v, ComponentInt id) {
1813 GEncComponentAny ( GenBuf *b, ComponentAny *in )
1822 BEncComponentAny ( void* mem_op, GenBuf *b, ComponentAny *result, AsnLen *bytesDecoded, int mode)
1824 ComponentAny *k, **k2;
1826 k = (ComponentAny*) result;
1831 k2 = (ComponentAny**) result;
1832 *k2 = (ComponentAny*) CompAlloc( mem_op, sizeof( ComponentAny ) );
1864 BDecComponentAny ( void* mem_op, GenBuf *b, ComponentAny *resul
[all...]
H A Dinit.c276 decoder = ((ComponentAny*)csi_attr)->cai->GSER_Decode;
385 csi = ((ComponentAny*)csi)->value;
697 rc = CheckSelectTypeCorrect( attr_nm, ((ComponentAny*)csi_attr)->cai, &cr->cr_curr->ci_val.ci_select_value );
701 csi_attr = ((ComponentAny*)csi_attr)->value;
H A DauthorityKeyIdentifier.c48 rc = MatchingComponentAnyDefinedBy ( oid, (ComponentAny*)&((ComponentOtherName*)csi_attr)->value, (ComponentAny*)&((ComponentOtherName*)csi_assert)->value);
270 rc = MatchingComponentAnyDefinedBy ( oid, (ComponentAny*)&((ComponentORAddress*)csi_attr)->value, (ComponentAny*)&((ComponentORAddress*)csi_assert)->value);
H A Dcertificate.c106 rc = MatchingComponentAnyDefinedBy ( oid, (ComponentAny*)&((ComponentAlgorithmIdentifier*)csi_attr)->parameters, (ComponentAny*)&((ComponentAlgorithmIdentifier*)csi_assert)->parameters);
808 rc = MatchingComponentAnyDefinedBy ( oid, (ComponentAny*)&((ComponentAttributeTypeAndValue*)csi_attr)->value, (ComponentAny*)&((ComponentAttributeTypeAndValue*)csi_assert)->value);

Completed in 184 milliseconds