Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex_c.x342 % bool_t touchEntry(entry_object *e);
343 % bool_t touchEntry(db_query *q);
H A Ddb_mindex2.cc515 table->touchEntry(dbie->getlocation()); in updateTableEntry()
647 db_mindex::touchEntry(entry_object *e) { in touchEntry() function in db_mindex
658 ret = touchEntry(qi); in touchEntry()
666 db_mindex::touchEntry(db_query *q) { in touchEntry() function in db_mindex
673 table->touchEntry(dbie->getlocation()); in touchEntry()
926 if (!touchEntry(ea[i])) { in queryLDAP()
947 touchEntry(ea[i]); in queryLDAP()
958 touchEntry(ea[i]); in queryLDAP()
H A Ddb_table_c.x289 % void touchEntry(entryp loc);
H A Ddb_table.cc1070 db_table::touchEntry(entryp loc) { in touchEntry() function in db_table
H A Dnis_db.cc819 mindex->touchEntry(query); in dbTouchObj()