Home
last modified time | relevance | path

Searched refs:newrvq (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c252 __nis_rule_value_t *rvq, *subrvq, *newrvq; in datumToRuleValue() local
432 if ((newrvq = initRuleValue(count * nr, 0)) == 0) { in datumToRuleValue()
440 if ((mergeRuleValue(&newrvq[l], in datumToRuleValue()
443 &newrvq[l], in datumToRuleValue()
450 freeRuleValue(newrvq, in datumToRuleValue()
459 rvq = newrvq; in datumToRuleValue()