Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dshell.c7483 rc = SQLITE_NOMEM; in makeDirectory()
8030 return SQLITE_NOMEM; in fsdirFilter()
9822 return SQLITE_NOMEM; in zipfileOpen()
10213 rc = SQLITE_NOMEM; in zipfileGetEntry()
10387 rc = SQLITE_NOMEM; in zipfileDeflate()
12099 *pRc = SQLITE_NOMEM; in idxMalloc()
12270 rc = SQLITE_NOMEM; in idxPrintfPrepareStmt()
12356 rc = SQLITE_NOMEM; in expertConnect()
15039 rc = SQLITE_NOMEM; in sqlite3_intck_open()
19241 rc = SQLITE_NOMEM; in sqlite3_recover_config()
[all …]
H A Dsqlite3.c53736 rc = SQLITE_NOMEM;
117422 rc = SQLITE_NOMEM;
187263 rc = SQLITE_NOMEM;
187379 rc = SQLITE_NOMEM;
187570 rc = SQLITE_NOMEM;
190288 rc = SQLITE_NOMEM;
193284 return SQLITE_NOMEM;
195742 rc = SQLITE_NOMEM;
200128 rc = SQLITE_NOMEM;
202187 rc = SQLITE_NOMEM;
[all …]
H A Dsqlite3.h454 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
/freebsd-14.2/contrib/kyua/utils/sqlite/
H A Dstatement.cpp92 case SQLITE_NOMEM: in handle_bind_error()