Home
last modified time | relevance | path

Searched defs:pLeft (Results 1 – 20 of 20) sorted by relevance

/sqlite-3.40.0/src/
H A Dwhereexpr.c180 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 Drowset.c89 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 Dexpr.c344 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 Dfkey.c584 Expr *pLeft; /* Value from parent table row */ in fkScanChildren() local
616 Expr *pLeft; /* Value from parent table row */ in fkScanChildren() local
H A Dselect.c489 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 Dresolve.c959 Expr *pLeft = pExpr->pLeft; in resolveExprStep() local
H A Dwherecode.c1500 Expr *pLeft = pTerm->pExpr->pLeft; in sqlite3WhereCodeOneLoopStart() local
H A DsqliteInt.h2847 Expr *pLeft; /* Left subnode */ member
/sqlite-3.40.0/ext/fts1/
H A Dfts1.c689 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 Dfts5_hash.c395 Fts5HashEntry *pLeft, in fts5HashEntryMerge()
H A Dfts5_expr.c1034 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 Dfts5_index.c584 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 Dfts2.c1285 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 Dgeopoly.c959 static GeoEvent *geopolyEventMerge(GeoEvent *pLeft, GeoEvent *pRight){ in geopolyEventMerge()
1006 static GeoSegment *geopolySegmentMerge(GeoSegment *pLeft, GeoSegment *pRight){ in geopolySegmentMerge()
H A Drtree.c2461 RtreeNode *pLeft, in splitNodeStartree()
2593 RtreeNode *pLeft = 0; in SplitNode() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_expr.c916 Fts3Expr *pLeft = pRoot->pLeft; in fts3ExprBalance() local
H A Dfts3.c4231 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 Dfts3Int.h461 Fts3Expr *pLeft; /* Left operand */ member
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_tree.c909 u32 iLeft; TreeNode *pLeft; /* New left-hand sibling node */ in treeInsert() local
/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c5387 void *pLeft, /* Lhs input changeset */ in sqlite3changeset_concat()