Searched refs:robust_ftruncate (Results 1 – 1 of 1) sorted by relevance
838 static int robust_ftruncate(int h, sqlite3_int64 sz){ in robust_ftruncate() function3800 rc = robust_ftruncate(pFile->h, nByte); in unixTruncate()3922 if( robust_ftruncate(pFile->h, nByte) ){ in fcntlSizeHint()4539 if( rc==SQLITE_OK && robust_ftruncate(pShmNode->hShm, 3) ){ in unixLockSharedMemory()7438 robust_ftruncate(conchFile->h, writeSize); in proxyTakeConch()