Searched refs:oldObjP (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Dnisdb_mt.cc145 * if successful ('*oldObjP' might be NULL), 0 otherwise ('*oldObjP'
149 retrieveOldObjForModify(entry_obj **oldObjP) { argument
152 if (tsd == 0 || oldObjP == 0)
156 *oldObjP = tsd->oldObj;
159 *oldObjP = 0;

Completed in 14 milliseconds