Home
last modified time | relevance | path

Searched defs:ExprList (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
DsqliteInt.h606 typedef struct ExprList ExprList; typedef
1750 struct ExprList { struct
1753 int iECursor; /* VDBE Cursor associated with this ExprList */ argument
1754 struct ExprList_item { argument
1762 } *a; /* One entry for each expression */
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c7586 typedef struct ExprList ExprList; typedef
10095 struct ExprList { struct
10098 int iECursor; /* VDBE Cursor associated with this ExprList */ argument
10099 struct ExprList_item { argument
10107 } *a; /* One entry for each expression */
/external/sqlite/dist/
Dsqlite3.c8789 typedef struct ExprList ExprList; typedef
11468 struct ExprList { struct
11470 struct ExprList_item { /* For each expression in the list */ argument
11485 } *a; /* Alloc a power of two greater or equal to nExpr */
/external/sqlite/dist/orig/
Dsqlite3.c8789 typedef struct ExprList ExprList; typedef
11468 struct ExprList { struct
11470 struct ExprList_item { /* For each expression in the list */ argument
11485 } *a; /* Alloc a power of two greater or equal to nExpr */