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

  /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
asn_to_syn_mr.c 215 (gser_decoder_func*)GDecComponentIA5String,(ber_decoder_func*)BDecComponentIA5String,
componentlib.h 141 #define GDecComponentIA5String GDecComponentUTF8String
authorityKeyIdentifier.c 1466 rc = GDecComponentIA5String (mem_op, b, (&k->a.rfc822Name), bytesDecoded, DEC_ALLOC_MODE_0 );
1473 rc = GDecComponentIA5String (mem_op, b, (&k->a.dNSName), bytesDecoded, DEC_ALLOC_MODE_0 );
1501 rc = GDecComponentIA5String (mem_op, b, (&k->a.uniformResourceIdentifier), bytesDecoded, DEC_ALLOC_MODE_0 );
componentlib.c 703 k->comp_desc->cd_gser_decoder = (gser_decoder_func*)GDecComponentIA5String;
certificate.c 77 InstallAnyByComponentOid (iA5StringOid_ANY_ID, &oid10, sizeof (ComponentIA5String), (EncodeFcn)BEncIA5String, (gser_decoder_func*)GDecComponentIA5String, (ber_tag_decoder_func*)BDecComponentIA5StringTag, (ExtractFcn)NULL,(MatchFcn)MatchingComponentIA5String,(FreeFcn)FreeComponentIA5String, (PrintFcn)NULL);

Completed in 52 milliseconds