Searched refs:SQLITE_IOERR_NOMEM (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h447 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
H A Dsqlite3.c1000 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
14359 ** function returning SQLITE_IOERR_NOMEM using the DO_OS_MALLOC_TEST macro.
14376 if (!pTstAlloc) return SQLITE_IOERR_NOMEM; \
18868 if( db && (db->mallocFailed || rc==SQLITE_IOERR_NOMEM) ){
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h486 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
H A Dsqlite3.c1549 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
19542 # define SQLITE_IOERR_NOMEM_BKPT SQLITE_IOERR_NOMEM
23290 ** function returning SQLITE_IOERR_NOMEM using the DO_OS_MALLOC_TEST macro.
[all...]

Completed in 822 milliseconds