Home
last modified time | relevance | path

Searched refs:attrType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPAttributeList.cpp114 const std::string attrType = attr.getName(); in addAttribute() local
115 const std::string::size_type attrLen = attrType.size(); in addAttribute()
123 if(equal(tmpAttrType.begin(), tmpAttrType.end(), attrType.begin(), in addAttribute()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dgetdn.c953 struct berval attrType = BER_BVNULL; in ldap_bv2rdn_x() local
1086 attrType.bv_val = ldap_int_parse_numericoid( &p, &err, in ldap_bv2rdn_x()
1092 attrType.bv_len = p - attrType.bv_val; in ldap_bv2rdn_x()
1158 attrType.bv_val = (char *)startPos; in ldap_bv2rdn_x()
1159 attrType.bv_len = len; in ldap_bv2rdn_x()
1310 ava = ldapava_new( &attrType, &attrValue, in ldap_bv2rdn_x()
1391 attrType.bv_val = NULL; in ldap_bv2rdn_x()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp1420 QualType VisitAttributedType(const AttributedType *attrType) { in VisitAttributedType()
1421 QualType newType = BaseType::VisitAttributedType(attrType); in VisitAttributedType()