Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c8648 typedef struct ExprSpan ExprSpan; typedef
11289 struct ExprSpan { struct
11290 Expr *pExpr; /* The expression parse tree */
11291 const char *zStart; /* First character of input text */
11292 const char *zEnd; /* One character past the end of input text */