Searched refs:hook (Results 251 - 252 of 252) sorted by relevance

<<11

/freebsd-current/contrib/ncurses/progs/
H A Dtic.c266 * So. This hook *immediately* writes out the referenced entry if it
268 * adding the entry to the in-core list when this hook fires. If some
279 * The reason this is a hook, and not in line with the rest of the
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c7066 ** ^If the callback on a commit hook function returns non-zero,
7074 ** The commit and rollback hook callbacks are not reentrant.
7079 ** or rollback hook in the first place.
7086 ** ^When the commit hook callback routine returns zero, the [COMMIT]
7087 ** operation is allowed to continue normally. ^If the commit hook
7089 ** ^The rollback hook is invoked on a rollback that results from a commit
7090 ** hook returning non-zero, just as it would be with any other rollback.
7192 ** ^(The update hook is not invoked when internal system tables are
7194 ** ^The update hook is not invoked when [WITHOUT ROWID] tables are modified.
7196 ** ^In the current implementation, the update hook
224955 SessionHook hook; /* APIs to grab new and old data with */ member in struct:sqlite3_session
226428 SessionHook hook; member in struct:SessionStat1Ctx
[all...]

Completed in 603 milliseconds

<<11