OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3_io_error_hit
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
os_common.h
68
int
sqlite3_io_error_hit
= 0; /* Total number of I/O Errors */
variable
77
if( (sqlite3_io_error_persist &&
sqlite3_io_error_hit
) \
82
sqlite3_io_error_hit
++;
90
sqlite3_io_error_hit
= 1; \
test_journal.c
222
extern int
sqlite3_io_error_hit
;
225
*piSave2 =
sqlite3_io_error_hit
;
227
sqlite3_io_error_hit
= 0;
231
sqlite3_io_error_hit
= iSave2;
test2.c
632
extern int
sqlite3_io_error_hit
;
671
(char*)&
sqlite3_io_error_hit
, TCL_LINK_INT);
pager.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
22021
SQLITE_API int
sqlite3_io_error_hit
= 0; \/* Total number of I\/O Errors *\/
local
24349
SQLITE_API int
sqlite3_io_error_hit
= 0; \/* Total number of I\/O Errors *\/
local
31134
SQLITE_API int
sqlite3_io_error_hit
= 0; \/* Total number of I\/O Errors *\/
local
[
all
...]
Completed in 47 milliseconds