Searched refs:SQLITE_IOERR_NOMEM (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmemjournal.c142 return SQLITE_IOERR_NOMEM;
H A Dprepare.c367 if( rc==SQLITE_NOMEM || rc==SQLITE_IOERR_NOMEM ){
462 if( rc==SQLITE_NOMEM || rc==SQLITE_IOERR_NOMEM ){
H A Dtest_journal.c371 rc = SQLITE_IOERR_NOMEM;
441 return SQLITE_IOERR_NOMEM;
H A Dos.c25 ** function returning SQLITE_IOERR_NOMEM using the DO_OS_MALLOC_TEST macro.
42 if (!pTstAlloc) return SQLITE_IOERR_NOMEM; \
H A Dattach.c207 if( rc==SQLITE_NOMEM || rc==SQLITE_IOERR_NOMEM ){
H A Dbackup.c524 if( rc==SQLITE_IOERR_NOMEM ){
H A Dmalloc.c770 if( db && (db->mallocFailed || rc==SQLITE_IOERR_NOMEM) ){
H A Dsqlite.h.in441 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8))
H A Dtest_vfstrace.c157 case SQLITE_IOERR_NOMEM: zVal = "SQLITE_IOERR_NOMEM"; break;
H A Dmain.c1940 if( rc==SQLITE_IOERR_NOMEM ){
H A Dos_win.c1786 rc = SQLITE_IOERR_NOMEM;
H A Dvdbe.c5934 if( rc==SQLITE_IOERR_NOMEM ) db->mallocFailed = 1;
5969 if( rc!=SQLITE_IOERR_NOMEM ){
H A Dos_unix.c3951 rc = SQLITE_IOERR_NOMEM;
H A Dtest1.c160 case SQLITE_IOERR_NOMEM: zName = "SQLITE_IOERR_NOMEM"; break;
H A Dbtree.c7470 if( rc==SQLITE_NOMEM || rc==SQLITE_IOERR_NOMEM ) pCheck->mallocFailed = 1;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h446 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
H A Dsqlite3.c989 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
13969 ** function returning SQLITE_IOERR_NOMEM using the DO_OS_MALLOC_TEST macro.
13986 if (!pTstAlloc) return SQLITE_IOERR_NOMEM; \
18475 if( db && (db->mallocFailed || rc==SQLITE_IOERR_NOMEM) ){
28092 rc = SQLITE_IOERR_NOMEM;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h459 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
H A Dsqlite3.c574 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
15758 ** function returning SQLITE_IOERR_NOMEM using the DO_OS_MALLOC_TEST macro.
15782 if (!pTstAlloc) return SQLITE_IOERR_NOMEM; \
20521 if( db && (db->mallocFailed || rc==SQLITE_IOERR_NOMEM) ){
[all...]
/external/sqlite/dist/
H A Dsqlite3.h459 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
H A Dsqlite3.c574 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
15758 ** function returning SQLITE_IOERR_NOMEM using the DO_OS_MALLOC_TEST macro.
15782 if (!pTstAlloc) return SQLITE_IOERR_NOMEM; \
20521 if( db && (db->mallocFailed || rc==SQLITE_IOERR_NOMEM) ){
[all...]

Completed in 912 milliseconds