Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.h61 void* ExtractingComponentOtherName PROTO (( void* mem_op, ComponentReference *cr, ComponentOtherNam…
H A DauthorityKeyIdentifier.c57 ExtractingComponentOtherName ( void* mem_op, ComponentReference* cr, ComponentOtherName *comp ) in ExtractingComponentOtherName() function
161 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentOtherName;
249 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentOtherName;
1112 return ExtractingComponentOtherName ( mem_op, cr, (comp->a.otherName) ); in ExtractingComponentGeneralName()