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

/osnet-11/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c1014 __nis_rule_value_t *rv_request = 0, *rv_result = 0; local
1101 rv_result = ldapSearch(ls, &nr, 0, statP);
1103 if (rv_result == 0) {
1126 *statP = buildNISRuleValue(t, &rv_result[i],
1145 if ((rc = verifyKey(skey, &rv_result[i]))
1158 &rv_result[i], statP);
1177 freeRuleValue(rv_result, nr);
1178 rv_result = 0;
1187 freeRuleValue(rv_result, nr);
1188 rv_result
[all...]

Completed in 35 milliseconds