Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c2482 rc = SQLITE_NOMEM; in makeDirectory()
3020 return SQLITE_NOMEM; in fsdirFilter()
7183 return SQLITE_NOMEM; in zipfileOpen()
7573 rc = SQLITE_NOMEM; in zipfileGetEntry()
7747 rc = SQLITE_NOMEM; in zipfileDeflate()
9427 *pRc = SQLITE_NOMEM; in idxMalloc()
9598 rc = SQLITE_NOMEM; in idxPrintfPrepareStmt()
9684 rc = SQLITE_NOMEM; in expertConnect()
10552 rc = SQLITE_NOMEM; in idxProcessOneTrigger()
11441 rc = SQLITE_NOMEM; in dbdataConnect()
[all …]
H A Dsqlite3.c49345 rc = SQLITE_NOMEM;
109262 rc = SQLITE_NOMEM;
173746 rc = SQLITE_NOMEM;
173862 rc = SQLITE_NOMEM;
174053 rc = SQLITE_NOMEM;
176712 rc = SQLITE_NOMEM;
179685 return SQLITE_NOMEM;
182143 rc = SQLITE_NOMEM;
186519 rc = SQLITE_NOMEM;
188560 rc = SQLITE_NOMEM;
[all …]
H A Dsqlite3.h452 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
/freebsd-13.1/contrib/kyua/utils/sqlite/
H A Dstatement.cpp92 case SQLITE_NOMEM: in handle_bind_error()