Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/sqlite3/
Dsqlite3.c15940 # define SQLITE_IOERR_NOMEM_BKPT sqlite3IoerrnomemError(__LINE__) macro
15943 # define SQLITE_IOERR_NOMEM_BKPT SQLITE_IOERR_NOMEM macro
19759 if (!pTstAlloc) return SQLITE_IOERR_NOMEM_BKPT; \
33793 rc = SQLITE_IOERR_NOMEM_BKPT;
39316 return SQLITE_IOERR_NOMEM_BKPT;
40907 if( p==0 ) return SQLITE_IOERR_NOMEM_BKPT;
40912 return SQLITE_IOERR_NOMEM_BKPT;
40940 rc = SQLITE_IOERR_NOMEM_BKPT;
41246 rc = SQLITE_IOERR_NOMEM_BKPT;
41714 return SQLITE_IOERR_NOMEM_BKPT;
[all …]