Home
last modified time | relevance | path

Searched refs:sqlite3_busy_handler (Results 1 – 3 of 3) sorted by relevance

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h324 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
H A Dsqlite3.h2255 SQLITE_API int sqlite3_busy_handler(sqlite3*,int(*)(void*,int),void*);
H A Dsqlite3.c2515 SQLITE_API int sqlite3_busy_handler(sqlite3*,int(*)(void*,int),void*);
109159 #define sqlite3_busy_handler sqlite3_api->busy_handler
109529 sqlite3_busy_handler,
138011 SQLITE_API int sqlite3_busy_handler(
138070 sqlite3_busy_handler(db, sqliteDefaultBusyCallback, (void*)db);
138073 sqlite3_busy_handler(db, 0, 0);

Completed in 843 milliseconds