Searched defs:autolockIoFinder (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c4188 ** object. The only interesting finder-function is autolockIoFinder, which
4409 *(*const autolockIoFinder)(const char*,unixFile*) = autolockIoFinderImpl; variable
4447 *(*const autolockIoFinder)(const char*,unixFile*) = autolockIoFinderImpl; variable
4501 || pVfs->pAppData==(void*)&autolockIoFinder );
5809 dummyVfs.pAppData = (void*)&autolockIoFinder;
6687 ** object. But the "autolockIoFinder" available on MacOSX does a little
6726 UNIXVFS("unix", autolockIoFinder ),

Completed in 165 milliseconds