Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A DsqliteInt.h236 typedef struct ExprList ExprList; typedef
721 struct ExprList { struct
724 struct ExprList_item { argument
730 } *a; /* One entry for each expression */
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c7846 typedef struct ExprList ExprList; typedef
10363 struct ExprList { struct
10366 int iECursor; /* VDBE Cursor associated with this ExprList */ argument
10367 struct ExprList_item { argument
10375 } *a; /* One entry for each expression */

Completed in 320 milliseconds