Searched defs:pLeftmost (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dresolve.c934 Select *pLeftmost; /* Left-most of SELECT of a compound */ local
961 pLeftmost = p;
1085 if( isCompound && resolveCompoundOrderBy(pParse, pLeftmost) ){
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_write.c152 SegmentNode *pLeftmost; /* Pointer to left-most node of this depth */ member in struct:SegmentNode
1593 pNew->pLeftmost = pTree->pLeftmost;
1599 pNew->pLeftmost = pNew;
1658 for(pIter=pTree->pLeftmost; pIter && rc==SQLITE_OK; pIter=pIter->pRight){
1682 SegmentNode *p = pTree->pLeftmost;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c70465 Select *pLeftmost; /* Left-most of SELECT of a compound */ local
120058 SegmentNode *pLeftmost; /* Pointer to left-most node of this depth */ member in struct:SegmentNode
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c77899 Select *pLeftmost; /* Left-most of SELECT of a compound */ local
136919 SegmentNode *pLeftmost; /* Pointer to left-most node of this depth */ member in struct:SegmentNode
[all...]
/external/sqlite/dist/
H A Dsqlite3.c77919 Select *pLeftmost; /* Left-most of SELECT of a compound */ local
136951 SegmentNode *pLeftmost; /* Pointer to left-most node of this depth */ member in struct:SegmentNode
[all...]

Completed in 532 milliseconds