Home
last modified time | relevance | path

Searched refs:sqlite3_progress_handler (Results 1 - 6 of 6) sorted by relevance

/third_party/sqlite/include/
H A Dsqlite3ext.h476 #define sqlite3_progress_handler sqlite3_api->progress_handler macro
H A Dsqlite3.h3365 ** ^The sqlite3_progress_handler(D,N,X,P) interface causes the callback
3393 SQLITE_API void sqlite3_progress_handler(sqlite3*, int, int(*)(void*), void*);
/third_party/python/Modules/_sqlite/
H A Dconnection.c1443 sqlite3_progress_handler(self->db, 0, 0, (void*)0); in pysqlite_connection_set_progress_handler_impl()
1451 sqlite3_progress_handler(self->db, n, progress_callback, ctx); in pysqlite_connection_set_progress_handler_impl()
/third_party/python/
H A Dconfigure14245 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sqlite3_progress_handler in -lsqlite3" >&5
14246 printf %s "checking for sqlite3_progress_handler in -lsqlite3... " >&6; }
14259 char sqlite3_progress_handler ();
14263 return sqlite3_progress_handler ();
/third_party/sqlite/src/
H A Dshell.c23819 sqlite3_progress_handler(p->db, nn, progress_handler, p); in do_meta_command()
H A Dsqlite3.c3671 ** ^The sqlite3_progress_handler(D,N,X,P) interface causes the callback
3699 SQLITE_API void sqlite3_progress_handler(sqlite3*, int, int(*)(void*), void*);
132399 #define sqlite3_progress_handler global() macro
132700 # define sqlite3_progress_handler global() macro
175178 SQLITE_API void sqlite3_progress_handler( global() function
[all...]

Completed in 200 milliseconds