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

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_log.cc288 } else if (tmplog != 0) {
292 } else if ((err = copy_log_file(tmplog, stablelog)) == 0) {
305 * Successful sync of file, but no tmplog to sync
329 if (tmplog != 0) {
330 (void) unlink(tmplog);
331 delete tmplog;
332 tmplog = 0;
356 tmplog = new char[len + sizeof (".tmp")];
357 if (tmplog == 0) {
366 delete tmplog;
[all...]
H A Ddb_log_c.x50 % char *tmplog; /* <table>.log.tmp */
60 % tmplog = stablelog = oldlog = 0;

Completed in 80 milliseconds