Searched defs:WhereInfo (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h244 typedef struct WhereInfo WhereInfo; typedef in typeref:struct:WhereInfo
798 ** For each nested loop in a WHERE clause implementation, the WhereInfo
824 struct WhereInfo { struct
1181 WhereInfo *sqliteWhereBegin(Parse*, SrcList*, Expr*, int, ExprList**);
1182 void sqliteWhereEnd(WhereInfo*);

Completed in 273 milliseconds