Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.h85 void* ExtractingComponentORAddress PROTO (( void* mem_op, ComponentReference *cr, ComponentORAddres…
H A DauthorityKeyIdentifier.c282 ExtractingComponentORAddress ( void* mem_op, ComponentReference* cr, ComponentORAddress *comp ) in ExtractingComponentORAddress() function
405 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentORAddress;
511 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentORAddress;
1142 return ExtractingComponentORAddress ( mem_op, cr, (comp->a.x400Address) ); in ExtractingComponentGeneralName()