Searched refs:robust_close (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 41650 static void robust_close(unixFile *pFile, int h, int lineno){ in robust_close() function 41675 robust_close(pFile, p->fd, __LINE__); in closePendingFds() 42509 robust_close(pFile, pFile->h, __LINE__); in closeUnixFile() 44145 robust_close(pFile, dirfd, __LINE__); in unixSync() 45030 robust_close(pFd, p->hShm, __LINE__); in unixShmPurge() 46355 robust_close(pNew, h, __LINE__); in fillInUnixFile() 46381 robust_close(pNew, h, __LINE__); in fillInUnixFile() 46434 robust_close(pNew, h, __LINE__); in fillInUnixFile() 46447 if( h>=0 ) robust_close(pNew, h, __LINE__); in fillInUnixFile() 46942 robust_close(p, fd, __LINE__); in unixOpen() [all …]
|