Searched defs:sqlite3_busy_timeout (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c991 int sqlite3_busy_timeout(sqlite3 *db, int ms){ function
H A Dsqlite3ext.h245 #define sqlite3_busy_timeout sqlite3_api->busy_timeout macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h269 #define sqlite3_busy_timeout sqlite3_api->busy_timeout macro
H A Dsqlite3.c774 ** [sqlite3_busy_timeout()] to name but three) that are methods on an
2455 ** previously set handler.)^ ^Note that calling [sqlite3_busy_timeout()]
2485 SQLITE_API int sqlite3_busy_timeout(sqlite3*, int ms);
91242 #define sqlite3_busy_timeout macro
113488 SQLITE_API int sqlite3_busy_timeout(sqlite3 *db, int ms){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h269 #define sqlite3_busy_timeout sqlite3_api->busy_timeout macro
H A Dsqlite3.c774 ** [sqlite3_busy_timeout()] to name but three) that are methods on an
2455 ** previously set handler.)^ ^Note that calling [sqlite3_busy_timeout()]
2485 SQLITE_API int sqlite3_busy_timeout(sqlite3*, int ms);
91278 #define sqlite3_busy_timeout macro
113524 SQLITE_API int sqlite3_busy_timeout(sqlite3 *db, int ms){ function
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c767 ** [sqlite3_busy_timeout()] to name but three) that are methods on an
2320 ** previously set handler.)^ ^Note that calling [sqlite3_busy_timeout()]
2350 SQLITE_API int sqlite3_busy_timeout(sqlite3*, int ms);
86934 #define sqlite3_busy_timeout macro
108443 SQLITE_API int sqlite3_busy_timeout(sqlite3 *db, int ms){ function
[all...]

Completed in 548 milliseconds