Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dwhere.c24 typedef struct ExprInfo ExprInfo; typedef
25 struct ExprInfo { struct
66 static int exprSplit(int nSlot, ExprInfo *aSlot, Expr *pExpr){ in exprSplit()
170 static void exprAnalyze(ExprMaskSet *pMaskSet, ExprInfo *pInfo){ in exprAnalyze()
398 ExprInfo aExpr[101]; /* The WHERE clause is divided into these expressions */ in sqliteWhereBegin()