Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dutil.c30 int sqlite_malloc_failed = 0; variable
65 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()
H A Dbtree_rb.c623 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()
H A Dmain.c356 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()
H A Dcopy.c48 if( sqlite_malloc_failed ) goto copy_cleanup; in sqliteCopy()
H A Dbuild.c77 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()
H A Dtrigger.c69 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()
H A Ddelete.c82 if( pParse->nErr || sqlite_malloc_failed ){ in sqliteDeleteFrom()
H A Dinsert.c122 if( pParse->nErr || sqlite_malloc_failed ) goto insert_cleanup; in sqliteInsert()
188 if( rc || pParse->nErr || sqlite_malloc_failed ) goto insert_cleanup; in sqliteInsert()
H A Dtokenize.c422 while( sqlite_malloc_failed==0 && zSql[i]!=0 ){ in sqliteRunParser()
H A Dupdate.c67 if( pParse->nErr || sqlite_malloc_failed ) goto update_cleanup; in sqliteUpdate()
H A DsqliteInt.h200 extern int sqlite_malloc_failed;
H A Dvdbe.c518 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()
H A Dtest1.c588 sqlite_malloc_failed = 0; in sqlite_malloc_fail()
H A Dexpr.c175 || pOldExpr->span.z==0 || sqlite_malloc_failed ); in sqliteExprListDup()
445 if( sqlite_malloc_failed ){ in lookupName()
H A Dpager.c942 if( sqlite_malloc_failed ){ in sqlitepager_open()
955 if( sqlite_malloc_failed ){ in sqlitepager_open()
H A Dvdbeaux.c892 assert( p->pTos<&p->aStack[p->pc] || sqlite_malloc_failed==1 ); in sqliteVdbeReset()
H A Dselect.c713 if( pParse->colNamesSet || v==0 || sqlite_malloc_failed ) return; in generateColumnNames()
2035 if( sqlite_malloc_failed || pParse->nErr || p==0 ) return 1; in sqliteSelect()
H A Dwhere.c426 if( sqlite_malloc_failed ){ in sqliteWhereBegin()