HomeSort by: relevance | last modified time | path
    Searched refs:BDecComponentExtension (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
certificate.h 168 int BDecComponentExtension PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentExtension **v, AsnLen *bytesDecoded, int mode));
crl.h 135 int BDecComponentExtension PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentExtension **v, AsnLen *bytesDecoded, int mode));
certificate.c 578 BDecComponentExtension PARAMS ((b, tagId0, elmtLen0, v, bytesDecoded, mode),
676 t->comp_desc->cd_ber_decoder = (ber_decoder_func*)BDecComponentExtension ;
785 t->comp_desc->cd_ber_decoder = (ber_decoder_func*)BDecComponentExtension ;
1587 rc = BDecComponentExtension (mem_op, b, tagId1, elmtLen1, tmpVar, &totalElmtsLen1, mode);

Completed in 26 milliseconds