Home
last modified time | relevance | path

Searched refs:BASICTYPE_BITSTRING (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dasn_to_syn_mr.c13 { BASICTYPE_BITSTRING,NULL ,"1.3.6.1.4.1.1466.115.121.1.6", NULL },
50 { BASICTYPE_BITSTRING,"Bit String","1.3.6.1.4.1.1466.115.121.1.6", NULL },
93 { BASICTYPE_BITSTRING, "bitStringMatch", NULL, NULL, NULL },
134 { BASICTYPE_BITSTRING, {}},
177 { BASICTYPE_BITSTRING, { -1, NULL, {},{},0,ASN_BASIC,BASICTYPE_BITSTRING,
H A Dasn.h21 BASICTYPE_BITSTRING, enumerator
H A Dinit.c368 case BASICTYPE_BITSTRING : in comp_convert_asn_to_ldap()
661 if ( csi_attr->csi_comp_desc->cd_type_id != BASICTYPE_BITSTRING ) { in comp_test_components()
665 else if ( csi_attr->csi_comp_desc->cd_type_id != BASICTYPE_BITSTRING ) { in comp_test_components()
H A Dcomponentlib.c110 k->comp_desc = get_component_description (BASICTYPE_BITSTRING); in GDecComponentBits()
155 k->comp_desc = get_component_description (BASICTYPE_BITSTRING); in BDecComponentBits()