Home
last modified time | relevance | path

Searched refs:SQLITE_NOMEM (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/usr.sbin/makemandb/
H A Dcustom_apropos_tokenizer.c67 return SQLITE_NOMEM; in aproposPorterCreate()
99 return SQLITE_NOMEM; in aproposPorterOpen()
645 return SQLITE_NOMEM; in do_stem()
716 return SQLITE_NOMEM; in aproposPorterNext()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c4755 if( SQLITE_NOMEM==sqlite3_errcode(sqlite3_context_db_handle(context)) ){ in base64()
4777 if( SQLITE_NOMEM==sqlite3_errcode(sqlite3_context_db_handle(context)) ){ in base64()
5131 if( SQLITE_NOMEM==sqlite3_errcode(sqlite3_context_db_handle(context)) ){ in base85()
5153 if( SQLITE_NOMEM==sqlite3_errcode(sqlite3_context_db_handle(context)) ){ in base85()
5875 if( pNew==0 ) return SQLITE_NOMEM; in seriesConnect()
5897 if( pCur==0 ) return SQLITE_NOMEM; in seriesOpen()
7413 rc = SQLITE_NOMEM; in makeDirectory()
7692 if( pNew==0 ) return SQLITE_NOMEM; in fsdirConnect()
7715 if( pCur==0 ) return SQLITE_NOMEM; in fsdirOpen()
7783 if( aNew==0 ) return SQLITE_NOMEM; in fsdirNext()
[all …]
H A Dsqlite3.c765 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
20460 # define SQLITE_NOMEM_BKPT SQLITE_NOMEM
26495 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc()
26508 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc()
26565 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc()
26581 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc()
28126 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte); in memsys5MallocUnsafe()
30778 pParse->rc = SQLITE_NOMEM; in sqlite3OomFault()
30807 sqlite3Error(db, SQLITE_NOMEM); in apiHandleError()
30951 assert( eError==SQLITE_NOMEM || eError==SQLITE_TOOBIG ); in sqlite3StrAccumSetError()
[all …]
H A Dsqlite3.h452 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
/netbsd-src/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp90 case SQLITE_NOMEM: in handle_bind_error()
/netbsd-src/lib/lua/sqlite/
H A Dsqlite.c373 { "NOMEM", SQLITE_NOMEM },
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d120 SQLITE_NOMEM = 7, /** A malloc() failed */ enumerator