Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c40978 static int unixMapfile(unixFile *pFd, i64 nByte);
42790 rc = unixMapfile(pFile, nByte); in fcntlSizeHint()
42929 rc = unixMapfile(pFile, -1); in unixFileControl()
44240 static int unixMapfile(unixFile *pFd, i64 nMap){ in unixMapfile() function
44291 int rc = unixMapfile(pFd, -1); in unixFetch()