Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/sqlite3/
HDsqlite3.c20536 # define SQLITE_IOERR_NOMEM_BKPT sqlite3IoerrnomemError(__LINE__) macro
20539 # define SQLITE_IOERR_NOMEM_BKPT SQLITE_IOERR_NOMEM macro
26106 if (!pTstAlloc) return SQLITE_IOERR_NOMEM_BKPT; \
43280 rc = SQLITE_IOERR_NOMEM_BKPT;
48912 return SQLITE_IOERR_NOMEM_BKPT;
50585 if( p==0 ) return SQLITE_IOERR_NOMEM_BKPT;
50590 return SQLITE_IOERR_NOMEM_BKPT;
50621 rc = SQLITE_IOERR_NOMEM_BKPT;
50932 rc = SQLITE_IOERR_NOMEM_BKPT;
51424 return SQLITE_IOERR_NOMEM_BKPT;
[all …]