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

/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 599 milliseconds