Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A DsqliteInt.h235 typedef struct Expr Expr; typedef
681 struct Expr { struct
686 Expr *pLeft, *pRight; /* Left and right subnodes */ argument
687 ExprList *pList; /* A list of expressions used as function arguments argument
700 ** The following are the meanings of bits in the Expr.flags field. argument
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c7845 typedef struct Expr Expr; typedef
10250 struct Expr { struct
10259 /* If the EP_TokenOnly flag is set in the Expr.flags mask, then no argument
10264 Expr *pLeft; /* Left subnode */ argument
10265 Expr *pRight; /* Right subnode */ argument
10272 /* If the EP_Reduced flag is set in the Expr.flags mask, then no argument
10285 u8 op2; /* If a TK_REGISTER, the original value of Expr.op */ argument
10294 ** The following are the meanings of bits in the Expr.flags field. argument

Completed in 298 milliseconds