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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c1042 static void robust_close(unixFile *pFile, int h, int lineno){ function
1058 robust_close(pFile, p->fd, __LINE__);
1744 robust_close(pFile, pFile->h, __LINE__);
1957 robust_close(pFile, fd, __LINE__);
3329 robust_close(pFile, dirfd, __LINE__);
3710 robust_close(pFd, p->h, __LINE__);
4567 robust_close(pNew, h, __LINE__);
4593 robust_close(pNew, h, __LINE__);
4644 if( h>=0 ) robust_close(pNew, h, __LINE__);
4652 if( h>=0 ) robust_close(pNe
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c25198 static void robust_close(unixFile *pFile, int h, int lineno){ function
25214 robust_close(pFile, p->fd, __LINE__);
25900 robust_close(pFile, pFile->h, __LINE__);
26113 robust_close(pFile, fd, __LINE__);
27485 robust_close(pFile, dirfd, __LINE__);
27866 robust_close(pFd, p->h, __LINE__);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c26123 static void robust_close(unixFile *pFile, int h, int lineno){ function
26139 robust_close(pFile, p->fd, __LINE__);
26812 robust_close(pFile, pFile->h, __LINE__);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c26141 static void robust_close(unixFile *pFile, int h, int lineno){ function
26157 robust_close(pFile, p->fd, __LINE__);
26830 robust_close(pFile, pFile->h, __LINE__);
[all...]

Completed in 453 milliseconds