Searched refs:SQLITE_NOMEM (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 1024 qrfError(p, SQLITE_NOMEM, "out of memory"); in qrfOom() 6927 if( SQLITE_NOMEM==sqlite3_errcode(sqlite3_context_db_handle(context)) ){ in base64() 6949 if( SQLITE_NOMEM==sqlite3_errcode(sqlite3_context_db_handle(context)) ){ in base64() 7304 if( SQLITE_NOMEM==sqlite3_errcode(sqlite3_context_db_handle(context)) ){ in base85() 7326 if( SQLITE_NOMEM==sqlite3_errcode(sqlite3_context_db_handle(context)) ){ in base85() 8062 if( pNew==0 ) return SQLITE_NOMEM; in seriesConnect() 8084 if( pCur==0 ) return SQLITE_NOMEM; in seriesOpen() 10022 rc = SQLITE_NOMEM; in makeDirectory() 10308 if( pNew==0 ) return SQLITE_NOMEM; in fsdirConnect() 10331 if( pCur==0 ) return SQLITE_NOMEM; in fsdirOpen() [all …]
|
| H A D | sqlite3.c | 778 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro 21637 # define SQLITE_NOMEM_BKPT SQLITE_NOMEM 27998 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc() 28011 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc() 28068 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc() 28084 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc() 29629 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte); in memsys5MallocUnsafe() 32287 pParse->rc = SQLITE_NOMEM; in sqlite3OomFault() 32316 sqlite3Error(db, SQLITE_NOMEM); in apiHandleError() 32478 assert( eError==SQLITE_NOMEM || eError==SQLITE_TOOBIG ); in sqlite3StrAccumSetError() [all …]
|
| H A D | sqlite3.h | 457 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
|
| /freebsd/contrib/kyua/utils/sqlite/ |
| H A D | statement.cpp | 92 case SQLITE_NOMEM: in handle_bind_error()
|