Searched refs:sqlite3_busy_handler (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/public-domain/sqlite/lib/ |
| D | sqlite3.expsym | 32 sqlite3_busy_handler
|
| /netbsd/src/external/public-domain/sqlite/dist/ |
| D | sqlite3ext.h | 408 #define sqlite3_busy_handler sqlite3_api->busy_handler macro
|
| D | sqlite3.h | 2839 SQLITE_API int sqlite3_busy_handler(sqlite3*,int(*)(void*,int),void*);
|
| D | sqlite3.c | 3152 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/distrib/sets/lists/comp/ |
| D | mi | 10676 ./usr/share/man/cat3/sqlite3_busy_handler.0 comp-c-catman .cat 19201 ./usr/share/man/html3/sqlite3_busy_handler.html comp-c-htmlman html 27762 ./usr/share/man/man3/sqlite3_busy_handler.3 comp-c-man .man
|