Searched refs:SQLITE_IOERR_NOMEM (Results 1 – 3 of 3) sorted by relevance
163 SQLITE_IOERR_NOMEM = (SQLITE_IOERR | (12 << 8)),
509 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
822 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro20461 # define SQLITE_IOERR_NOMEM_BKPT SQLITE_IOERR_NOMEM30805 if( db->mallocFailed || rc==SQLITE_IOERR_NOMEM ){ in apiHandleError()34743 if( rc==SQLITE_IOERR_NOMEM ) return; in sqlite3SystemError()37643 return SQLITE_IOERR_NOMEM;37733 return SQLITE_IOERR_NOMEM;52799 if( pNew==0 ) return SQLITE_IOERR_NOMEM;63357 if( (rc&0xFF)==SQLITE_IOERR && rc!=SQLITE_IOERR_NOMEM ){80701 if( rc==SQLITE_NOMEM || rc==SQLITE_IOERR_NOMEM ) checkOom(pCheck);80898 if( rc==SQLITE_IOERR_NOMEM ) pCheck->rc = SQLITE_NOMEM;[all …]