Searched defs:incorporate_log (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db.cc | 601 db::incorporate_log(char* filename) function in class:db 606 WRITELOCK(this, -1, "w db::incorporate_log"); 607 WRITELOCK2((&internal_db), -1, "w internal_db db::incorporate_log", 613 "wu db::incorporate_log", 614 "wu mindex db::incorporate_log"); 646 if ((count = incorporate_log(logfilename)) < 0)
|
H A D | db_dictionary.cc | 1174 if ((num_changes = incorporate_log(logfilename)) < 0) 1229 db_dictionary::incorporate_log(char *file_name) function in class:db_dictionary 1234 WRITELOCK(this, -1, "w db_dictionary::incorporate_log"); 1238 WRITEUNLOCK(this, -1, "wu db_dictionary::incorporate_log");
|
Completed in 50 milliseconds