Searched defs:okToChngToIN (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c960 int okToChngToIN = 0; /* True if the conversion to IN is valid */ local
968 ** such table and column. Set okToChngToIN if an appropriate table
969 ** and column is found but leave okToChngToIN false if not found.
971 for(j=0; j<2 && !okToChngToIN; j++){
1008 okToChngToIN = 1;
1009 for(; i>=0 && okToChngToIN; i--, pOrTerm++){
1014 okToChngToIN = 0;
1024 okToChngToIN = 0;
1032 /* At this point, okToChngToIN is true if original pTerm satisfies
1038 if( okToChngToIN ){
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c98614 int okToChngToIN = 0; /* True if the conversion to IN is valid */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c111852 int okToChngToIN = 0; /* True if the conversion to IN is valid */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c111872 int okToChngToIN = 0; /* True if the conversion to IN is valid */ local
[all...]

Completed in 708 milliseconds