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

  /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
init.c 273 gser_decoder_func *decoder = csi_attr->csi_comp_desc->cd_gser_decoder;
280 if ( csi_attr->csi_comp_desc->cd_type_id == BASICTYPE_ANY )
324 &asn_to_syntax_mapping_tbl[csi->csi_comp_desc->cd_type_id];
331 switch ( csi->csi_comp_desc->cd_type_id ) {
391 if ( csi->csi_comp_desc->cd_type != ASN_BASIC ||
392 csi->csi_comp_desc->cd_type_id == BASICTYPE_ANY )
553 return csi_attr->csi_comp_desc->cd_all_match(
611 csi_attr = (ComponentSyntaxInfo*)csi_attr->csi_comp_desc->cd_extract_i( attr_nm, cr, csi_attr );
661 if ( csi_attr->csi_comp_desc->cd_type_id != BASICTYPE_BITSTRING ) {
665 else if ( csi_attr->csi_comp_desc->cd_type_id != BASICTYPE_BITSTRING )
    [all...]
componentlib.c 50 mr = retrieve_matching_rule(oid, (AsnTypeId)csi_attr->csi_comp_desc->cd_type_id );
406 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
517 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
726 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
834 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
1035 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
1174 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
1429 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
1538 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
1988 free ( ((ComponentSyntaxInfo*)any->value)->csi_comp_desc );
    [all...]
certificate.c 99 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
329 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
529 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
801 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
1016 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
1243 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
1467 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
1701 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
1948 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
2190 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id)
    [all...]
crl.c 41 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
326 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
562 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
1034 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
authorityKeyIdentifier.c 41 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
263 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
529 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
819 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
1059 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
1555 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
1778 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
index.c 534 csi_attr = ((ComponentSyntaxInfo*)decoded_comp)->csi_comp_desc->cd_extract_i( mem_op, dupped_cr, decoded_comp );
537 cr->cr_asn_type_id = csi_attr->csi_comp_desc->cd_type_id;
  /src/external/bsd/openldap/dist/servers/slapd/
slap.h 3318 ComponentDesc *csi_comp_desc; member in struct:ComponentSyntaxInfo

Completed in 42 milliseconds