Home
last modified time | relevance | path

Searched refs:execute_on_log (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictlog.cc142 db_dictlog::execute_on_log(bool_t (*func) (db_dictlog_entry *, in execute_on_log() function in db_dictlog
180 return (execute_on_log(&(print_log_entry), NULL)); in print()
H A Ddb_log.cc72 db_log::execute_on_log(bool_t (*func) (db_log_entry *, char *, int *), in execute_on_log() function in db_log
109 return (execute_on_log(&(print_log_entry), NULL)); in print()
H A Ddb_log_c.x75 % int execute_on_log( bool_t(* f) (db_log_entry *, char *, int *),
H A Ddb_dictlog_c.x154 % int execute_on_log( bool_t(* func) (db_dictlog_entry *, char *, int *),
H A Ddb.cc608 ret = f.execute_on_log(&(apply_log_entry), (char *) &internal_db); in incorporate_log()
774 count = f.execute_on_log(&(entry_since), (char *) &ti, FALSE); in get_log_entries_since()
H A Ddb_dictionary.cc1237 ret = f.execute_on_log(&(apply_log_entry), (char *) this); in incorporate_log()