Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c42489 static int unixMapfile(unixFile *pFd, i64 nByte);
44301 rc = unixMapfile(pFile, nByte); in fcntlSizeHint()
44444 rc = unixMapfile(pFile, -1); in unixFileControl()
45874 static int unixMapfile(unixFile *pFd, i64 nMap){ in unixMapfile() function
45925 int rc = unixMapfile(pFd, -1); in unixFetch()