Searched refs:db_dictlog_entry (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_dictlog_c.x | 55 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 75 %class db_dictlog_entry { 80 % db_dictlog_entry *next; /* Used in constructing list */ 85 % db_dictlog_entry() { table_name = NULL, table_object = NULL; next = NULL; } 89 % db_dictlog_entry(int, vers *, char*, table_obj*); 91 % ~db_dictlog_entry(); 112 % db_dictlog_entry * getnextptr() { return( next ); } 115 % void setnextptr( db_dictlog_entry *p ) { next = p; } [all …]
|
H A D | db_dictlog.cc | 50 db_dictlog_entry::db_dictlog_entry(int a, vers * v, char *tname, in db_dictlog_entry() function in db_dictlog_entry 61 db_dictlog_entry::~db_dictlog_entry() in ~db_dictlog_entry() 68 db_dictlog_entry::print() in print() 115 delete_log_entry(db_dictlog_entry *lentry) in delete_log_entry() 142 db_dictlog::execute_on_log(bool_t (*func) (db_dictlog_entry *, in execute_on_log() argument 146 db_dictlog_entry *j; in execute_on_log() 169 print_log_entry(db_dictlog_entry *j, char*, int *count) in print_log_entry() 187 db_dictlog_entry 190 db_dictlog_entry *j; in get() 198 j = new db_dictlog_entry; in get() [all …]
|
H A D | db_dictionary.cc | 1194 apply_log_entry(db_dictlog_entry *j, char *dictchar, int *count) in apply_log_entry() 1627 db_dictlog_entry le(action, newv, tab, tobj); in log_action()
|