Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9299 typedef struct ExprSpan ExprSpan; typedef
12075 struct ExprSpan { struct
12076 Expr *pExpr; /* The expression parse tree */
12077 const char *zStart; /* First character of input text */
12078 const char *zEnd; /* One character past the end of input text */

Completed in 382 milliseconds