Home
last modified time | relevance | path

Searched defs:db_dictlog_entry (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictlog_c.x55 struct db_dictlog_entry { struct
60 struct db_dictlog_entry *next; /* Used in constructing list */ argument
63 typedef struct db_dictlog_entry* db_dictlog_entry_p; argument
H A Ddb_dictlog.cc50 db_dictlog_entry::db_dictlog_entry(int a, vers * v, char *tname, in db_dictlog_entry() function in db_dictlog_entry
142 db_dictlog::execute_on_log(bool_t (*func) (db_dictlog_entry *, in execute_on_log()