Searched refs:inputW (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/jscript/ |
H A D | jsregexp.c | 382 static const WCHAR inputW[] = {'i','n','p','u','t',0}; in create_match_array() local 419 hres = jsdisp_propput_name(array, inputW, jsval_string(jsstr_addref(input_str))); in create_match_array() 730 static const WCHAR inputW[] = {'i','n','p','u','t',0}; in regexp_string_match() local 818 hres = jsdisp_propput_name(array, inputW, jsval_string(jsstr)); in regexp_string_match()
|
/reactos/dll/directx/wine/qcap/ |
H A D | capturegraph.c | 258 static const WCHAR inputW[] = {'I','n','p','u','t',0}; in match_smart_tee_pin() local 326 hr = IBaseFilter_FindPin(smartTee, inputW, &smartTeeInput); in match_smart_tee_pin()
|
/reactos/modules/rostests/winetests/ws2_32/ |
H A D | sock.c | 5275 WCHAR inputW[32]; in test_inet_pton() local 5287 MultiByteToWideChar(CP_ACP, 0, ipv4_tests[i].input, -1, inputW, ARRAY_SIZE(inputW)); in test_inet_pton() 5290 ret = pInetPtonW(AF_INET, inputW, &addr); in test_inet_pton() 5306 WCHAR inputW[64]; in test_inet_pton() local 5324 MultiByteToWideChar(CP_ACP, 0, ipv6_tests[i].input, -1, inputW, ARRAY_SIZE(inputW)); in test_inet_pton() 5327 ret = pInetPtonW(AF_INET6, inputW, addr); in test_inet_pton()
|
/reactos/dll/win32/mshtml/ |
H A D | htmlelem.c | 31 static const WCHAR inputW[] = {'I','N','P','U','T',0}; variable 62 {inputW, HTMLInputElement_Create},
|