Searched defs:rv_result (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c1010 __nis_rule_value_t *rv_request = 0, *rv_result = 0; local
1097 rv_result = ldapSearch(ls, &nr, 0, statP);
1099 if (rv_result == 0) {
1122 *statP = buildNISRuleValue(t, &rv_result[i],
1141 if ((rc = verifyKey(skey, &rv_result[i]))
1154 &rv_result[i], statP);
1173 freeRuleValue(rv_result, nr);
1174 rv_result = 0;
1183 freeRuleValue(rv_result, nr);
1184 rv_result
[all...]

Completed in 46 milliseconds