Searched refs:db_dictlog_entry (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictlog_c.x57 struct db_dictlog_entry {
62 struct db_dictlog_entry *next; /* Used in constructing list */
65 typedef struct db_dictlog_entry* db_dictlog_entry_p;
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 *
[all...]
H A Ddb_dictlog.cc52 db_dictlog_entry::db_dictlog_entry(int a, vers * v, char *tname, function in class:db_dictlog_entry
63 db_dictlog_entry::~db_dictlog_entry()
70 db_dictlog_entry::print()
117 delete_log_entry(db_dictlog_entry *lentry)
144 db_dictlog::execute_on_log(bool_t (*func) (db_dictlog_entry *,
148 db_dictlog_entry *j;
171 print_log_entry(db_dictlog_entry *j, char*, int *count)
189 db_dictlog_entry
[all...]
H A Ddb_dictionary.cc1193 apply_log_entry(db_dictlog_entry *j, char *dictchar, int *count)
1626 db_dictlog_entry le(action, newv, tab, tobj);

Completed in 74 milliseconds