Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/man/
H A DMakefile70 sqlite3_busy_handler.3 \
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h408 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
H A Dsqlite3.h2839 SQLITE_API int sqlite3_busy_handler(sqlite3*,int(*)(void*,int),void*);
H A Dsqlite3.c3152 SQLITE_API int sqlite3_busy_handler(sqlite3*,int(*)(void*,int),void*);
135880 #define sqlite3_busy_handler sqlite3_api->busy_handler
136326 sqlite3_busy_handler,
179932 SQLITE_API int sqlite3_busy_handler(
179991 sqlite3_busy_handler(db, (int(*)(void*,int))sqliteDefaultBusyCallback,
179995 sqlite3_busy_handler(db, 0, 0);
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d543 int sqlite3_busy_handler(sqlite3*, int function (void*,int), void*);
/netbsd-src/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c2188 sqlite3_busy_handler(pDb->db, DbBusyHandler, pDb); in DbObjCmd()
2190 sqlite3_busy_handler(pDb->db, 0, 0); in DbObjCmd()