Searched refs:ExprInfo (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dwhere.c27 typedef struct ExprInfo ExprInfo; typedef in typeref:struct:ExprInfo
28 struct ExprInfo { struct
69 static int exprSplit(int nSlot, ExprInfo *aSlot, Expr *pExpr){
168 ** The input to this routine is an ExprInfo structure with only the
170 ** subexpression and populate all the other fields of the ExprInfo
173 static void exprAnalyze(ExprMaskSet *pMaskSet, ExprInfo *pInfo){
401 ExprInfo aExpr[101]; /* The WHERE clause is divided into these expressions */

Completed in 17 milliseconds