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

  /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
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 );
582 k->comp_desc->cd_type_id = BASICTYPE_ENUMERATED;
639 k->comp_desc->cd_type_id = BASICTYPE_ENUMERATED;
708 k->comp_desc->cd_type_id = BASICTYPE_IA5_STR;
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 );
896 k->comp_desc->cd_type_id = BASICTYPE_NULL;
954 k->comp_desc->cd_type_id = BASICTYPE_NULL
    [all...]
certificate.c 99 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
225 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
313 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
329 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
446 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
517 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
529 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
680 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
789 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
801 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);
203 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
311 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
326 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
396 k->comp_desc->cd_type_id = BASICTYPE_INTEGER;
475 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
551 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
562 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
842 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
1022 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE
    [all...]
init.c 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 ) {
392 csi->csi_comp_desc->cd_type_id == BASICTYPE_ANY )
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 ) {
700 if (csi_attr->csi_comp_desc->cd_type_id != BASICTYPE_ANY )
authorityKeyIdentifier.c 41 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
163 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
251 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
263 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
407 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
513 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
529 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
715 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
807 t->comp_desc->cd_type_id = COMPOSITE_ASN1_TYPE;
819 mr = retrieve_matching_rule( oid, csi_attr->csi_comp_desc->cd_type_id);
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
index.c 537 cr->cr_asn_type_id = csi_attr->csi_comp_desc->cd_type_id;
  /src/external/bsd/openldap/dist/servers/slapd/
slap.h 3305 int cd_type_id; member in struct:ComponentDesc

Completed in 40 milliseconds