Lines Matching refs:mallocFailed
677 if( pParse->db->mallocFailed ) return; in translateColumnToCopy()
898 assert( nKeyCol>0 || pParse->db->mallocFailed ); in constructAutomaticIndex()
1013 testcase( pParse->db->mallocFailed ); in constructAutomaticIndex()
1541 if( pParse->db->mallocFailed==0 ){ in whereKeyStats()
1548 || pParse->db->mallocFailed in whereKeyStats()
1558 || pParse->db->mallocFailed ); in whereKeyStats()
1567 || pParse->db->mallocFailed ); in whereKeyStats()
1572 || pParse->db->mallocFailed ); in whereKeyStats()
2811 if( db->mallocFailed ) return SQLITE_NOMEM_BKPT; in whereLoopAddBtreeIndex()
4322 if( rc || db->mallocFailed ){ in whereLoopAddAll()
5688 if( db->mallocFailed ){ in sqlite3WhereBegin()
5868 if( db->mallocFailed ) goto whereBeginError; in sqlite3WhereBegin()
5871 if( db->mallocFailed ) goto whereBeginError; in sqlite3WhereBegin()
5880 assert( db->mallocFailed==0 ); in sqlite3WhereBegin()
6152 if( db->mallocFailed ) goto whereBeginError; in sqlite3WhereBegin()
6184 if( db->mallocFailed ) goto whereBeginError; in sqlite3WhereBegin()
6334 || pParse->db->mallocFailed ); in sqlite3WhereEnd()
6446 testcase( pParse->db->mallocFailed ); in sqlite3WhereEnd()
6469 && !db->mallocFailed in sqlite3WhereEnd()