Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libnisdb/
H A Ddb_pickle.h43 PICKLE_READ, PICKLE_WRITE, PICKLE_APPEND enumerator
H A Ddb_pickle.cc71 } else if (mode == PICKLE_APPEND) { in open()
H A Ddb_dictlog.cc228 if (mode != PICKLE_APPEND) { in append()
H A Ddb_log.cc195 if (mode != PICKLE_APPEND) { in append()
H A Ddb.cc477 if ((logfile = new db_log(logfilename, PICKLE_APPEND)) in open_log()
H A Ddb_dictionary.cc1391 if ((logfile = new db_dictlog(logfilename, PICKLE_APPEND)) == in open_log()