/reactos/modules/rostests/winetests/inetmib1/ |
H A D | main.c | 127 vars[0].name.ids = bogus; in testQuery() 128 vars[0].value.asnType = 0; in testQuery() 130 list.list = vars; in testQuery() 150 vars[0].name.ids = mib2IfTable; in testQuery() 165 vars[0].name.ids = mib2IfDescr; in testQuery() 206 vars[0].name.idLength)) in testQuery() 209 vars[1].name.idLength)) in testQuery() 212 vars[2].name.idLength)) in testQuery() 272 vars[0].name.ids = mib2System; in testQuery() 285 ok(!SnmpUtilOidNCmp(&vars2[0].name, &vars[0].name, vars[0].name.idLength) || in testQuery() [all …]
|
/reactos/modules/rostests/winetests/shlwapi/ |
H A D | ordinal.c | 793 memset(vars, 0xc0, sizeof(vars)); in test_SHPackDispParams() 800 ok(V_VT(vars) == VT_I4, "V_VT(var) = %d\n", V_VT(vars)); in test_SHPackDispParams() 801 ok(V_I4(vars) == 0xdeadbeef, "failed %x\n", V_I4(vars)); in test_SHPackDispParams() 811 memset(vars, 0xc0, sizeof(vars)); in test_SHPackDispParams() 820 ok(V_VT(vars) == VT_DISPATCH, "V_VT(vars[0]) = %x\n", V_VT(vars)); in test_SHPackDispParams() 821 ok(V_I4(vars) == 0xdeadbeef, "V_I4(vars[0]) = %x\n", V_I4(vars)); in test_SHPackDispParams() 822 ok(V_VT(vars+1) == VT_I4, "V_VT(vars[1]) = %d\n", V_VT(vars+1)); in test_SHPackDispParams() 823 ok(V_I4(vars+1) == 100, "V_I4(vars[1]) = %x\n", V_I4(vars+1)); in test_SHPackDispParams() 824 ok(V_VT(vars+2) == VT_I4, "V_VT(vars[2]) = %d\n", V_VT(vars+2)); in test_SHPackDispParams() 825 ok(V_I4(vars+2) == 10, "V_I4(vars[2]) = %x\n", V_I4(vars+2)); in test_SHPackDispParams() [all …]
|
/reactos/dll/win32/jscript/ |
H A D | lex.c | 821 for(iter = cc->vars; iter; iter = next) { in release_cc() 843 new_v->next = cc->vars; in new_cc_var() 844 cc->vars = new_v; in new_cc_var() 852 for(iter = cc->vars; iter; iter = iter->next) { in find_cc_var() 873 cc->vars = NULL; in init_cc()
|
H A D | jscript.h | 373 cc_var_t *vars; member
|
/reactos/dll/win32/vbscript/ |
H A D | interp.c | 38 VARIANT *vars; member 116 if(!wcsicmp(ctx->func->vars[i].name, name)) { in lookup_identifier() 118 ref->u.v = ctx->vars+i; in lookup_identifier() 2067 if(ctx->vars) { in release_exec() 2069 VariantClear(ctx->vars+i); in release_exec() 2082 heap_free(ctx->vars); in release_exec() 2131 exec.vars = heap_alloc_zero(func->var_cnt * sizeof(VARIANT)); in exec_script() 2132 if(!exec.vars) { in exec_script() 2137 exec.vars = NULL; in exec_script()
|
H A D | compile.c | 1434 func->vars = compiler_alloc(ctx->code, func->var_cnt * sizeof(var_desc_t)); in compile_func() 1435 if(!func->vars) in compile_func() 1439 func->vars[i].name = compiler_alloc_string(ctx->code, dim_decl->name); in compile_func() 1440 if(!func->vars[i].name) in compile_func() 1500 func->vars = NULL; in create_function()
|
H A D | vbscript.h | 327 var_desc_t *vars; member
|
/reactos/sdk/lib/3rdparty/stlport/doc/ |
H A D | README.evc4 | 33 …t's batch files to set system variables check if both WCEROOT and SDKROOT vars are set to correct … 41 If anything goes wrong check if you met all prerequisities and if you set system vars accordingly t…
|
/reactos/sdk/tools/widl/ |
H A D | header.c | 688 var_list_t *vars; in check_for_additional_prototype_types() local 692 vars = type_enum_get_values(type); in check_for_additional_prototype_types() 695 vars = type_struct_get_fields(type); in check_for_additional_prototype_types() 698 vars = type_union_get_cases(type); in check_for_additional_prototype_types() 701 vars = NULL; in check_for_additional_prototype_types() 704 check_for_additional_prototype_types(vars); in check_for_additional_prototype_types()
|
H A D | parser.y | 80 static var_list_t *append_var_list(var_list_t *list, var_list_t *vars); 1797 static var_list_t *append_var_list(var_list_t *list, var_list_t *vars) in append_var_list() argument 1799 if (!vars) return list; in append_var_list() 1805 list_move_tail( list, vars ); in append_var_list()
|
/reactos/drivers/network/tcpip/lwip/src/apps/http/ |
H A D | httpd.c | 847 char *vars; local 889 vars = strchr(uri, '?'); 890 if (vars) { 891 *vars = '\0'; 915 if (vars) { 916 *vars = '?';
|
/reactos/dll/3rdparty/libxslt/ |
H A D | transform.c | 168 ctxt->vars = ctxt->varsTab[ctxt->varsNr - 1]; in xsltLocalVariablePop() 170 ctxt->vars = NULL; in xsltLocalVariablePop() 197 ctxt->vars = NULL; in xsltTemplateParamsCleanup() 592 cur->vars = NULL; in xsltNewTransformContext() 2214 ctxt->vars = variable; in xsltLocalVariablePush() 2570 xsltStackElemPtr tmpvar = ctxt->vars; in xsltApplySequenceConstructor() 2574 if (tmpvar != ctxt->vars) { in xsltApplySequenceConstructor() 2581 ctxt->vars->level = level; in xsltApplySequenceConstructor() 2735 xsltStackElemPtr tmpvar = ctxt->vars; in xsltApplySequenceConstructor() 2744 if (tmpvar != ctxt->vars) { in xsltApplySequenceConstructor() [all …]
|
H A D | variables.c | 759 ctxt->vars = elem; in xsltAddStackElem()
|
H A D | NEWS | 204 Initialize ctxt->output before evaluating global vars (Nick Wellnhofer), 574 Fix popping of vars in xsltCompilerNodePop (Nick Wellnhofer),
|
/reactos/dll/directx/wine/d3dcompiler_43/ |
H A D | utils.c | 765 LIST_FOR_EACH_ENTRY(var, &scope->vars, struct hlsl_ir_var, scope_entry) in add_declaration() 773 LIST_FOR_EACH_ENTRY(var, &scope->upper->vars, struct hlsl_ir_var, scope_entry) in add_declaration() 780 list_add_tail(&scope->vars, &decl->scope_entry); in add_declaration() 788 LIST_FOR_EACH_ENTRY(var, &scope->vars, struct hlsl_ir_var, scope_entry) in get_variable() 1544 list_init(&new_scope->vars); in push_scope()
|
H A D | d3dcompiler_private.h | 962 struct list vars; member
|
H A D | hlsl.y | 2543 LIST_FOR_EACH_ENTRY_SAFE(var, next_var, &scope->vars, struct hlsl_ir_var, scope_entry) in parse_hlsl()
|
/reactos/base/shell/cmd/ |
H A D | readme2.txt | 8 We also setup some global vars like default io handles and nErrorLevel and set %prompt% to $P$G.
|
/reactos/ |
H A D | configure.cmd | 49 REM VS command prompt does not put this in environment vars
|
/reactos/modules/rostests/winetests/cmd/ |
H A D | test_cmdline.cmd | 68 rem for loop vars need expanding
|
/reactos/sdk/include/reactos/libs/libxslt/ |
H A D | xsltInternals.h | 1681 xsltStackElemPtr vars; /* the current variable list */ member
|