Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_win.c2261 return SQLITE_IOERR_NOMEM_BKPT; in winceCreateLock()
3939 return SQLITE_IOERR_NOMEM_BKPT;
3970 rc = SQLITE_IOERR_NOMEM_BKPT;
4281 rc = SQLITE_IOERR_NOMEM_BKPT;
4767 return SQLITE_IOERR_NOMEM_BKPT;
4880 return SQLITE_IOERR_NOMEM_BKPT;
5124 return SQLITE_IOERR_NOMEM_BKPT;
5355 return SQLITE_IOERR_NOMEM_BKPT;
5463 return SQLITE_IOERR_NOMEM_BKPT;
5697 return SQLITE_IOERR_NOMEM_BKPT;
[all …]
H A Dmemjournal.c232 return SQLITE_IOERR_NOMEM_BKPT; in memjrnlWrite()
H A Dos.c69 if (!pTstAlloc) return SQLITE_IOERR_NOMEM_BKPT; \
H A DsqliteInt.h4321 # define SQLITE_IOERR_NOMEM_BKPT sqlite3IoerrnomemError(__LINE__) macro
4324 # define SQLITE_IOERR_NOMEM_BKPT SQLITE_IOERR_NOMEM macro
H A Dos_unix.c4822 rc = SQLITE_IOERR_NOMEM_BKPT; in unixShmMap()