Searched refs:sqlite_malloc_failed (Results 1 – 18 of 18) sorted by relevance
30 int sqlite_malloc_failed = 0; variable65 sqlite_malloc_failed++; in sqliteMalloc_()78 sqlite_malloc_failed++; in sqliteMalloc_()181 sqlite_malloc_failed++; in sqliteRealloc_()214 sqlite_malloc_failed++; in sqliteStrRealloc()258 if( n>0 ) sqlite_malloc_failed++; in sqliteMalloc()272 if( n>0 ) sqlite_malloc_failed++; in sqliteMallocRaw()302 sqlite_malloc_failed++; in sqliteRealloc()
623 if( sqlite_malloc_failed ) goto open_no_mem; in sqliteRbtreeOpen()628 if( sqlite_malloc_failed ) goto open_no_mem; in sqliteRbtreeOpen()653 if( sqlite_malloc_failed ) return SQLITE_NOMEM; in memRbtreeCreateTable()726 if( sqlite_malloc_failed ) return SQLITE_NOMEM; in memRbtreeCursor()770 if( sqlite_malloc_failed ) return SQLITE_NOMEM; in memRbtreeInsert()790 if( sqlite_malloc_failed ) return SQLITE_NOMEM; in memRbtreeInsert()827 if( sqlite_malloc_failed ) return SQLITE_NOMEM; in memRbtreeInsert()843 if( sqlite_malloc_failed ) return SQLITE_NOMEM; in memRbtreeInsert()
356 if( sqlite_malloc_failed ){ in sqliteInitOne()523 if( sqlite_malloc_failed ){ in sqlite_open()645 assert( pVm==0 || sqlite_malloc_failed ); in sqlite_exec()755 if( sqlite_malloc_failed ){ in sqlite_compile()
48 if( sqlite_malloc_failed ) goto copy_cleanup; in sqliteCopy()
77 if( sqlite_malloc_failed ) return; in sqliteExec()890 if( (pEnd==0 && pSelect==0) || pParse->nErr || sqlite_malloc_failed ) return; in sqliteEndTable()1185 if( pParse->nErr || sqlite_malloc_failed ) return; in sqliteDropTable()1493 if( pParse->nErr || sqlite_malloc_failed ) goto exit_create_index; in sqliteCreateIndex()1765 if( pParse->nErr || sqlite_malloc_failed ) return; in sqliteDropIndex()2026 if( pParse->nErr || sqlite_malloc_failed ) return; in sqliteBeginTransaction()2046 if( pParse->nErr || sqlite_malloc_failed ) return; in sqliteCommitTransaction()2069 if( pParse->nErr || sqlite_malloc_failed ) return; in sqliteRollbackTransaction()
69 if( sqlite_malloc_failed ) goto trigger_cleanup; in sqliteBeginTrigger()139 if( sqlite_malloc_failed ) goto trigger_cleanup; in sqliteBeginTrigger()399 if( sqlite_malloc_failed ) goto drop_trigger_cleanup; in sqliteDropTrigger()
82 if( pParse->nErr || sqlite_malloc_failed ){ in sqliteDeleteFrom()
122 if( pParse->nErr || sqlite_malloc_failed ) goto insert_cleanup; in sqliteInsert()188 if( rc || pParse->nErr || sqlite_malloc_failed ) goto insert_cleanup; in sqliteInsert()
422 while( sqlite_malloc_failed==0 && zSql[i]!=0 ){ in sqliteRunParser()
67 if( pParse->nErr || sqlite_malloc_failed ) goto update_cleanup; in sqliteUpdate()
200 extern int sqlite_malloc_failed;
518 if( sqlite_malloc_failed ) goto no_mem; in sqliteVdbeExec()784 if( sqlite_malloc_failed ) goto no_mem; in sqliteVdbeExec()4507 if( sqlite_malloc_failed ) goto no_mem; in sqliteVdbeExec()4640 if( sqlite_malloc_failed ) goto no_mem; in sqliteVdbeExec()4910 if( sqlite_malloc_failed ) rc = SQLITE_NOMEM; in sqliteVdbeExec()
588 sqlite_malloc_failed = 0; in sqlite_malloc_fail()
175 || pOldExpr->span.z==0 || sqlite_malloc_failed ); in sqliteExprListDup()445 if( sqlite_malloc_failed ){ in lookupName()
942 if( sqlite_malloc_failed ){ in sqlitepager_open()955 if( sqlite_malloc_failed ){ in sqlitepager_open()
892 assert( p->pTos<&p->aStack[p->pc] || sqlite_malloc_failed==1 ); in sqliteVdbeReset()
713 if( pParse->colNamesSet || v==0 || sqlite_malloc_failed ) return; in generateColumnNames()2035 if( sqlite_malloc_failed || pParse->nErr || p==0 ) return 1; in sqliteSelect()
426 if( sqlite_malloc_failed ){ in sqliteWhereBegin()