Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c40182 static void robust_close(unixFile *pFile, int h, int lineno){ in robust_close() function
40207 robust_close(pFile, p->fd, __LINE__); in closePendingFds()
40998 robust_close(pFile, pFile->h, __LINE__); in closeUnixFile()
42634 robust_close(pFile, dirfd, __LINE__); in unixSync()
43396 robust_close(pFd, p->hShm, __LINE__); in unixShmPurge()
44721 robust_close(pNew, h, __LINE__); in fillInUnixFile()
44747 robust_close(pNew, h, __LINE__); in fillInUnixFile()
44799 if( h>=0 ) robust_close(pNew, h, __LINE__); in fillInUnixFile()
44806 if( h>=0 ) robust_close(pNew, h, __LINE__); in fillInUnixFile()
45292 robust_close(p, fd, __LINE__); in unixOpen()
[all …]