Searched refs:SQLITE_NOMEM (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/sqlite3/ |
| HD | sqlite3.c | 626 #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 …]
|
| HD | sqlite3.h | 412 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
|
| HD | shell.c | 1561 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/ |
| HD | sqlite3.c | 942 #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 …]
|
| HD | sqlite3.h | 389 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
|