Lines Matching refs:robust_close
1287 static void robust_close(unixFile *pFile, int h, int lineno){ in robust_close() function
1312 robust_close(pFile, p->fd, __LINE__); in closePendingFds()
2096 robust_close(pFile, pFile->h, __LINE__); in closeUnixFile()
3772 robust_close(pFile, dirfd, __LINE__); in unixSync()
4483 robust_close(pFd, p->hShm, __LINE__); in unixShmPurge()
5713 robust_close(pNew, h, __LINE__); in fillInUnixFile()
5739 robust_close(pNew, h, __LINE__); in fillInUnixFile()
5791 if( h>=0 ) robust_close(pNew, h, __LINE__); in fillInUnixFile()
5798 if( h>=0 ) robust_close(pNew, h, __LINE__); in fillInUnixFile()
6277 robust_close(p, fd, __LINE__); in unixOpen()
6293 robust_close(p, fd, __LINE__); in unixOpen()
6390 robust_close(0, fd, __LINE__); in unixDelete()
6662 robust_close(0, fd, __LINE__); in unixRandomness()
7115 robust_close(pNew, fd, __LINE__); in proxyCreateUnixFile()
7218 robust_close(pFile, conchFile->h, __LINE__); in proxyBreakConchLock()
7226 robust_close(pFile, fd, __LINE__); in proxyBreakConchLock()
7479 robust_close(pFile, pFile->h, __LINE__); in proxyTakeConch()