Searched refs:kvpExists (Results 1 – 1 of 1) sorted by relevance
174 static NSL_RESULT _attrAddKVP(LDAPMod ***attrs, char **kvpList, int kvpExists);1609 int kvpExists = 0; in _constructModLDAPMod() local1623 kvpExists = 1; in _constructModLDAPMod()1748 result = _attrAddKVP(attrs, *oldKVPList, kvpExists); in _constructModLDAPMod()2355 _attrAddKVP(LDAPMod ***attrs, char **kvpList, int kvpExists) in _attrAddKVP() argument2377 if (kvpExists) in _attrAddKVP()