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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c2932 static int seekAndRead(unixFile *id, sqlite3_int64 offset, void *pBuf, int cnt){ function
2989 got = seekAndRead(pFile, offset, pBuf, amt);
2993 /* lastErrno set by seekAndRead */
3080 rc = seekAndRead(pFile, 24, oldCntr, 4);
6049 readLen = seekAndRead((unixFile*)conchFile, 0, readBuf, PROXY_MAXCONCHLEN);
6051 /* I/O error: lastErrno set by seekAndRead */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c27073 static int seekAndRead(unixFile *id, sqlite3_int64 offset, void *pBuf, int cnt){ function
27130 got = seekAndRead(pFile, offset, pBuf, amt);
27134 /* lastErrno set by seekAndRead */
27221 rc = seekAndRead(pFile, 24, oldCntr, 4);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c27378 static int seekAndRead(unixFile *id, sqlite3_int64 offset, void *pBuf, int cnt){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c27396 static int seekAndRead(unixFile *id, sqlite3_int64 offset, void *pBuf, int cnt){ function
[all...]

Completed in 643 milliseconds