Searched refs:attrType (Results 1 – 3 of 3) sorted by relevance
114 const std::string attrType = attr.getName(); in addAttribute() local115 const std::string::size_type attrLen = attrType.size(); in addAttribute()123 if(equal(tmpAttrType.begin(), tmpAttrType.end(), attrType.begin(), in addAttribute()
953 struct berval attrType = BER_BVNULL; in ldap_bv2rdn_x() local1086 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()
1420 QualType VisitAttributedType(const AttributedType *attrType) { in VisitAttributedType()1421 QualType newType = BaseType::VisitAttributedType(attrType); in VisitAttributedType()