Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h499 #define SQLITE_IOERR_SHORT_READ (SQLITE_IOERR | (2<<8)) macro
/third_party/sqlite/src/
Dsqlite3.c809 #define SQLITE_IOERR_SHORT_READ (SQLITE_IOERR | (2<<8)) macro
37734 return SQLITE_IOERR_SHORT_READ;
45246 return SQLITE_IOERR_SHORT_READ;
48885 return SQLITE_IOERR_SHORT_READ;
55700 }else if( rc==SQLITE_IOERR_SHORT_READ ){
55820 if( rc==SQLITE_IOERR_SHORT_READ ){
56679 if( rc==SQLITE_IOERR_SHORT_READ ){
57104 if( rc!=SQLITE_OK && rc!=SQLITE_IOERR_SHORT_READ ){
57984 if( rc==SQLITE_IOERR_SHORT_READ ){
58197 if( rc!=SQLITE_IOERR_SHORT_READ ){
[all …]