Searched refs:sqlite3_busy_handler (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3ext.h223 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
H A Dsqlite3.h1652 ** is the third argument to sqlite3_busy_handler(). ^The second argument to
1704 SQLITE_API int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
1709 ** ^This routine sets a [sqlite3_busy_handler | busy handler] that sleeps
1721 ** was defined (using [sqlite3_busy_handler()]) prior to calling
5603 ** the [sqlite3_busy_handler | busy-handler function]
H A Dsqlite3.c2189 ** is the third argument to sqlite3_busy_handler(). ^The second argument to
2241 SQLITE_API int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
2246 ** ^This routine sets a [sqlite3_busy_handler | busy handler] that sleeps
2258 ** was defined (using [sqlite3_busy_handler()]) prior to calling
6140 ** the [sqlite3_busy_handler | busy-handler function]
83520 #define sqlite3_busy_handler macro
104210 SQLITE_API int sqlite3_busy_handler( function
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3ext.h223 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
H A Dsqlite3.h1652 ** is the third argument to sqlite3_busy_handler(). ^The second argument to
1704 SQLITE_API int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
1709 ** ^This routine sets a [sqlite3_busy_handler | busy handler] that sleeps
1721 ** was defined (using [sqlite3_busy_handler()]) prior to calling
5603 ** the [sqlite3_busy_handler | busy-handler function]
H A Dsqlite3.c2189 ** is the third argument to sqlite3_busy_handler(). ^The second argument to
2241 SQLITE_API int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
2246 ** ^This routine sets a [sqlite3_busy_handler | busy handler] that sleeps
2258 ** was defined (using [sqlite3_busy_handler()]) prior to calling
6140 ** the [sqlite3_busy_handler | busy-handler function]
83520 #define sqlite3_busy_handler macro
104210 SQLITE_API int sqlite3_busy_handler( function
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3ext.h223 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
H A Dsqlite3.h1652 ** is the third argument to sqlite3_busy_handler(). ^The second argument to
1704 SQLITE_API int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
1709 ** ^This routine sets a [sqlite3_busy_handler | busy handler] that sleeps
1721 ** was defined (using [sqlite3_busy_handler()]) prior to calling
5603 ** the [sqlite3_busy_handler | busy-handler function]
H A Dsqlite3.c2189 ** is the third argument to sqlite3_busy_handler(). ^The second argument to
2241 SQLITE_API int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
2246 ** ^This routine sets a [sqlite3_busy_handler | busy handler] that sleeps
2258 ** was defined (using [sqlite3_busy_handler()]) prior to calling
6140 ** the [sqlite3_busy_handler | busy-handler function]
83520 #define sqlite3_busy_handler macro
104210 SQLITE_API int sqlite3_busy_handler( function
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h1152 ** {F12311} The [sqlite3_busy_handler()] function replaces the busy handler
1169 ** [sqlite3_busy_handler()] and a count of the number of prior
1177 int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
1182 ** This routine sets a [sqlite3_busy_handler | busy handler]
1194 ** (using [sqlite3_busy_handler()]) prior to calling
1200 ** [sqlite3_busy_timeout()] or [sqlite3_busy_handler()] setting
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h1152 ** {F12311} The [sqlite3_busy_handler()] function replaces the busy handler
1169 ** [sqlite3_busy_handler()] and a count of the number of prior
1177 int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
1182 ** This routine sets a [sqlite3_busy_handler | busy handler]
1194 ** (using [sqlite3_busy_handler()]) prior to calling
1200 ** [sqlite3_busy_timeout()] or [sqlite3_busy_handler()] setting
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h1152 ** {F12311} The [sqlite3_busy_handler()] function replaces the busy handler
1169 ** [sqlite3_busy_handler()] and a count of the number of prior
1177 int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
1182 ** This routine sets a [sqlite3_busy_handler | busy handler]
1194 ** (using [sqlite3_busy_handler()]) prior to calling
1200 ** [sqlite3_busy_timeout()] or [sqlite3_busy_handler()] setting

Completed in 1437 milliseconds