Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex.cc267 db_index_entry_p oldres = NULL, newres; in satisfy_query_dbonly() local
292 if (oldres == NULL) { in satisfy_query_dbonly()
293 oldres = newres; in satisfy_query_dbonly()
296 oldres = newres->join(num_new, num_old, in satisfy_query_dbonly()
297 oldres, &num_old); in satisfy_query_dbonly()
298 if (oldres == NULL) { in satisfy_query_dbonly()
311 return (oldres); in satisfy_query_dbonly()