Searched refs:_addLDAPmodValue (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/print/libprint/common/ |
H A D | nss_ldap.c | 157 static NSL_RESULT _addLDAPmodValue(LDAPMod ***attrs, char *type, char *value); 1141 _addLDAPmodValue(LDAPMod ***attrs, char *type, char *value) in _addLDAPmodValue() function 1485 result = _addLDAPmodValue(attrs, ATTR_OCLASS, OCV_TOP); in _constructAddLDAPMod() 1490 _addLDAPmodValue(attrs, ATTR_OCLASS, OCV_PSERVICE); in _constructAddLDAPMod() 1494 result = _addLDAPmodValue(attrs, in _constructAddLDAPMod() 1499 result = _addLDAPmodValue(attrs, in _constructAddLDAPMod() 1504 result = _addLDAPmodValue(attrs, in _constructAddLDAPMod() 1551 result = _addLDAPmodValue(attrs, attr, value); in _constructAddLDAPMod() 1630 result = _addLDAPmodValue(attrs, in _constructModLDAPMod()
|