Searched refs:fillInUnixFile (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | os_unix.c | 5635 static int fillInUnixFile( in fillInUnixFile() function 6328 rc = fillInUnixFile(pVfs, fd, pFile, zPath, ctrlFlags); in unixOpen() 6348 rc = fillInUnixFile(pVfs, fd, pFile, zPath, ctrlFlags); in unixOpen() 7109 rc = fillInUnixFile(&dummyVfs, fd, (sqlite3_file*)pNew, path, 0); in proxyCreateUnixFile()
|