Searched refs:kvpExists (Results 1 – 1 of 1) sorted by relevance
172 static NSL_RESULT _attrAddKVP(LDAPMod ***attrs, char **kvpList, int kvpExists);1606 int kvpExists = 0; in _constructModLDAPMod() local1620 kvpExists = 1; in _constructModLDAPMod()1745 result = _attrAddKVP(attrs, *oldKVPList, kvpExists); in _constructModLDAPMod()2352 _attrAddKVP(LDAPMod ***attrs, char **kvpList, int kvpExists) in _attrAddKVP() argument2374 if (kvpExists) in _attrAddKVP()