Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c3287 static int seekAndRead(unixFile *id, sqlite3_int64 offset, void *pBuf, int cnt){ in seekAndRead() function
3374 got = seekAndRead(pFile, offset, pBuf, amt); in unixRead()
3500 rc = seekAndRead(pFile, 24, oldCntr, 4); in unixWrite()
7347 readLen = seekAndRead((unixFile*)conchFile, 0, readBuf, PROXY_MAXCONCHLEN); in proxyTakeConch()