Searched refs:SQLITE_IOERR_NOMEM (Results 1 – 2 of 2) sorted by relevance
511 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
20539 # define SQLITE_IOERR_NOMEM_BKPT SQLITE_IOERR_NOMEM31104 if( db->mallocFailed || rc==SQLITE_IOERR_NOMEM ){ in apiHandleError()35065 if( rc==SQLITE_IOERR_NOMEM ) return; in sqlite3SystemError()37983 return SQLITE_IOERR_NOMEM;38073 return SQLITE_IOERR_NOMEM;53150 if( pNew==0 ) return SQLITE_IOERR_NOMEM;82567 if( rc==SQLITE_IOERR_NOMEM ){102203 if( p->zErrMsg==0 && rc!=SQLITE_IOERR_NOMEM ){183258 if( rc==SQLITE_IOERR_NOMEM ){222535 rc = SQLITE_IOERR_NOMEM;[all …]