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

/netbsd-current/usr.sbin/makemandb/
H A Dcustom_apropos_tokenizer.c67 return SQLITE_NOMEM;
99 return SQLITE_NOMEM;
645 return SQLITE_NOMEM;
716 return SQLITE_NOMEM;
/netbsd-current/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp90 case SQLITE_NOMEM:
/netbsd-current/lib/lua/sqlite/
H A Dsqlite.c373 { "NOMEM", SQLITE_NOMEM },
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c4755 if( SQLITE_NOMEM==sqlite3_errcode(sqlite3_context_db_handle(context)) ){
4777 if( SQLITE_NOMEM==sqlite3_errcode(sqlite3_context_db_handle(context)) ){
5131 if( SQLITE_NOMEM==sqlite3_errcode(sqlite3_context_db_handle(context)) ){
5153 if( SQLITE_NOMEM==sqlite3_errcode(sqlite3_context_db_handle(context)) ){
5875 if( pNew==0 ) return SQLITE_NOMEM;
5897 if( pCur==0 ) return SQLITE_NOMEM;
7402 ** If an OOM condition is encountered, SQLITE_NOMEM is returned. Otherwise,
7413 rc = SQLITE_NOMEM;
7692 if( pNew==0 ) return SQLITE_NOMEM;
7715 if( pCur==0 ) return SQLITE_NOMEM;
[all...]
H A Dsqlite3.c765 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
3073 ** memory allocation fails, then SQLITE_NOMEM is returned.
4411 ** in a single prepared statement, an SQLITE_NOMEM error is returned.</dd>)^
4990 ** index is out of range. ^[SQLITE_NOMEM] is returned if malloc() fails.
6842 ** or [SQLITE_NOMEM] if memory could not be allocated. The value of the
6879 ** [SQLITE_NOMEM], [SQLITE_BUSY], and [SQLITE_INTERRUPT]) then the
7294 ** an [SQLITE_NOMEM] error. In other words, the soft heap limit
8724 ** silently reject new text, always return SQLITE_NOMEM from
8802 ** [SQLITE_NOMEM] following any out-of-memory error, or
9503 ** [SQLITE_NOMEM], [SQLITE_BUS
[all...]
H A Dsqlite3.h452 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
2760 ** memory allocation fails, then SQLITE_NOMEM is returned.
4098 ** in a single prepared statement, an SQLITE_NOMEM error is returned.</dd>)^
4677 ** index is out of range. ^[SQLITE_NOMEM] is returned if malloc() fails.
6529 ** or [SQLITE_NOMEM] if memory could not be allocated. The value of the
6566 ** [SQLITE_NOMEM], [SQLITE_BUSY], and [SQLITE_INTERRUPT]) then the
6981 ** an [SQLITE_NOMEM] error. In other words, the soft heap limit
8411 ** silently reject new text, always return SQLITE_NOMEM from
8489 ** [SQLITE_NOMEM] following any out-of-memory error, or
9190 ** [SQLITE_NOMEM], [SQLITE_BUS
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d120 SQLITE_NOMEM = 7, /** A malloc() failed */

Completed in 440 milliseconds