Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c40977 static int unixMapfile(unixFile *pFd, i64 nByte);
42789 rc = unixMapfile(pFile, nByte); in fcntlSizeHint()
42928 rc = unixMapfile(pFile, -1); in unixFileControl()
44239 static int unixMapfile(unixFile *pFd, i64 nMap){ in unixMapfile() function
44290 int rc = unixMapfile(pFd, -1); in unixFetch()