Searched refs:SQLITE_NOMEM (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 436 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro 15733 int rc = SQLITE_NOMEM; in sqlite3OsOpenMalloc() 15762 if( p==0 ) return SQLITE_NOMEM; in sqlite3OsInit() 16138 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc() 16151 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc() 16207 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc() 16223 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc() 17777 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte); in memsys5MallocUnsafe() 19927 sqlite3Error(db, SQLITE_NOMEM, 0); in sqlite3ApiExit() 19929 rc = SQLITE_NOMEM; in sqlite3ApiExit() [all …]
|
| H A D | shell.c | 1327 rc = SQLITE_NOMEM; in shell_exec() 1348 rc = SQLITE_NOMEM; in shell_exec() 1383 if( rc!=SQLITE_NOMEM ) rc = rc2; in shell_exec()
|
| H A D | sqlite3.h | 408 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
|
| /minix3/external/bsd/kyua-cli/dist/utils/sqlite/ |
| H A D | statement.cpp | 90 case SQLITE_NOMEM: in handle_bind_error()
|
| /minix3/lib/lua/sqlite/ |
| H A D | sqlite.c | 363 { "NOMEM", SQLITE_NOMEM },
|