Searched defs:ExprList (Results 1 – 4 of 4) sorted by relevance
606 typedef struct ExprList ExprList; typedef1750 struct ExprList { struct1753 int iECursor; /* VDBE Cursor associated with this ExprList */ argument1754 struct ExprList_item { argument1762 } *a; /* One entry for each expression */
7586 typedef struct ExprList ExprList; typedef10095 struct ExprList { struct10098 int iECursor; /* VDBE Cursor associated with this ExprList */ argument10099 struct ExprList_item { argument10107 } *a; /* One entry for each expression */
8789 typedef struct ExprList ExprList; typedef11468 struct ExprList { struct11470 struct ExprList_item { /* For each expression in the list */ argument11485 } *a; /* Alloc a power of two greater or equal to nExpr */