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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c341 #define osPread ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[9].pCurrent) macro
2939 do{ got = osPread(id->h, pBuf, cnt, offset); }while( got<0 && errno==EINTR );
5900 readLen = osPread(conchFile->h, buf, PROXY_MAXCONCHLEN, 0);
5977 int len = osPread(conchFile->h, tBuf, PROXY_MAXCONCHLEN, 0);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c24482 #define osPread ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[9].pCurrent) macro
27080 do{ got = osPread(id->h, pBuf, cnt, offset); }while( got<0 && errno==EINTR );
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c24656 #define osPread ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[9].pCurrent) macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c24663 #define osPread ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[9].pCurrent) macro
[all...]

Completed in 526 milliseconds