Searched refs:attrLen (Results 1 – 2 of 2) sorted by relevance
105 int attrLen; in readNextKey() local123 attrLen = strcspn(p, " \t:"); in readNextKey()124 p += attrLen; in readNextKey()126 if (attrLen == 0) /* If no attribute name was present, quit. */ in readNextKey()143 (*key)->attributeType = LDAP_MALLOC(attrLen+1); in readNextKey()149 strncpy((*key)->attributeType, attrStart, attrLen); in readNextKey()150 (*key)->attributeType[attrLen] = 0; in readNextKey()
115 const std::string::size_type attrLen = attrType.size(); in addAttribute() local122 if(tmpAttrLen == attrLen){ in addAttribute()