Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9297 typedef struct Expr Expr; typedef
11925 struct Expr { struct
11934 /* If the EP_TokenOnly flag is set in the Expr.flags mask, then no argument
11939 Expr *pLeft; /* Left subnode */ argument
11940 Expr *pRight; /* Right subnode */ argument
11946 /* If the EP_Reduced flag is set in the Expr.flags mask, then no argument
11962 u8 op2; /* TK_REGISTER: original value of Expr.op argument
11970 ** The following are the meanings of bits in the Expr.flags field. argument

Completed in 553 milliseconds