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

/osnet-11/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*);
H A Ddelete.c69 WhereInfo *pWInfo; /* Information about the WHERE clause */
H A Dwhere.c383 WhereInfo *sqliteWhereBegin(
391 WhereInfo *pWInfo; /* Will become the return value of this function */
422 /* Allocate and initialize the WhereInfo structure that will become the
425 pWInfo = sqliteMalloc( sizeof(WhereInfo) + pTabList->nSrc*sizeof(WhereLevel));
1193 void sqliteWhereEnd(WhereInfo *pWInfo){
H A Dupdate.c40 WhereInfo *pWInfo; /* Information about the WHERE clause */
H A Dselect.c2020 WhereInfo *pWInfo;

Completed in 29 milliseconds