Home
last modified time | relevance | path

Searched refs:busy_handler (Results 1 – 2 of 2) sorted by relevance

/third_party/sqlite/include/
Dsqlite3ext.h46 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); member
390 #define sqlite3_busy_handler sqlite3_api->busy_handler
/third_party/sqlite/src/
Dsqlite3.c127817 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*);
128157 #define sqlite3_busy_handler sqlite3_api->busy_handler