Searched refs:db_dictlog_entry (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libnisdb/ |
H A D | db_dictlog_c.x | 57 struct db_dictlog_entry { struct 62 struct db_dictlog_entry *next; /* Used in constructing list */ argument 65 typedef struct db_dictlog_entry* db_dictlog_entry_p; argument 77 %class db_dictlog_entry { 82 % db_dictlog_entry *next; /* Used in constructing list */ 87 % db_dictlog_entry() { table_name = NULL, table_object = NULL; next = NULL; } 91 % db_dictlog_entry(int, vers *, char*, table_obj*); 93 % ~db_dictlog_entry(); 114 % db_dictlog_entry * getnextptr() { return( next ); } 117 % void setnextptr( db_dictlog_entry *p ) { next = p; } [all …]
|
H A D | db_dictlog.cc | 52 db_dictlog_entry::db_dictlog_entry(int a, vers * v, char *tname, in db_dictlog_entry() function in db_dictlog_entry 63 db_dictlog_entry::~db_dictlog_entry() in ~db_dictlog_entry() 70 db_dictlog_entry::print() in print() 117 delete_log_entry(db_dictlog_entry *lentry) in delete_log_entry() 144 db_dictlog::execute_on_log(bool_t (*func) (db_dictlog_entry *, in execute_on_log() argument 148 db_dictlog_entry *j; in execute_on_log() 171 print_log_entry(db_dictlog_entry *j, char*, int *count) in print_log_entry() 189 db_dictlog_entry 192 db_dictlog_entry *j; in get() 200 j = new db_dictlog_entry; in get() [all …]
|
H A D | db_dictionary.cc | 1193 apply_log_entry(db_dictlog_entry *j, char *dictchar, int *count) in apply_log_entry() 1626 db_dictlog_entry le(action, newv, tab, tobj); in log_action()
|