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

  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPAttributeList.cpp 114 const std::string attrType = attr.getName();
115 const std::string::size_type attrLen = attrType.size();
123 if(equal(tmpAttrType.begin(), tmpAttrType.end(), attrType.begin(),
  /src/external/bsd/openldap/dist/libraries/libldap/
getdn.c 953 struct berval attrType = BER_BVNULL;
1086 attrType.bv_val = ldap_int_parse_numericoid( &p, &err,
1092 attrType.bv_len = p - attrType.bv_val;
1158 attrType.bv_val = (char *)startPos;
1159 attrType.bv_len = len;
1215 /* OID attrType SHOULD use binary encoding */
1310 ava = ldapava_new( &attrType, &attrValue,
1391 attrType.bv_val = NULL;
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 1420 QualType VisitAttributedType(const AttributedType *attrType) {
1421 QualType newType = BaseType::VisitAttributedType(attrType);

Completed in 56 milliseconds