HomeSort by relevance Sort by last modified time
    Searched refs:pRight (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/third_party/sqlite/src/src/
rowset.c 82 struct RowSetEntry *pRight; /* Right subtree (larger entries) or list */
105 struct RowSetEntry *pEntry; /* List of entries using pRight */
185 pEntry->pRight = 0;
191 pLast->pRight = pEntry;
202 ** The input lists are connected via pRight pointers and are
214 assert( pA->pRight==0 || pA->v<=pA->pRight->v );
215 assert( pB->pRight==0 || pB->v<=pB->pRight->v );
217 pTail->pRight = pA
    [all...]
expr.c 165 if( pExpr->pRight ){
166 aff = sqlite3CompareAffinity(pExpr->pRight, aff);
205 ** a binary comparison operator comparing pLeft and pRight.
212 ** Argument pRight (but not pLeft) may be a null pointer. In this case,
218 Expr *pRight
225 }else if( pRight && pRight->flags & EP_ExpCollate ){
226 assert( pRight->pColl );
227 pColl = pRight->pColl;
231 pColl = sqlite3ExprCollSeq(pParse, pRight);
    [all...]
where.c 107 Bitmask prereqRight; /* Bitmask of tables used by pExpr->pRight */
387 whereSplit(pWC, pExpr->pRight, op);
447 mask = exprTableUsage(pMaskSet, p->pRight);
517 u16 expRight = (pExpr->pRight->flags & EP_ExpCollate);
520 pExpr->pRight->pColl = sqlite3ExprCollSeq(pParse, pExpr->pRight);
522 SWAP(CollSeq*,pExpr->pRight->pColl,pExpr->pLeft->pColl);
523 pExpr->pRight->flags = (pExpr->pRight->flags & ~EP_ExpCollate) | expLeft;
525 SWAP(Expr*,pExpr->pRight,pExpr->pLeft)
    [all...]
resolve.c 116 ** pExpr->pRight Any expression this points to is deleted.
305 assert( pExpr->pLeft==0 && pExpr->pRight==0 );
384 sqlite3ExprDelete(db, pExpr->pRight);
385 pExpr->pRight = 0;
493 Expr *pRight;
496 pRight = pExpr->pRight;
497 if( pRight->op==TK_ID ){
500 zColumn = pRight->u.zToken;
502 assert( pRight->op==TK_DOT )
    [all...]
select.c 302 p = p->pRight;
324 struct SrcList_item *pRight; /* Right table being joined */
328 pRight = &pLeft[1];
329 for(i=0; i<pSrc->nSrc-1; i++, pRight++, pLeft++){
331 Table *pRightTab = pRight->pTab;
335 isOuter = (pRight->jointype & JT_OUTER)!=0;
340 if( pRight->jointype & JT_NATURAL ){
341 if( pRight->pOn || pRight->pUsing ){
361 if( pRight->pOn && pRight->pUsing )
    [all...]
walker.c 48 if( sqlite3WalkExpr(pWalker, pExpr->pRight) ) return WRC_Abort;
fkey.c 491 Expr *pRight; /* Column ref to child table */
492 Expr *pEq; /* Expression (pLeft = pRight) */
516 pRight = sqlite3Expr(db, TK_ID, zCol);
517 pEq = sqlite3PExpr(pParse, TK_EQ, pLeft, pRight, 0);
526 Expr *pEq; /* Expression (pLeft = pRight) */
528 Expr *pRight; /* Column ref to child table */
530 pRight = sqlite3Expr(db, TK_COLUMN, 0);
531 if( pLeft && pRight ){
534 pRight->iTable = pSrc->a[0].iCursor;
535 pRight->iColumn = -1
    [all...]
parse.y 457 Expr *pRight = sqlite3PExpr(pParse, TK_ALL, 0, 0, &Y);
459 Expr *pDot = sqlite3PExpr(pParse, TK_DOT, pLeft, pRight, 0);
826 ExprSpan *pRight /* The right operand */
828 pOut->pExpr = sqlite3PExpr(pParse, op, pLeft->pExpr, pRight->pExpr, 0);
830 pOut->zEnd = pRight->zEnd;
    [all...]
attach.c 501 if( sqlite3FixExpr(pFix, pExpr->pRight) ){
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_ExpandFrame_I.c 76 OMX_U8* pRight;
107 pRight = pSrcDstPlane + iFrameWidth;
115 pRight [y * iPlaneStep + x] =
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/
omxVCCOMM_ExpandFrame_I_s.s 65 pRight RN 6
140 ADD pRight,pSrcDstPlane,iFrameWidth
141 SUB pRightIndex,pRight,#1
166 STR tempRight2,[pRight,iPlaneStep]
168 STR tempRight1,[pRight],#4
173 ADD pRight,pRight,RowStep
  /hardware/ti/omap4-aah/security/tf_daemon/
smc_properties_parser.h 61 struct NODE* pRight;
smc_properties_parser.c 135 pList=pList->pRight;
158 if (pList->pRight!=NULL)
160 pList=pList->pRight;
164 pList->pRight=pNode;
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.h 61 struct NODE* pRight;
smc_properties_parser.c 134 pList=pList->pRight;
157 if (pList->pRight!=NULL)
159 pList=pList->pRight;
163 pList->pRight=pNode;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
omxVCCOMM_ExpandFrame_I_s.s 49 pRight RN 6
155 SUB pRight, Temp, #1
162 VLD1 {dData1 []}, [pRight], iPlaneStep ;// Top-Right corner pixel from frame duplicated in dData1
192 VLD1 {dData1 []}, [pRight], iPlaneStep
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c 673 ** pLeft and pRight are two DocListReaders that are pointing to
676 ** If there are no instances in pLeft or pRight where the position
677 ** of pLeft is one less than the position of pRight, then this
681 ** are exactly one less than positions from pRight, then add a new
683 ** include the positions from pRight that are one more than a
684 ** position in pLeft. In other words: pRight.iPos==pLeft.iPos+1.
686 ** pLeft and pRight are left pointing at the next document record.
690 DocListReader *pRight, /* Right position list */
691 sqlite_int64 iDocid, /* The docid from pLeft and pRight */
695 int iRightCol, iRightPos = readPosition(pRight, &iRightCol)
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_expr.c 520 assert( pSplit->pParent->pRight==pSplit );
521 pSplit->pParent->pRight = pNew;
572 pNot->pRight = p;
629 assert( pPrev && pPrev->pLeft && pPrev->pRight==0 );
630 pPrev->pRight = p;
744 sqlite3Fts3ExprFree(p->pRight);
831 if( zBuf ) zBuf = exprToString(pExpr->pRight, zBuf);
fts3.c     [all...]
fts3Int.h 251 Fts3Expr *pParent; /* pParent->pLeft==this or pParent->pRight==this */
253 Fts3Expr *pRight; /* Right operand */
fts3_snippet.c 148 assert( pExpr->pLeft && pExpr->pRight );
151 rc = fts3ExprIterate2(pExpr->pRight, piPhrase, x, pCtx);
201 && pParent->pRight==pExpr
211 assert( pLeft->pRight->eType==FTSQUERY_PHRASE );
212 pLeft = pLeft->pRight;
    [all...]
fts3_write.c 151 SegmentNode *pRight; /* Pointer to right-sibling */
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c     [all...]

Completed in 782 milliseconds

1 2