Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c44216 static int fcntlSizeHint(unixFile *pFile, i64 nByte){ in fcntlSizeHint() function
44346 rc = fcntlSizeHint(pFile, *(i64 *)pArg); in unixFileControl()