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

/macosx-10.10/WebCore-7600.1.25/platform/sql/
H A DSQLiteDatabase.cpp265 sqlite3_busy_handler(m_db, handler, NULL);
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h247 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
H A Dsqlite3.h1789 ** is the third argument to sqlite3_busy_handler(). ^The second argument to
1841 SQLITE_API int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
1846 ** ^This routine sets a [sqlite3_busy_handler | busy handler] that sleeps
1858 ** was defined (using [sqlite3_busy_handler()]) prior to calling
6159 ** the [sqlite3_busy_handler | busy-handler function]
H A Dsqlite3.c2342 ** is the third argument to sqlite3_busy_handler(). ^The second argument to
2394 SQLITE_API int sqlite3_busy_handler(sqlite3*, int(*)(void*,int), void*);
2399 ** ^This routine sets a [sqlite3_busy_handler | busy handler] that sleeps
2411 ** was defined (using [sqlite3_busy_handler()]) prior to calling
6712 ** the [sqlite3_busy_handler | busy-handler function]
89139 #define sqlite3_busy_handler macro
111106 SQLITE_API int sqlite3_busy_handler( function
[all...]
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A DSecDb.c406 return SecDbErrorWithDb(sqlite3_busy_handler(dbconn->handle, SecDbHandleBusy, dbconn), dbconn->handle, error, CFSTR("busy_handler"));
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A DSecDb.c406 return SecDbErrorWithDb(sqlite3_busy_handler(dbconn->handle, SecDbHandleBusy, dbconn), dbconn->handle, error, CFSTR("busy_handler"));

Completed in 394 milliseconds