Searched refs:bSort (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c2807 ** bSort:
2832 int bSort = 0; /* True if external sort required */ local
2895 ** will scan rows in a different order, set the bSort variable. */
2905 bSort = 1;
3020 if( bSort ){
3086 "%s(%s): nEq=%d nInMul=%d estBound=%d bSort=%d bLookup=%d wsFlags=0x%x\n"
3089 nEq, nInMul, estBound, bSort, bLookup, wsFlags,
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c100486 int bSort = 0; /* True if external sort required */ local
[all...]

Completed in 242 milliseconds