|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <query.h>

Public Attributes | |
| int | type |
| union { | |
| struct complex_expr expr | |
| INT ival | |
| UINT uval | |
| LPCWSTR sval | |
| union ext_column column | |
| } | u |
| enum expr_type | type |
| union { | |
| struct complex_expr expr | |
| const struct property * propval | |
| const WCHAR * sval | |
| int ival | |
| } | u |
| union ext_column expr::column |
Definition at line 94 of file query.h.
Referenced by expr_fetch_value(), INT_evaluate_unary(), reorder_check(), STRING_evaluate(), WHERE_evaluate(), and WHERE_VerifyCondition().
| struct complex_expr expr::expr |
Definition at line 90 of file query.h.
Referenced by eval_cond(), find_sid_str(), reorder_check(), seed_dirs(), WHERE_evaluate(), and WHERE_VerifyCondition().
| INT expr::ival |
Definition at line 91 of file query.h.
Referenced by eval_cond(), and WHERE_VerifyCondition().
| int expr::ival |
Definition at line 89 of file wbemprox_private.h.
Definition at line 87 of file wbemprox_private.h.
Referenced by eval_cond(), and eval_unary().
| LPCWSTR expr::sval |
Definition at line 93 of file query.h.
Referenced by eval_cond(), STRING_evaluate(), and write_default_value().
Definition at line 88 of file wbemprox_private.h.
| int expr::type |
Definition at line 87 of file query.h.
Referenced by add_func_desc(), compile_assign_expression(), compile_call_expression(), compile_delete_expression(), compile_expression(), compile_increment_expression(), compile_memberid_expression(), compile_typeof_expression(), eval_cond(), find_sid_str(), is_boolcmp(), is_refcmp(), is_strcmp(), new_expr(), reorder_check(), seed_dirs(), STRING_evaluate(), visit_expression(), WHERE_evaluate(), WHERE_VerifyCondition(), write_apicontract_guard_end(), write_apicontract_guard_start(), write_args(), and write_default_value().
Definition at line 83 of file wbemprox_private.h.
| union { ... } expr::u |
| union { ... } expr::u |
| UINT expr::uval |
Definition at line 92 of file query.h.
Referenced by WHERE_evaluate(), and WHERE_VerifyCondition().