Home
last modified time | relevance | path

Searched refs:ExtractingComponentEDIPartyName (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.h168 void* ExtractingComponentEDIPartyName PROTO (( void* mem_op, ComponentReference *cr, ComponentEDIPa…
H A DauthorityKeyIdentifier.c836 ExtractingComponentEDIPartyName ( void* mem_op, ComponentReference* cr, ComponentEDIPartyName *comp… in ExtractingComponentEDIPartyName() function
953 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentEDIPartyName;
1040 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentEDIPartyName;
1162 return ExtractingComponentEDIPartyName ( mem_op, cr, (comp->a.ediPartyName) ); in ExtractingComponentGeneralName()