Searched refs:FINDER (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 45985 #define IOMETHODS(FINDER,METHOD,VERSION,CLOSE,LOCK,UNLOCK,CKLOCK,SHMMAP) \ argument 46007 static const sqlite3_io_methods *FINDER##Impl(const char *z, unixFile *p){ \ 46011 static const sqlite3_io_methods *(*const FINDER)(const char*,unixFile *p) \ 46012 = FINDER##Impl; 48636 #define UNIXVFS(VFSNAME, FINDER) { \ in sqlite3_os_init() argument 48642 (void*)&FINDER, /* pAppData */ \ in sqlite3_os_init()
|