Searched refs:robust_close (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 41620 static void robust_close(unixFile *pFile, int h, int lineno){ in robust_close() function 41645 robust_close(pFile, p->fd, __LINE__); in closePendingFds() 42479 robust_close(pFile, pFile->h, __LINE__); in closeUnixFile() 44115 robust_close(pFile, dirfd, __LINE__); in unixSync() 45000 robust_close(pFd, p->hShm, __LINE__); in unixShmPurge() 46325 robust_close(pNew, h, __LINE__); in fillInUnixFile() 46351 robust_close(pNew, h, __LINE__); in fillInUnixFile() 46404 robust_close(pNew, h, __LINE__); in fillInUnixFile() 46417 if( h>=0 ) robust_close(pNew, h, __LINE__); in fillInUnixFile() 46912 robust_close(p, fd, __LINE__); in unixOpen() [all …]
|