Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/
H A Dmapfile-sqlite37 sqlite_busy_handler;
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dmain.c906 void sqlite_busy_handler( in sqlite_busy_handler() function
946 sqlite_busy_handler(db, sqliteDefaultBusyCallback, (void*)(long)ms); in sqlite_busy_timeout()
948 sqlite_busy_handler(db, 0, 0); in sqlite_busy_timeout()
H A Dtclsqlite.c596 sqlite_busy_handler(pDb->db, DbBusyHandler, pDb); in DbObjCmd()
598 sqlite_busy_handler(pDb->db, 0, 0); in DbObjCmd()
H A Dsqlite.h.in130 ** behavior can be modified somewhat using the sqlite_busy_handler()
280 void sqlite_busy_handler(sqlite*, int(*)(void*,const char*,int), void*);
671 ** using the sqlite_busy_handler() or sqlite_busy_timeout() routines. If
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dthreadtest1.c215 sqlite_busy_handler(db, db_is_locked, zFilename); in worker_bee()
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c397 sqlite_busy_handler(tsd->db_db, idmap_sqlite_busy_handler, in get_db_handle()
459 sqlite_busy_handler(tsd->cache_db, idmap_sqlite_busy_handler, in get_cache_handle()