Lines Matching refs:ComponentSyntaxInfo
235 …rc = odm->BER_Decode ( a->a_comp_data->cd_mem_op, b, (ComponentSyntaxInfo*)&component, &bytesDecod… in comp_convert_attr_to_comp()
238 …rc = odm->GSER_Decode( a->a_comp_data->cd_mem_op, b, (ComponentSyntaxInfo**)component, &bytesDecod… in comp_convert_attr_to_comp()
266 ComponentSyntaxInfo *csi_attr, in comp_convert_assert_to_comp()
268 ComponentSyntaxInfo** csi, int* len, int mode ) in comp_convert_assert_to_comp()
317 comp_convert_asn_to_ldap ( MatchingRule* mr, ComponentSyntaxInfo* csi, struct berval* bv, int *allo… in comp_convert_asn_to_ldap()
456 ComponentSyntaxInfo *csi_attr, in comp_test_all_components()
460 ComponentSyntaxInfo *csi_temp = NULL, *csi_assert = NULL, *comp_elmt = NULL; in comp_test_all_components()
528 ComponentSyntaxInfo *csi_attr, in comp_test_one_component()
532 ComponentSyntaxInfo *csi_assert = NULL; in comp_test_one_component()
597 comp_test_components( void* attr_nm, void* assert_nm, ComponentSyntaxInfo* csi_attr, ComponentAsser… in comp_test_components()
611 csi_attr = (ComponentSyntaxInfo*)csi_attr->csi_comp_desc->cd_extract_i( attr_nm, cr, csi_attr ); in comp_test_components()
679 rc = odm->BER_Decode ( attr_nm, b, (ComponentSyntaxInfo*)&contained_comp, &bytesDecoded, mode ); in comp_test_components()
742 comp_component_encoder ( void* mem_op, ComponentSyntaxInfo* csi , struct berval* nval ) { in comp_component_encoder()