OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:okOnePass
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
update.c
114
int
okOnePass
; /* True for one-pass algorithm without the FIFO */
315
okOnePass
= pWInfo->
okOnePass
;
320
if( !
okOnePass
){
343
if( !
okOnePass
) sqlite3OpenTable(pParse, iCur, iDb, pTab, OP_OpenWrite);
366
if(
okOnePass
){
where.c
[
all
...]
sqliteInt.h
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 53 milliseconds