Lines Matching refs:WhereInfo
1227 typedef struct WhereInfo WhereInfo; typedef
4279 void sqlite3WindowCodeStep(Parse*, Select*, WhereInfo*, int, int);
4735 WhereInfo *sqlite3WhereBegin(Parse*,SrcList*,Expr*,ExprList*,
4737 void sqlite3WhereEnd(WhereInfo*);
4738 LogEst sqlite3WhereOutputRowCount(WhereInfo*);
4739 int sqlite3WhereIsDistinct(WhereInfo*);
4740 int sqlite3WhereIsOrdered(WhereInfo*);
4741 int sqlite3WhereOrderByLimitOptLabel(WhereInfo*);
4742 void sqlite3WhereMinMaxOptEarlyOut(Vdbe*,WhereInfo*);
4743 int sqlite3WhereIsSorted(WhereInfo*);
4744 int sqlite3WhereContinueLabel(WhereInfo*);
4745 int sqlite3WhereBreakLabel(WhereInfo*);
4746 int sqlite3WhereOkOnePass(WhereInfo*, int*);
4750 int sqlite3WhereUsesDeferredSeek(WhereInfo*);