Home
last modified time | relevance | path

Searched refs:BER_Decode (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dinit.c217 if ( !odm || (!odm->BER_Decode && !odm->GSER_Decode) ) in comp_convert_attr_to_comp()
233 …rc =BDecComponentTop(odm->BER_Decode, a->a_comp_data->cd_mem_op, b, 0,0, &component,&bytesDecoded,… in comp_convert_attr_to_comp()
235 …rc = odm->BER_Decode ( a->a_comp_data->cd_mem_op, b, (ComponentSyntaxInfo*)&component, &bytesDecod… in comp_convert_attr_to_comp()
657 if ( !odm || !odm->BER_Decode ) in comp_test_components()
679 rc = odm->BER_Decode ( attr_nm, b, (ComponentSyntaxInfo*)&contained_comp, &bytesDecoded, mode ); in comp_test_components()
H A Dcomponentlib.c1842 if ((result->cai != NULL) && (result->cai->BER_Decode != NULL)) { in BEncComponentAny()
1845 result->cai->BER_Decode ( mem_op, b, result->value, (int*)bytesDecoded, DEC_ALLOC_MODE_1); in BEncComponentAny()
1884 if ((result->cai != NULL) && (result->cai->BER_Decode != NULL)) { in BDecComponentAny()
1885 …result->cai->BER_Decode ( mem_op, b, (ComponentSyntaxInfo*)&result->value, (int*)bytesDecoded, DEC… in BDecComponentAny()
2013 a->BER_Decode = B_decode; in InstallAnyByComponentInt()
2153 a->BER_Decode = B_decode; in InstallAnyByComponentOid()
H A Dcomponentlib.h400 ber_tag_decoder_func* BER_Decode; member