Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h25 typedef struct WhereOrInfo WhereOrInfo; typedef
282 WhereOrInfo *pOrInfo; /* Extra information if (eOperator & WO_OR)!=0 */
363 struct WhereOrInfo { struct
H A Dwhereexpr.c28 static void whereOrInfoDelete(sqlite3 *db, WhereOrInfo *p){ in whereOrInfoDelete()
652 WhereOrInfo *pOrInfo; /* Additional information associated with pTerm */ in exprAnalyzeOrTerm()