OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SQLITE_IOERR_SHORT_READ
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3.h
507
#define
SQLITE_IOERR_SHORT_READ
(SQLITE_IOERR | (2<<8))
847
** If xRead() returns
SQLITE_IOERR_SHORT_READ
it must also fill
sqlite3.c
828
#define
SQLITE_IOERR_SHORT_READ
(SQLITE_IOERR | (2<<8))
1168
** If xRead() returns
SQLITE_IOERR_SHORT_READ
it must also fill
[
all
...]
Completed in 86 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026