Searched refs:csi_comp_desc (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/comp_match/
H A Dinit.c268 gser_decoder_func *decoder = csi_attr->csi_comp_desc->cd_gser_decoder;
275 if ( csi_attr->csi_comp_desc->cd_type_id == BASICTYPE_ANY )
319 &asn_to_syntax_mapping_tbl[csi->csi_comp_desc->cd_type_id];
326 switch ( csi->csi_comp_desc->cd_type_id ) {
386 if ( csi->csi_comp_desc->cd_type != ASN_BASIC ||
387 csi->csi_comp_desc->cd_type_id == BASICTYPE_ANY )
548 return csi_attr->csi_comp_desc->cd_all_match(
606 csi_attr = (ComponentSyntaxInfo*)csi_attr->csi_comp_desc->cd_extract_i( attr_nm, cr, csi_attr );
656 if ( csi_attr->csi_comp_desc->cd_type_id != BASICTYPE_BITSTRING ) {
660 else if ( csi_attr->csi_comp_desc
[all...]
H A Dcomponentlib.c45 mr = retrieve_matching_rule(oid, (AsnTypeId)csi_attr->csi_comp_desc->cd_type_id );
401 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
512 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
721 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
829 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
1030 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
1169 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
1424 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
1533 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
1983 free ( ((ComponentSyntaxInfo*)any->value)->csi_comp_desc );
[all...]
H A Dcertificate.c97 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
327 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
527 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
799 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
1014 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
1241 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
1465 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
1699 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
1946 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
2188 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc
[all...]
H A Dcrl.c39 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
324 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
560 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
1032 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
H A DauthorityKeyIdentifier.c39 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
261 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
527 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
817 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
1057 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
1553 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
1776 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dindex.c526 csi_attr = ((ComponentSyntaxInfo*)decoded_comp)->csi_comp_desc->cd_extract_i( mem_op, dupped_cr, decoded_comp );
529 cr->cr_asn_type_id = csi_attr->csi_comp_desc->cd_type_id;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dslap.h3289 ComponentDesc *csi_comp_desc; member in struct:ComponentSyntaxInfo

Completed in 153 milliseconds