Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c14195 typedef struct Expr Expr; typedef
17367 struct Expr { struct
17376 /* If the EP_TokenOnly flag is set in the Expr.flags mask, then no argument
17381 Expr *pLeft; /* Left subnode */ argument
17382 Expr *pRight; /* Right subnode */ argument
17388 /* If the EP_Reduced flag is set in the Expr.flags mask, then no argument
17406 u8 op2; /* TK_REGISTER: original value of Expr.op argument
17422 ** The following are the meanings of bits in the Expr.flags field. argument

Completed in 464 milliseconds