Searched refs:pRight (Results 1 – 11 of 11) sorted by relevance
/PHP-5.3/ext/sqlite/libsqlite/src/ |
H A D | btree_rb.c | 209 pY = pX->pRight; in leftRotate() 219 pX->pRight = pb; in leftRotate() 242 pb = pY->pRight; in rightRotate() 249 pY->pRight = pX; in rightRotate() 359 (pNode->pRight && !pNode->pRight->isBlack) ) in check_redblack_tree() 532 (!pSib->pRight || pSib->pRight->isBlack) ) { in do_delete_balancing() 536 if( (!pSib->pRight || pSib->pRight->isBlack) ){ in do_delete_balancing() 544 if( pSib->pRight ) pSib->pRight->isBlack = 1; in do_delete_balancing() 560 (!pSib->pRight || pSib->pRight->isBlack) ){ in do_delete_balancing() 565 if( pSib->pRight ) pSib->pRight->isBlack = 1; in do_delete_balancing() [all …]
|
H A D | expr.c | 34 pNew->pRight = pRight; in sqliteExpr() 57 assert( pRight!=0 ); in sqliteExprSpan() 63 pExpr->span.n = pRight->n + Addr(pRight->z) - Addr(pLeft->z); in sqliteExprSpan() 134 pNew->pRight = sqliteExprDup(p->pRight); in sqliteExprDup() 318 if( p->pRight && !sqliteExprIsConstant(p->pRight) ) return 0; in sqliteExprIsConstant() 592 pExpr->pRight = 0; in lookupName() 666 Expr *pRight; in sqliteExprResolveIds() local 668 pRight = pExpr->pRight; in sqliteExprResolveIds() 677 pColumn = &pRight->pRight->token; in sqliteExprResolveIds() 985 if( p->pRight && sqliteExprType(p->pRight)==SQLITE_SO_NUM ){ in sqliteExprType() [all …]
|
H A D | where.c | 130 if( p->pRight ){ in exprTableUsage() 131 mask = exprTableUsage(pMaskSet, p->pRight); in exprTableUsage() 179 if( pExpr->pRight && pExpr->pRight->op==TK_COLUMN ){ in exprAnalyze() 180 pInfo->idxRight = pExpr->pRight->iTable; in exprAnalyze() 603 int iColumn = aExpr[j].p->pRight->iColumn; in sqliteWhereBegin() 753 sqliteExprCode(pParse, aExpr[k].p->pRight); in sqliteWhereBegin() 793 sqliteExprCode(pParse, pX->pRight); in sqliteWhereBegin() 881 sqliteExprCode(pParse, aExpr[k].p->pRight); in sqliteWhereBegin() 898 sqliteExprCode(pParse, aExpr[k].p->pRight); in sqliteWhereBegin() 1009 sqliteExprCode(pParse, pExpr->pRight); in sqliteWhereBegin() [all …]
|
H A D | pragma.c | 159 void sqlitePragma(Parse *pParse, Token *pLeft, Token *pRight, int minusFlag){ in sqlitePragma() argument 170 sqliteSetNString(&zRight, "-", 1, pRight->z, pRight->n, 0); in sqlitePragma() 172 zRight = sqliteStrNDup(pRight->z, pRight->n); in sqlitePragma() 209 if( pRight->z==pLeft->z ){ in sqlitePragma() 247 if( pRight->z==pLeft->z ){ in sqlitePragma() 295 if( pRight->z==pLeft->z ){ in sqlitePragma() 338 if( pRight->z==pLeft->z ){ in sqlitePragma() 520 if( pRight->z==pLeft->z ){ in sqlitePragma() 544 if( pRight->z==pLeft->z ){ in sqlitePragma()
|
H A D | select.c | 198 p = p->pRight; in setJoinExpr() 936 if( pE->op==TK_DOT && pE->pRight && pE->pRight->op==TK_ALL in fillInColumnList() 951 (pE->op!=TK_DOT || pE->pRight==0 || pE->pRight->op!=TK_ALL) ){ in fillInColumnList() 980 Expr *pExpr, *pLeft, *pRight; in fillInColumnList() local 995 if( pRight==0 ) break; in fillInColumnList() 996 pRight->token.z = zName; in fillInColumnList() 997 pRight->token.n = strlen(zName); in fillInColumnList() 998 pRight->token.dyn = 0; in fillInColumnList() 1013 pExpr = pRight; in fillInColumnList() 1541 assert( pExpr->pRight==0 ); in substExpr() [all …]
|
H A D | attach.c | 274 if( sqliteFixExpr(pFix, pExpr->pRight) ){ in sqliteFixExpr()
|
H A D | vdbe.c | 355 static Sorter *Merge(Sorter *pLeft, Sorter *pRight){ in Merge() argument 360 while( pLeft && pRight ){ in Merge() 361 int c = sqliteSortCompare(pLeft->zKey, pRight->zKey); in Merge() 366 pTail->pNext = pRight; in Merge() 367 pRight = pRight->pNext; in Merge() 373 }else if( pRight ){ in Merge() 374 pTail->pNext = pRight; in Merge()
|
H A D | sqliteInt.h | 686 Expr *pLeft, *pRight; /* Left and right subnodes */ member
|
H A D | parse.y | 334 Expr *pRight = sqliteExpr(TK_ALL, 0, 0, 0); 336 A = sqliteExprListAppend(P, sqliteExpr(TK_DOT, pLeft, pRight, 0), 0);
|
H A D | parse.c | 2176 Expr *pRight = sqliteExpr(TK_ALL, 0, 0, 0); in yy_reduce() local 2178 …yygotominor.yy322 = sqliteExprListAppend(yymsp[-3].minor.yy322, sqliteExpr(TK_DOT, pLeft, pRight, … in yy_reduce()
|
/PHP-5.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 70512 pRight = pExpr->pRight; 71677 pRoot->pRight = pRight; 90811 if( pRight->pOn || pRight->pUsing ){ 90831 if( pRight->pOn && pRight->pUsing ){ 99478 Expr *pRight = pExpr->pRight; 99484 if( pRight && pRight->op==TK_COLUMN ){ 101746 Expr *pRight = pTerm->pExpr->pRight; 115905 Fts3Expr *pRight = pExpr->pRight; 115937 Fts3Expr *pRight = pExpr->pRight; 115965 Fts3Expr *pRight = pExpr->pRight; [all …]
|
Completed in 596 milliseconds