Searched refs:sqlite3_busy_timeout (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3ext.h380 #define sqlite3_busy_timeout sqlite3_api->busy_timeout macro
H A Dsqlite3.h246 ** [sqlite3_busy_timeout()] to name but three) that are methods on an
2623 ** [sqlite3_busy_timeout()] and [PRAGMA busy_timeout].
2659 ** previously set handler.)^ ^Note that calling [sqlite3_busy_timeout()]
2694 SQLITE_API int sqlite3_busy_timeout(sqlite3*, int ms);
H A Dshell.c20281 sqlite3_busy_timeout(p->db, nArg>=2 ? (int)integerValue(azArg[1]) : 0);
H A Dsqlite3.c1309 ** [sqlite3_busy_timeout()] to name but three) that are methods on an
3686 ** [sqlite3_busy_timeout()] and [PRAGMA busy_timeout].
3722 ** previously set handler.)^ ^Note that calling [sqlite3_busy_timeout()]
3757 SQLITE_API int sqlite3_busy_timeout(sqlite3*, int ms);
125770 #define sqlite3_busy_timeout macro
165821 SQLITE_API int sqlite3_busy_timeout(sqlite3 *db, int ms){ function
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c913 SQLITE_ERR_CLOSE(sqlite3_busy_timeout(db->db3, timeout),
/freebsd-13-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3246 sqlite3_busy_timeout(pDb->db, ms);

Completed in 624 milliseconds