Home
last modified time | relevance | path

Searched refs:bOnce (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dwhere.c4507 u8 bOnce = 1; /* True to run the ORDER BY search loop */ in wherePathSatisfiesOrderBy() local
4544 bOnce = 0; in wherePathSatisfiesOrderBy()
4582 for(i=0; bOnce && i<nOrderBy; i++){ in wherePathSatisfiesOrderBy()
4588 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0; in wherePathSatisfiesOrderBy()
H A Dshell.c.in9151 int bOnce = 0; /* 0: .output, 1: .once, 2: .excel */ local
9158 bOnce = 2;
9160 bOnce = 1;
9200 if( bOnce ){