Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
Dcomponentlib.h420 #define BDecComponentAnyDefinedBy BDecComponentAny
426 int BDecComponentAny ( void* mem_op, GenBuf *b, ComponentAny *result, AsnLen *bytesDecoded, int mod…
Dcomponentlib.c1854 k->comp_desc->cd_ber_decoder = (ber_decoder_func*)BDecComponentAny; in BEncComponentAny()
1869 BDecComponentAny ( void* mem_op, GenBuf *b, ComponentAny *result, AsnLen *bytesDecoded, int mode) { in BDecComponentAny() function
1894 k->comp_desc->cd_ber_decoder = (ber_decoder_func*)BDecComponentAny; in BDecComponentAny()
1931 k->comp_desc->cd_ber_decoder = (ber_decoder_func*)BDecComponentAny; in GDecComponentAny()