Home
last modified time | relevance | path

Searched refs:pLeftmost (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Dresolve.c934 Select *pLeftmost; /* Left-most of SELECT of a compound */ in resolveSelectStep() local
961 pLeftmost = p; in resolveSelectStep()
1085 if( isCompound && resolveCompoundOrderBy(pParse, pLeftmost) ){ in resolveSelectStep()
/external/chromium_org/third_party/sqlite/src/ext/fts3/
Dfts3_write.c152 SegmentNode *pLeftmost; /* Pointer to left-most node of this depth */ member
1593 pNew->pLeftmost = pTree->pLeftmost; in fts3NodeAddTerm()
1599 pNew->pLeftmost = pNew; in fts3NodeAddTerm()
1658 for(pIter=pTree->pLeftmost; pIter && rc==SQLITE_OK; pIter=pIter->pRight){ in fts3NodeWrite()
1682 SegmentNode *p = pTree->pLeftmost; in fts3NodeFree()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c70644 Select *pLeftmost; /* Left-most of SELECT of a compound */
70671 pLeftmost = p;
70795 if( isCompound && resolveCompoundOrderBy(pParse, pLeftmost) ){
120260 SegmentNode *pLeftmost; /* Pointer to left-most node of this depth */
121701 pNew->pLeftmost = pTree->pLeftmost;
121707 pNew->pLeftmost = pNew;
121766 for(pIter=pTree->pLeftmost; pIter && rc==SQLITE_OK; pIter=pIter->pRight){
121790 SegmentNode *p = pTree->pLeftmost;
/external/sqlite/dist/orig/
Dsqlite3.c74105 Select *pLeftmost; /* Left-most of SELECT of a compound */
74132 pLeftmost = p;
74270 if( isCompound && resolveCompoundOrderBy(pParse, pLeftmost) ){
125249 SegmentNode *pLeftmost; /* Pointer to left-most node of this depth */
126990 pNew->pLeftmost = pTree->pLeftmost;
126996 pNew->pLeftmost = pNew;
127055 for(pIter=pTree->pLeftmost; pIter && rc==SQLITE_OK; pIter=pIter->pRight){
127079 SegmentNode *p = pTree->pLeftmost;
/external/sqlite/dist/
Dsqlite3.c74141 Select *pLeftmost; /* Left-most of SELECT of a compound */
74168 pLeftmost = p;
74306 if( isCompound && resolveCompoundOrderBy(pParse, pLeftmost) ){
125297 SegmentNode *pLeftmost; /* Pointer to left-most node of this depth */
127038 pNew->pLeftmost = pTree->pLeftmost;
127044 pNew->pLeftmost = pNew;
127103 for(pIter=pTree->pLeftmost; pIter && rc==SQLITE_OK; pIter=pIter->pRight){
127127 SegmentNode *p = pTree->pLeftmost;