Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3ext.h407 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
Dsqlite3.h2775 SQLITE_API int sqlite3_busy_handler(sqlite3*,int(*)(void*,int),void*);
/third_party/sqlite/src/
Dsqlite3.c3088 SQLITE_API int sqlite3_busy_handler(sqlite3*,int(*)(void*,int),void*);
132117 #define sqlite3_busy_handler sqlite3_api->busy_handler
132561 sqlite3_busy_handler,
174942 SQLITE_API int sqlite3_busy_handler(
175001 sqlite3_busy_handler(db, (int(*)(void*,int))sqliteDefaultBusyCallback,
175005 sqlite3_busy_handler(db, 0, 0);
/third_party/chromium/patch/
D0003-ohos-1115.patch84293 #define sqlite3_busy_handler chrome_sqlite3_busy_handler // Line 2737
122708 #define sqlite3_busy_handler chrome_sqlite3_busy_handler // Line 2737