Searched refs:db_is_locked (Results 1 – 1 of 1) sorted by relevance
53 static int db_is_locked(void *NotUsed, const char *zNotUsed, int iNotUsed){ in db_is_locked() function218 sqlite_busy_handler(db, db_is_locked, zFilename); in worker_bee()