Lines Matching defs:callback

5462 ** xFilter callback.
8087 ** xFilter callback.
8151 ** xBestIndex callback.
8782 ** xStep() callback for the zipfile() aggregate. This can be called in
8962 ** xFinalize() callback for zipfile aggregate function.
9669 ** the error message to callback function xOut.
11225 /* Register the auth callback with dbv */
12407 ** delivered to the SQL callback, are undefined.
12459 ** output, the callback function passed as the third argument (xSql) is
12463 ** the second. If the xSql callback returns any value other than SQLITE_OK,
12809 void *pSqlCtx; /* SQL callback context */
12810 int (*xSql)(void*,const char*); /* Pointer to SQL callback function */
13480 ** If this recover handle is not in SQL callback mode (i.e. was not created
13482 ** this function is a no-op. Otherwise, issue a callback with SQL statement
13485 ** If the callback returns non-zero, set the recover handle error code to
13492 recoverError(p, SQLITE_ERROR, "callback returned an error - %d", res);
13752 ** If the handle is in SQL callback mode, then callbacks are invoked
13827 ** If the recover handle is in SQL callback mode, then equivalent callbacks
13880 ** If the recover handle is in SQL callback mode, then the SQL statement
15297 int (*xSql)(void*, const char*),/* SQL callback for _recover_init_sql() */
15341 ** form of SQL statements via a callback.
15562 unsigned flgProgress; /* Flags for the progress callback */
15635 #define SHELL_PROGRESS_QUIET 0x01 /* Omit announcing every progress callback */
15637 ** callback limit is reached, and for each
15727 ** A callback for the sqlite3_log() interface.
16309 ** When the ".auth ON" is set, the following authorizer callback is
16506 ** Progress handler callback.
16559 ** This is the callback routine that the shell
16937 ** This is the callback routine that the SQLite library
16940 static int callback(void *pArg, int nArg, char **azArg, char **azCol){
16946 ** This is the callback routine from sqlite3_exec() that appends all
18113 /* call the supplied callback with the result row data */
18269 ** set via the supplied callback.
18272 ** function except it takes a slightly different callback
18273 ** and callback data argument.
18560 ** This is a different callback routine used for dumping the database.
18561 ** Each row received by this callback consists of a table name,
18680 ** Run zQuery. Use dump_callback() as the callback routine so that
19646 ** Linenoise completion callback
21696 ** This function is used as a callback by the recover extension. Simply
22738 callback, &data, 0
23995 callback(&data, 1, new_argv, new_colv);
24068 rc = sqlite3_exec(p->db, sSelect.z, callback, &data, &zErrMsg);
26529 ** contents out to the given callback. The callback gets a single
26533 ** code from the callback. Note that this is not thread-friendly: it