OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sqlite3_interrupt_count
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
vdbe.c
80
int
sqlite3_interrupt_count
= 0;
variable
628
if(
sqlite3_interrupt_count
>0 ){
629
sqlite3_interrupt_count
--;
630
if(
sqlite3_interrupt_count
==0 ){
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
61896
SQLITE_API int
sqlite3_interrupt_count
= 0;
local
[
all
...]
Completed in 69 milliseconds