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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3ext.h283 #define sqlite3_busy_timeout sqlite3_api->busy_timeout macro
H A Dsqlite3.h225 ** [sqlite3_busy_timeout()] to name but three) that are methods on an
2030 ** previously set handler.)^ ^Note that calling [sqlite3_busy_timeout()]
2060 SQLITE_API int sqlite3_busy_timeout(sqlite3*, int ms);
H A Dshell.c2545 sqlite3_busy_timeout(p->db, atoi(azArg[1]));
H A Dsqlite3.c796 ** [sqlite3_busy_timeout()] to name but three) that are methods on an
2601 ** previously set handler.)^ ^Note that calling [sqlite3_busy_timeout()]
2631 SQLITE_API int sqlite3_busy_timeout(sqlite3*, int ms);
92460 #define sqlite3_busy_timeout macro
116097 SQLITE_API int sqlite3_busy_timeout(sqlite3 *db, int ms){ function
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h248 #define sqlite3_busy_timeout sqlite3_api->busy_timeout macro
H A Dsqlite3.h224 ** [sqlite3_busy_timeout()] to name but three) that are methods on an
1831 ** previously set handler.)^ ^Note that calling [sqlite3_busy_timeout()]
1861 SQLITE_API int sqlite3_busy_timeout(sqlite3*, int ms);
H A Dsqlite3.c777 ** [sqlite3_busy_timeout()] to name but three) that are methods on an
2384 ** previously set handler.)^ ^Note that calling [sqlite3_busy_timeout()]
2414 SQLITE_API int sqlite3_busy_timeout(sqlite3*, int ms);
89140 #define sqlite3_busy_timeout macro
111150 SQLITE_API int sqlite3_busy_timeout(sqlite3 *db, int ms){ function
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c820 SQLITE_ERR_MSG(sqlite3_busy_timeout(*db3, BUSY_TIMEOUT),

Completed in 806 milliseconds