Searched refs:fillInUnixFile (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 44642 static int fillInUnixFile( in fillInUnixFile() function 45342 rc = fillInUnixFile(pVfs, fd, pFile, zPath, ctrlFlags); in unixOpen() 45362 rc = fillInUnixFile(pVfs, fd, pFile, zPath, ctrlFlags); in unixOpen() 46126 rc = fillInUnixFile(&dummyVfs, fd, (sqlite3_file*)pNew, path, 0); in proxyCreateUnixFile()
|