Home
last modified time | relevance | path

Searched refs:sqlite_busy_handler (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/sqlite/
H A Dphp_sqlite.def10 sqlite_busy_handler
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.w32.h254 void sqlite_busy_handler(sqlite*, int(*)(void*,const char*,int), void*);
H A Dmain.c906 void sqlite_busy_handler( in sqlite_busy_handler() function
946 sqlite_busy_handler(db, sqliteDefaultBusyCallback, (void*)(long)ms); in sqlite_busy_timeout()
948 sqlite_busy_handler(db, 0, 0); in sqlite_busy_timeout()
H A Dsqlite.h.in134 ** behavior can be modified somewhat using the sqlite_busy_handler()
284 void sqlite_busy_handler(sqlite*, int(*)(void*,const char*,int), void*);
689 ** using the sqlite_busy_handler() or sqlite_busy_timeout() routines. If

Completed in 13 milliseconds