Home
last modified time | relevance | path

Searched refs:sqlite_malloc_failed (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dutil.c27 int sqlite_malloc_failed = 0; variable
62 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()
H A Dbtree_rb.c620 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()
H A Dmain.c353 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()
H A Dcopy.c45 if( sqlite_malloc_failed ) goto copy_cleanup; in sqliteCopy()
H A Dbuild.c74 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()
H A Dtrigger.c66 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()
H A Dinsert.c119 if( pParse->nErr || sqlite_malloc_failed ) goto insert_cleanup; in sqliteInsert()
185 if( rc || pParse->nErr || sqlite_malloc_failed ) goto insert_cleanup; in sqliteInsert()
H A Ddelete.c79 if( pParse->nErr || sqlite_malloc_failed ){ in sqliteDeleteFrom()
H A Dupdate.c64 if( pParse->nErr || sqlite_malloc_failed ) goto update_cleanup; in sqliteUpdate()
H A Dtokenize.c419 while( sqlite_malloc_failed==0 && zSql[i]!=0 ){ in sqliteRunParser()
H A Dvdbe.c516 if( sqlite_malloc_failed ) goto no_mem; in sqliteVdbeExec()
782 if( sqlite_malloc_failed ) goto no_mem; in sqliteVdbeExec()
4505 if( sqlite_malloc_failed ) goto no_mem; in sqliteVdbeExec()
4638 if( sqlite_malloc_failed ) goto no_mem; in sqliteVdbeExec()
4908 if( sqlite_malloc_failed ) rc = SQLITE_NOMEM; in sqliteVdbeExec()
H A DsqliteInt.h197 extern int sqlite_malloc_failed;
H A Dtest1.c585 sqlite_malloc_failed = 0; in sqlite_malloc_fail()
H A Dpager.c940 if( sqlite_malloc_failed ){ in sqlitepager_open()
953 if( sqlite_malloc_failed ){ in sqlitepager_open()
H A Dexpr.c172 || pOldExpr->span.z==0 || sqlite_malloc_failed ); in sqliteExprListDup()
442 if( sqlite_malloc_failed ){ in lookupName()
H A Dselect.c709 if( pParse->colNamesSet || v==0 || sqlite_malloc_failed ) return; in generateColumnNames()
2031 if( sqlite_malloc_failed || pParse->nErr || p==0 ) return 1; in sqliteSelect()
H A Dvdbeaux.c889 assert( p->pTos<&p->aStack[p->pc] || sqlite_malloc_failed==1 ); in sqliteVdbeReset()
H A Dwhere.c423 if( sqlite_malloc_failed ){ in sqliteWhereBegin()