Home
last modified time | relevance | path

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

/NextBSD/contrib/sqlite3/
HDsqlite3.c626 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
16843 int rc = SQLITE_NOMEM; in sqlite3OsOpenMalloc()
16872 if( p==0 ) return SQLITE_NOMEM; in sqlite3OsInit()
17255 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc()
17268 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc()
17324 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc()
17340 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc()
18897 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte); in memsys5MallocUnsafe()
21437 sqlite3Error(db, SQLITE_NOMEM);
21438 return SQLITE_NOMEM;
[all …]
HDsqlite3.h412 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
HDshell.c1561 rc = SQLITE_NOMEM; in shell_exec()
1582 rc = SQLITE_NOMEM; in shell_exec()
1622 if( rc!=SQLITE_NOMEM ) rc = rc2; in shell_exec()
/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c942 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
14543 int rc = SQLITE_NOMEM; in sqlite3OsOpenMalloc()
14572 if( p==0 ) return SQLITE_NOMEM; in sqlite3OsInit()
14864 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc()
14917 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc()
16461 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte); in memsys5MallocUnsafe()
18869 sqlite3Error(db, SQLITE_NOMEM, 0); in sqlite3ApiExit()
18871 rc = SQLITE_NOMEM; in sqlite3ApiExit()
20288 assert( rc==SQLITE_NOMEM ); in sqlite3VdbeMemTranslate()
20289 return SQLITE_NOMEM; in sqlite3VdbeMemTranslate()
[all …]
HDsqlite3.h389 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro