Searched refs:SQLITE_NOMEM (Results 1 – 4 of 4) sorted by relevance
4769 if( SQLITE_NOMEM==sqlite3_errcode(sqlite3_context_db_handle(context)) ){ in base64()4791 if( SQLITE_NOMEM==sqlite3_errcode(sqlite3_context_db_handle(context)) ){ in base64()5145 if( SQLITE_NOMEM==sqlite3_errcode(sqlite3_context_db_handle(context)) ){ in base85()5167 if( SQLITE_NOMEM==sqlite3_errcode(sqlite3_context_db_handle(context)) ){ in base85()5893 if( pNew==0 ) return SQLITE_NOMEM; in seriesConnect()5915 if( pCur==0 ) return SQLITE_NOMEM; in seriesOpen()7483 rc = SQLITE_NOMEM; in makeDirectory()7770 if( pNew==0 ) return SQLITE_NOMEM; in fsdirConnect()7793 if( pCur==0 ) return SQLITE_NOMEM; in fsdirOpen()7861 if( aNew==0 ) return SQLITE_NOMEM; in fsdirNext()[all …]
767 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro20538 # define SQLITE_NOMEM_BKPT SQLITE_NOMEM26774 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc()26787 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc()26844 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc()26860 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc()28405 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte); in memsys5MallocUnsafe()31077 pParse->rc = SQLITE_NOMEM; in sqlite3OomFault()31106 sqlite3Error(db, SQLITE_NOMEM); in apiHandleError()31250 assert( eError==SQLITE_NOMEM || eError==SQLITE_TOOBIG ); in sqlite3StrAccumSetError()[all …]
454 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
92 case SQLITE_NOMEM: in handle_bind_error()