Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c436 #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 Dshell.c1327 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 Dsqlite3.h408 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
/minix3/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp90 case SQLITE_NOMEM: in handle_bind_error()
/minix3/lib/lua/sqlite/
H A Dsqlite.c363 { "NOMEM", SQLITE_NOMEM },