Searched refs:growRuleValue (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libnisdb/ |
H A D | ldap_ruleval.h | 46 __nis_rule_value_t *growRuleValue(int oldCount, int newCount,
|
H A D | ldap_ruleval.c | 98 return (growRuleValue(0, count, 0, rvIn)); in initRuleValue() 110 growRuleValue(int oldCount, int newCount, __nis_rule_value_t *old, in growRuleValue() function 1063 rvq = growRuleValue(count, count + 1, rvq, in mergeRuleValueWithSameDN()
|
H A D | ldap_op.c | 1608 if ((rv = growRuleValue(numVals, tnv, rv, rvIn)) == 0) { in ldapSearch()
|
/titanic_50/usr/src/lib/libnisdb/yptol/ |
H A D | dit_access_utils.c | 175 rvq = growRuleValue(count, count + 1, rvq, 0); in processSplitField() 737 rvq = growRuleValue(count, count + 1, rvq, 0); in buildNISRuleValue()
|