Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c5373 #define IOMETHODS(FINDER,METHOD,VERSION,CLOSE,LOCK,UNLOCK,CKLOCK,SHMMAP) \ argument
5395 static const sqlite3_io_methods *FINDER##Impl(const char *z, unixFile *p){ \
5399 static const sqlite3_io_methods *(*const FINDER)(const char*,unixFile *p) \
5400 = FINDER##Impl;
7995 #define UNIXVFS(VFSNAME, FINDER) { \ in sqlite3_os_init() argument
8001 (void*)&FINDER, /* pAppData */ \ in sqlite3_os_init()