Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c2076 static int unixMapfile(unixFile *pFd, i64 nByte);
3928 rc = unixMapfile(pFile, nByte); in fcntlSizeHint()
4050 rc = unixMapfile(pFile, -1); in unixFileControl()
5237 static int unixMapfile(unixFile *pFd, i64 nMap){ in unixMapfile() function
5283 int rc = unixMapfile(pFd, -1); in unixFetch()