Searched refs:sqlite3_busy_handler (Results 1 – 4 of 4) sorted by relevance
/third_party/sqlite/include/ |
D | sqlite3ext.h | 407 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
|
D | sqlite3.h | 2775 SQLITE_API int sqlite3_busy_handler(sqlite3*,int(*)(void*,int),void*);
|
/third_party/sqlite/src/ |
D | sqlite3.c | 3088 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/ |
D | 0003-ohos-1115.patch | 84293 #define sqlite3_busy_handler chrome_sqlite3_busy_handler // Line 2737 122708 #define sqlite3_busy_handler chrome_sqlite3_busy_handler // Line 2737
|