Home
last modified time | relevance | path

Searched refs:table_object (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictlog_c.x59 table_obj *table_object; /* object involved in action (if any) */ member
79 % table_obj *table_object; /* object involved in action (if any) */
85 % db_dictlog_entry() { table_name = NULL, table_object = NULL; next = NULL; }
109 % table_obj *get_table_object() { return( table_object ); }
H A Ddb_dictlog.cc56 table_object = obj; in db_dictlog_entry()