Searched refs:bSort (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/sqlite/src/src/ |
D | where.c | 2832 int bSort = 0; /* True if external sort required */ in bestBtreeIndex() local 2905 bSort = 1; in bestBtreeIndex() 3020 if( bSort ){ in bestBtreeIndex() 3089 nEq, nInMul, estBound, bSort, bLookup, wsFlags, in bestBtreeIndex()
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 100486 int bSort = 0; /* True if external sort required */ 100559 bSort = 1; 100674 if( bSort ){ 100743 nEq, nInMul, estBound, bSort, bLookup, wsFlags,
|