Searched refs:seekAndRead (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | sqlite3.c | 42149 static int seekAndRead(unixFile *id, sqlite3_int64 offset, void *pBuf, int cnt){ in seekAndRead() function 42236 got = seekAndRead(pFile, offset, pBuf, amt); in unixRead() 42362 rc = seekAndRead(pFile, 24, oldCntr, 4); in unixWrite() 46365 readLen = seekAndRead((unixFile*)conchFile, 0, readBuf, PROXY_MAXCONCHLEN); in proxyTakeConch()
|