Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c468 #define osFallocate ((int(*)(int,off_t,off_t))aSyscall[15].pCurrent) macro
3891 err = osFallocate(pFile->h, buf.st_size, nSize-buf.st_size); in fcntlSizeHint()