Searched refs:new_context (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/setupapi/ |
H A D | parser.c | 1767 INFCONTEXT new_context; in SetupGetLineTextW() local 1768 if (!SetupFindFirstLineW( hinf, section_name, key_name, &new_context )) return FALSE; in SetupGetLineTextW() 1769 file = new_context.CurrentInf; in SetupGetLineTextW() 1770 line = get_line( file, new_context.Section, new_context.Line ); in SetupGetLineTextW() 1818 INFCONTEXT new_context; in SetupGetLineTextA() local 1819 if (!SetupFindFirstLineA( hinf, section_name, key_name, &new_context )) return FALSE; in SetupGetLineTextA() 1820 file = new_context.CurrentInf; in SetupGetLineTextA() 1821 line = get_line( file, new_context.Section, new_context.Line ); in SetupGetLineTextA()
|
/reactos/dll/win32/crypt32/ |
H A D | cert.c | 176 context_t *new_context = NULL; in add_cert_to_store() local 270 (ret_context || inherit_props) ? &new_context : NULL, use_link); in add_cert_to_store() 275 Context_CopyProperties(context_ptr(new_context), existing); in add_cert_to_store() 278 *ret_context = context_ptr(new_context); in add_cert_to_store() 279 else if(new_context) in add_cert_to_store() 280 Context_Release(new_context); in add_cert_to_store()
|
/reactos/dll/win32/dbghelp/ |
H A D | dwarf.c | 3206 union ctx new_context = *context; in apply_frame_state() local 3236 set_context_reg(module, csw, &new_context, i, *cfa + state->regs[i], TRUE); in apply_frame_state() 3239 copy_context_reg(module, csw, &new_context, i, context, state->regs[i]); in apply_frame_state() 3243 set_context_reg(module, csw, &new_context, i, value, TRUE); in apply_frame_state() 3247 set_context_reg(module, csw, &new_context, i, value, FALSE); in apply_frame_state() 3251 *context = new_context; in apply_frame_state()
|