Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcomponentlib.h421 #define GDecComponentAnyDefinedBy GDecComponentAny
427 int GDecComponentAny ( void* mem_op, GenBuf *b, ComponentAny *result, AsnLen *bytesDecoded, int mod…
H A Dcomponentlib.c1853 k->comp_desc->cd_gser_decoder = (gser_decoder_func*)GDecComponentAny; in BEncComponentAny()
1893 k->comp_desc->cd_gser_decoder = (gser_decoder_func*)GDecComponentAny; in BDecComponentAny()
1909 GDecComponentAny ( void* mem_op, GenBuf *b, ComponentAny *result, AsnLen *bytesDecoded, int mode) { in GDecComponentAny() function
1930 k->comp_desc->cd_gser_decoder = (gser_decoder_func*)GDecComponentAny; in GDecComponentAny()