Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libnisdb/
H A Ddb_log.cc162 if (mode != PICKLE_READ) { in get()
320 if (mode != PICKLE_READ && oldlog != 0) { in close()
349 if (mode == PICKLE_READ || (!copylog)) { in open()
H A Ddb_pickle.h43 PICKLE_READ, PICKLE_WRITE, PICKLE_APPEND enumerator
H A Ddb_log_c.x58 % db_log( char* f, pickle_mode m = PICKLE_READ ): pickle_file(f, m) {
H A Ddb_pickle.cc61 if (mode == PICKLE_READ) { in open()
H A Ddb_dictlog_c.x139 % db_dictlog( char* f, pickle_mode m = PICKLE_READ ): pickle_file(f,m) {
H A Ddb_dictlog.cc195 if (mode != PICKLE_READ) { in get()
H A Ddb_index.cc350 pickle_index f(file, PICKLE_READ); in db_index()
H A Ddb.cc603 db_log f(filename, PICKLE_READ); in incorporate_log()
771 db_log f(logfilename, PICKLE_READ); in get_log_entries_since()
H A Ddb_dictionary.cc762 pickle_dict_desc f(dictname, PICKLE_READ); in inittemp()
1119 pickle_dict_desc f(file, PICKLE_READ); in init()
1231 db_dictlog f(file_name, PICKLE_READ); in incorporate_log()
H A Ddb_mindex.cc1102 pickle_mindex f(file, PICKLE_READ); in load()
H A Ddb_table.cc1122 pickle_table f(file, PICKLE_READ); in db_table()