Home | History | Annotate | Download | only in orig

Lines Matching full:callbacks

2789 ** CAPI3REF: Compile-Time Authorization Callbacks
2953 ** ^(Additional sqlite3_trace() callbacks might occur
2954 ** as each triggered subprogram is entered. The callbacks for triggers
2973 ** CAPI3REF: Query Progress Callbacks
4356 ** callbacks.
4461 ** define callbacks that implement the SQL functions and aggregates.
4462 ** The 3rd parameter to these callbacks is an array of pointers to
4643 ** These routines are used by the xFunc or xFinal callbacks that
4870 ** CAPI3REF: Collation Needed Callbacks
5077 ** CAPI3REF: Commit And Rollback Notification Callbacks
5096 ** The commit and rollback hook callbacks are not reentrant.
5126 ** CAPI3REF: Data Change Notification Callbacks
7533 ** argument to callbacks registered using rtree_geometry_callback().
11161 const char *zAuthContext; /* The 6th parameter to db->xAuth callbacks */
11393 ** callbacks.
18637 ** the memory subsystem are allowed, but no new callbacks will be
57946 ** callbacks when pages are changed or the cache invalidated.
61794 ** to invoke any required unlock-notify callbacks.
63060 ** invokes callbacks registered with sqlite3_wal_hook() as required.
64943 ** close the program with a final OP_Halt and to set up the callbacks
64981 int checkProgress; /* True if progress callbacks are enabled */
67523 ** savepoint (and therefore should not prompt xSavepoint()) callbacks.
73061 ** WRC_Abort Do no more callbacks. Unwind the stack and
73104 ** any expr callbacks and SELECT callbacks that come from subqueries.
75501 ** These routines are Walker callbacks. Walker.u.pi is a pointer
81169 ** zArg3 argument to authorization callbacks will be zContext until
102217 ** The array is cleared after invoking the callbacks.
113221 ** locks and does not require any further unlock-notify callbacks.
115634 ** Each call to this routine overrides any prior callbacks registered
115635 ** on the same "db". If xNotify==0 then any prior callbacks are immediately
115765 ** closed and the unlock-notify callbacks on blocked connections
115776 ** callbacks with smaller arrays of context pointers, which will
127716 ** required callbacks have been made. In this case exit early.