Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dselect.c3750 typedef struct SubstContext { struct
3757 } SubstContext; argument
3760 static void substExprList(SubstContext*, ExprList*);
3761 static void substSelect(SubstContext*, Select*, int);
3777 SubstContext *pSubst, /* Description of the substitution */ in substExpr()
3876 SubstContext *pSubst, /* Description of the substitution */ in substExprList()
3886 SubstContext *pSubst, /* Description of the substitution */ in substSelect()
4616 SubstContext x; in flattenSubquery()
5108 SubstContext x; in pushDownWhereTerms()