| /sqlite-3.40.0/src/ |
| H A D | whereexpr.c | 180 Expr *pRight, *pLeft; /* Right and left size of LIKE operator */ in isLikeOrGlob() local 434 Expr *pLeft = pExpr->pLeft; in isAuxiliaryVtabOperator() local 790 Expr *pLeft = 0; in exprAnalyzeOrTerm() local 864 Expr *pLeft = 0; /* The LHS of the IN operator */ in exprAnalyzeOrTerm() local 1141 Expr *pLeft = sqlite3ExprSkipCollate(pExpr->pLeft); in exprAnalyze() local 1274 Expr *pLeft = pExpr->pLeft; in exprAnalyze() local 1317 Expr *pLeft; /* LHS of LIKE/GLOB operator */ in exprAnalyze() local 1409 Expr *pLeft = sqlite3ExprForVectorField(pParse, pExpr->pLeft, i, nLeft); in exprAnalyze() local 1462 Expr *pRight = 0, *pLeft = 0; in exprAnalyze() local
|
| H A D | rowset.c | 89 struct RowSetEntry *pLeft; /* Left subtree (smaller entries) */ member 345 struct RowSetEntry *pLeft; /* Left subtree */ in rowSetNDeepTree() local 379 struct RowSetEntry *pLeft; /* Left subtree */ in rowSetListToTree() local
|
| H A D | expr.c | 344 const Expr *pLeft, in sqlite3BinaryCompareCollSeq() 383 Expr *pLeft, /* The left operand */ in codeCompare() 622 Expr *pLeft = pExpr->pLeft; in codeVectorCompare() local 906 Expr *pLeft, in sqlite3ExprAttachSubtrees() 947 Expr *pLeft, /* Left operand */ in sqlite3PExpr() 2967 Expr *pLeft = pExpr->pLeft; in exprINAffinity() local 3430 Expr *pLeft; /* The LHS of the IN operator */ in sqlite3ExprCodeIN() local 4319 Expr *pLeft = pExpr->pLeft; in sqlite3ExprCodeTarget() local 4376 Expr *pLeft = pExpr->pLeft; in sqlite3ExprCodeTarget() local 4590 Expr *pLeft = pExpr->pLeft; in sqlite3ExprCodeTarget() local [all …]
|
| H A D | fkey.c | 584 Expr *pLeft; /* Value from parent table row */ in fkScanChildren() local 616 Expr *pLeft; /* Value from parent table row */ in fkScanChildren() local
|
| H A D | select.c | 489 SrcItem *pLeft; /* Left table being joined */ in sqlite3ProcessJoin() local 4740 Expr *pRight, *pLeft; in findConstInWhere() local 5481 Select *pLeft; /* Left-most SELECT statement */ in resolveFromTermToCte() local 6004 Expr *pLeft; in selectExpander() local
|
| H A D | resolve.c | 959 Expr *pLeft = pExpr->pLeft; in resolveExprStep() local
|
| H A D | wherecode.c | 1500 Expr *pLeft = pTerm->pExpr->pLeft; in sqlite3WhereCodeOneLoopStart() local
|
| H A D | sqliteInt.h | 2847 Expr *pLeft; /* Left subnode */ member
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fts1.c | 689 DocListReader *pLeft, /* Left position list */ in mergePosList() 731 DocList *pLeft, /* Doclist resulting from the words on the left */ in docListPhraseMerge() 763 DocList *pLeft, /* Doclist resulting from the words on the left */ in docListAndMerge() 797 DocList *pLeft, /* Doclist resulting from the words on the left */ in docListOrMerge() 842 DocList *pLeft, /* Doclist resulting from the words on the left */ in docListExceptMerge() 2593 DocList *pLeft, *pRight, *pNew; in docListOfTerm() local 2784 DocList *pLeft = NULL; in fulltextQuery() local
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_hash.c | 395 Fts5HashEntry *pLeft, in fts5HashEntryMerge()
|
| H A D | fts5_expr.c | 1034 Fts5ExprPhrase *pLeft = pNear->apPhrase[0]; in fts5ExprNodeTest_STRING() local 2273 Fts5ExprNode *pLeft, /* Left hand child expression */ in sqlite3Fts5ParseNode() 2354 Fts5ExprNode *pLeft, /* Left hand child expression */ in sqlite3Fts5ParseImplicitAnd()
|
| H A D | fts5_index.c | 584 Fts5Buffer *pLeft, /* Left hand side of comparison */ in fts5BufferCompareBlob() 602 static int fts5BufferCompare(Fts5Buffer *pLeft, Fts5Buffer *pRight){ in fts5BufferCompare()
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2.c | 1285 static int posListCmp(PLReader *pLeft, PLReader *pRight){ in posListCmp() 1313 static void posListUnion(DLReader *pLeft, DLReader *pRight, DLWriter *pOut){ in posListUnion() 1351 const char *pLeft, int nLeft, in docListUnion() 1408 static void posListPhraseMerge(DLReader *pLeft, DLReader *pRight, in posListPhraseMerge() 1459 const char *pLeft, int nLeft, in docListPhraseMerge() 1497 const char *pLeft, int nLeft, in docListAndMerge() 1532 const char *pLeft, int nLeft, in docListOrMerge() 1582 const char *pLeft, int nLeft, in docListExceptMerge()
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | geopoly.c | 959 static GeoEvent *geopolyEventMerge(GeoEvent *pLeft, GeoEvent *pRight){ in geopolyEventMerge() 1006 static GeoSegment *geopolySegmentMerge(GeoSegment *pLeft, GeoSegment *pRight){ in geopolySegmentMerge()
|
| H A D | rtree.c | 2461 RtreeNode *pLeft, in splitNodeStartree() 2593 RtreeNode *pLeft = 0; in SplitNode() local
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_expr.c | 916 Fts3Expr *pLeft = pRoot->pLeft; in fts3ExprBalance() local
|
| H A D | fts3.c | 4231 char *pLeft; in fts3EvalPhraseMergeToken() local 5298 Fts3Expr *pLeft = pExpr->pLeft; in fts3EvalNextRow() local 5352 Fts3Expr *pLeft = pExpr->pLeft; in fts3EvalNextRow() local 5380 Fts3Expr *pLeft = pExpr->pLeft; in fts3EvalNextRow() local
|
| H A D | fts3Int.h | 461 Fts3Expr *pLeft; /* Left operand */ member
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_tree.c | 909 u32 iLeft; TreeNode *pLeft; /* New left-hand sibling node */ in treeInsert() local
|
| /sqlite-3.40.0/ext/session/ |
| H A D | sqlite3session.c | 5387 void *pLeft, /* Lhs input changeset */ in sqlite3changeset_concat()
|