Searched refs:sqlite_malloc_failed (Results 1 – 17 of 17) sorted by relevance
27 int sqlite_malloc_failed = 0; variable62 sqlite_malloc_failed++; in sqliteMalloc_()75 sqlite_malloc_failed++; in sqliteMalloc_()178 sqlite_malloc_failed++; in sqliteRealloc_()211 sqlite_malloc_failed++; in sqliteStrRealloc()255 if( n>0 ) sqlite_malloc_failed++; in sqliteMalloc()269 if( n>0 ) sqlite_malloc_failed++; in sqliteMallocRaw()299 sqlite_malloc_failed++; in sqliteRealloc()
620 if( sqlite_malloc_failed ) goto open_no_mem; in sqliteRbtreeOpen()625 if( sqlite_malloc_failed ) goto open_no_mem; in sqliteRbtreeOpen()650 if( sqlite_malloc_failed ) return SQLITE_NOMEM; in memRbtreeCreateTable()723 if( sqlite_malloc_failed ) return SQLITE_NOMEM; in memRbtreeCursor()767 if( sqlite_malloc_failed ) return SQLITE_NOMEM; in memRbtreeInsert()787 if( sqlite_malloc_failed ) return SQLITE_NOMEM; in memRbtreeInsert()824 if( sqlite_malloc_failed ) return SQLITE_NOMEM; in memRbtreeInsert()840 if( sqlite_malloc_failed ) return SQLITE_NOMEM; in memRbtreeInsert()
45 if( sqlite_malloc_failed ) goto copy_cleanup; in sqliteCopy()
353 if( sqlite_malloc_failed ){ in sqliteInitOne()520 if( sqlite_malloc_failed ){ in sqlite_open()642 assert( pVm==0 || sqlite_malloc_failed ); in sqlite_exec()752 if( sqlite_malloc_failed ){ in sqlite_compile()
66 if( sqlite_malloc_failed ) goto trigger_cleanup; in sqliteBeginTrigger()136 if( sqlite_malloc_failed ) goto trigger_cleanup; in sqliteBeginTrigger()396 if( sqlite_malloc_failed ) goto drop_trigger_cleanup; in sqliteDropTrigger()
74 if( sqlite_malloc_failed ) return; in sqliteExec()887 if( (pEnd==0 && pSelect==0) || pParse->nErr || sqlite_malloc_failed ) return; in sqliteEndTable()1182 if( pParse->nErr || sqlite_malloc_failed ) return; in sqliteDropTable()1490 if( pParse->nErr || sqlite_malloc_failed ) goto exit_create_index; in sqliteCreateIndex()1762 if( pParse->nErr || sqlite_malloc_failed ) return; in sqliteDropIndex()2023 if( pParse->nErr || sqlite_malloc_failed ) return; in sqliteBeginTransaction()2043 if( pParse->nErr || sqlite_malloc_failed ) return; in sqliteCommitTransaction()2066 if( pParse->nErr || sqlite_malloc_failed ) return; in sqliteRollbackTransaction()
79 if( pParse->nErr || sqlite_malloc_failed ){ in sqliteDeleteFrom()
119 if( pParse->nErr || sqlite_malloc_failed ) goto insert_cleanup; in sqliteInsert()185 if( rc || pParse->nErr || sqlite_malloc_failed ) goto insert_cleanup; in sqliteInsert()
419 while( sqlite_malloc_failed==0 && zSql[i]!=0 ){ in sqliteRunParser()
64 if( pParse->nErr || sqlite_malloc_failed ) goto update_cleanup; in sqliteUpdate()
197 extern int sqlite_malloc_failed;
507 if( sqlite_malloc_failed ) goto no_mem; in sqliteVdbeExec()773 if( sqlite_malloc_failed ) goto no_mem; in sqliteVdbeExec()4496 if( sqlite_malloc_failed ) goto no_mem; in sqliteVdbeExec()4633 if( sqlite_malloc_failed ) goto no_mem; in sqliteVdbeExec()4903 if( sqlite_malloc_failed ) rc = SQLITE_NOMEM; in sqliteVdbeExec()
172 || pOldExpr->span.z==0 || sqlite_malloc_failed ); in sqliteExprListDup()442 if( sqlite_malloc_failed ){ in lookupName()
933 if( sqlite_malloc_failed ){ in sqlitepager_open()946 if( sqlite_malloc_failed ){ in sqlitepager_open()
889 assert( p->pTos<&p->aStack[p->pc] || sqlite_malloc_failed==1 ); in sqliteVdbeReset()
710 if( pParse->colNamesSet || v==0 || sqlite_malloc_failed ) return; in generateColumnNames()2032 if( sqlite_malloc_failed || pParse->nErr || p==0 ) return 1; in sqliteSelect()
423 if( sqlite_malloc_failed ){ in sqliteWhereBegin()
Completed in 81 milliseconds