Searched refs:ComponentReference (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.h59 void* ExtractingComponentOtherName PROTO (( void* mem_op, ComponentReference *cr, ComponentOtherName *comp ));
83 void* ExtractingComponentORAddress PROTO (( void* mem_op, ComponentReference *cr, ComponentORAddress *comp ));
106 void* ExtractingComponentAttributeTypeAndValue PROTO (( void* mem_op, ComponentReference *cr, ComponentAttributeTypeAndValue *comp ));
143 void* ExtractingComponentDirectoryString PROTO (( void* mem_op, ComponentReference *cr, ComponentDirectoryString *comp ));
166 void* ExtractingComponentEDIPartyName PROTO (( void* mem_op, ComponentReference *cr, ComponentEDIPartyName *comp ));
181 void* ExtractingComponentRelativeDistinguishedName PROTO (( void* mem_op, ComponentReference *cr, ComponentRelativeDistinguishedName *comp ));
196 void* ExtractingComponentRDNSequence PROTO (( void* mem_op, ComponentReference *cr, ComponentRDNSequence *comp ));
225 void* ExtractingComponentName PROTO (( void* mem_op, ComponentReference *cr, ComponentName *comp ));
270 void* ExtractingComponentGeneralName PROTO (( void* mem_op, ComponentReference *cr, ComponentGeneralName *comp ));
285 void* ExtractingComponentGeneralNames PROTO (( void* mem_op, ComponentReference *c
[all...]
H A Dcrl.h75 void* ExtractingComponentAlgorithmIdentifier PROTO (( void* mem_op, ComponentReference *cr, ComponentAlgorithmIdentifier *comp ));
106 void* ExtractingComponentTime PROTO (( void* mem_op, ComponentReference *cr, ComponentTime *comp ));
130 void* ExtractingComponentExtension PROTO (( void* mem_op, ComponentReference *cr, ComponentExtension *comp ));
153 void* ExtractingComponentAttributeTypeAndValue PROTO (( void* mem_op, ComponentReference *cr, ComponentAttributeTypeAndValue *comp ));
168 void* ExtractingComponentExtensions PROTO (( void* mem_op, ComponentReference *cr, ComponentExtensions *comp ));
192 void* ExtractingComponentTBSCertListSeqOfSeq PROTO (( void* mem_op, ComponentReference *cr, ComponentTBSCertListSeqOfSeq *comp ));
207 void* ExtractingComponentTBSCertListSeqOf PROTO (( void* mem_op, ComponentReference *cr, ComponentTBSCertListSeqOf *comp ));
222 void* ExtractingComponentRelativeDistinguishedName PROTO (( void* mem_op, ComponentReference *cr, ComponentRelativeDistinguishedName *comp ));
237 void* ExtractingComponentRDNSequence PROTO (( void* mem_op, ComponentReference *cr, ComponentRDNSequence *comp ));
266 void* ExtractingComponentName PROTO (( void* mem_op, ComponentReference *c
[all...]
H A Dcertificate.h108 void* ExtractingComponentAlgorithmIdentifier PROTO (( void* mem_op, ComponentReference *cr, ComponentAlgorithmIdentifier *comp ));
139 void* ExtractingComponentTime PROTO (( void* mem_op, ComponentReference *cr, ComponentTime *comp ));
163 void* ExtractingComponentExtension PROTO (( void* mem_op, ComponentReference *cr, ComponentExtension *comp ));
186 void* ExtractingComponentAttributeTypeAndValue PROTO (( void* mem_op, ComponentReference *cr, ComponentAttributeTypeAndValue *comp ));
209 void* ExtractingComponentValidity PROTO (( void* mem_op, ComponentReference *cr, ComponentValidity *comp ));
232 void* ExtractingComponentSubjectPublicKeyInfo PROTO (( void* mem_op, ComponentReference *cr, ComponentSubjectPublicKeyInfo *comp ));
247 void* ExtractingComponentExtensions PROTO (( void* mem_op, ComponentReference *cr, ComponentExtensions *comp ));
262 void* ExtractingComponentRelativeDistinguishedName PROTO (( void* mem_op, ComponentReference *cr, ComponentRelativeDistinguishedName *comp ));
277 void* ExtractingComponentRDNSequence PROTO (( void* mem_op, ComponentReference *cr, ComponentRDNSequence *comp ));
306 void* ExtractingComponentName PROTO (( void* mem_op, ComponentReference *c
[all...]
H A Dcertificate.c113 ExtractingComponentAlgorithmIdentifier ( void* mem_op, ComponentReference* cr, ComponentAlgorithmIdentifier *comp )
348 ExtractingComponentTime ( void* mem_op, ComponentReference* cr, ComponentTime *comp )
545 ExtractingComponentExtension ( void* mem_op, ComponentReference* cr, ComponentExtension *comp )
815 ExtractingComponentAttributeTypeAndValue ( void* mem_op, ComponentReference* cr, ComponentAttributeTypeAndValue *comp )
1029 ExtractingComponentValidity ( void* mem_op, ComponentReference* cr, ComponentValidity *comp )
1256 ExtractingComponentSubjectPublicKeyInfo ( void* mem_op, ComponentReference* cr, ComponentSubjectPublicKeyInfo *comp )
1487 ExtractingComponentExtensions ( void* mem_op, ComponentReference* cr, ComponentExtensions *comp )
1730 ExtractingComponentRelativeDistinguishedName ( void* mem_op, ComponentReference* cr, ComponentRelativeDistinguishedName *comp )
1968 ExtractingComponentRDNSequence ( void* mem_op, ComponentReference* cr, ComponentRDNSequence *comp )
2206 ExtractingComponentName ( void* mem_op, ComponentReference* c
[all...]
H A Dcrl.c59 ExtractingComponentTBSCertListSeqOfSeq ( void* mem_op, ComponentReference* cr, ComponentTBSCertListSeqOfSeq *comp )
346 ExtractingComponentTBSCertListSeqOf ( void* mem_op, ComponentReference* cr, ComponentTBSCertListSeqOf *comp )
596 ExtractingComponentTBSCertList ( void* mem_op, ComponentReference* cr, ComponentTBSCertList *comp )
1050 ExtractingComponentCertificateList ( void* mem_op, ComponentReference* cr, ComponentCertificateList *comp )
H A Dinit.c456 ComponentReference *cr = ca->ca_comp_ref;
601 ComponentReference* cr = ca->ca_comp_ref;
H A DauthorityKeyIdentifier.c55 ExtractingComponentOtherName ( void* mem_op, ComponentReference* cr, ComponentOtherName *comp )
280 ExtractingComponentORAddress ( void* mem_op, ComponentReference* cr, ComponentORAddress *comp )
557 ExtractingComponentDirectoryString ( void* mem_op, ComponentReference* cr, ComponentDirectoryString *comp )
834 ExtractingComponentEDIPartyName ( void* mem_op, ComponentReference* cr, ComponentEDIPartyName *comp )
1099 ExtractingComponentGeneralName ( void* mem_op, ComponentReference* cr, ComponentGeneralName *comp )
1575 ExtractingComponentGeneralNames ( void* mem_op, ComponentReference* cr, ComponentGeneralNames *comp )
1798 ExtractingComponentAuthorityKeyIdentifier ( void* mem_op, ComponentReference* cr, ComponentAuthorityKeyIdentifier *comp )
H A Dcomponentlib.h385 typedef void* (*ExtractFcn) (void*, ComponentReference*, void * );
H A Dcomponentlib.c1969 ExtractingComponentAny ( void* mem_op, ComponentReference* cr, ComponentAny *result ) {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dcomponent.c163 ComponentReference*
164 dup_comp_ref ( Operation* op, ComponentReference* cr )
166 ComponentReference* dup_cr;
170 dup_cr = op->o_tmpalloc( sizeof( ComponentReference ), op->o_tmpmemctx );
553 ComponentReference** cr,
558 ComponentReference* ca_comp_ref;
567 ca_comp_ref = op->o_tmpalloc( sizeof( ComponentReference ),
570 ca_comp_ref = SLAP_MALLOC( sizeof( ComponentReference ) );
616 ComponentReference *cr,
617 ComponentReference** cr_lis
[all...]
H A Dslap.h3082 * component ComponentReference (SIZE(1..MAX)) OPTIONAL
3111 typedef struct ComponentReference ComponentReference; typedef in typeref:struct:ComponentReference
3137 struct ComponentReference { struct
3147 ComponentReference* cr_next;
3151 ComponentReference *ca_comp_ref;
3216 ComponentReference* cr,
H A Dproto-slap.h567 ComponentReference *cr,
568 ComponentReference** cr_list ));
575 ComponentReference** cr ));
601 LDAP_SLAPD_F (ComponentReference*) dup_comp_ref LDAP_P((
603 ComponentReference *cr ));
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dindex.c317 ComponentReference *cr;
481 ComponentReference *cr_list = NULL;
482 ComponentReference *cr = NULL, *dupped_cr = NULL;
H A Dback-bdb.h357 ComponentReference* ai_cr; /*component indexing*/
H A Dattr.c170 ComponentReference* cr = NULL;
H A Dfilterindex.c315 ComponentReference* cr_list, *cr;

Completed in 142 milliseconds