Home
last modified time | relevance | path

Searched refs:res2 (Results 1 – 19 of 19) sorted by relevance

/reactos/modules/rostests/winetests/localspl/
H A Dlocalmon.c445 DWORD res2; in test_ClosePort() local
458 if (res2 && (hPort2 != hPort)) { in test_ClosePort()
460 res2 = pClosePort(hPort2); in test_ClosePort()
461 ok(res2, "got %u with %u (expected '!= 0')\n", res2, GetLastError()); in test_ClosePort()
480 if (res2 && (hPort2 != hPort)) { in test_ClosePort()
482 res2 = pClosePort(hPort2); in test_ClosePort()
483 ok(res2, "got %u with %u (expected '!= 0')\n", res2, GetLastError()); in test_ClosePort()
504 res2 = pClosePort(hPort2); in test_ClosePort()
505 ok(res2, "got %u with %u (expected '!= 0')\n", res2, GetLastError()); in test_ClosePort()
755 DWORD res2; in test_OpenPort() local
[all …]
/reactos/modules/rostests/winetests/shell32/
H A Dshellpath.c2567 DWORD res2; in test_DoEnvironmentSubst() local
2601 ok(HIWORD(res) && (LOWORD(res) == res2), in test_DoEnvironmentSubst()
2608 ok(HIWORD(res) && (LOWORD(res) == res2), in test_DoEnvironmentSubst()
2623 res2 = ExpandEnvironmentStringsA(bufferA, expectedA, MAX_PATH); in test_DoEnvironmentSubst()
2625 ok(HIWORD(res) && (LOWORD(res) == res2), in test_DoEnvironmentSubst()
2630 res2 = ExpandEnvironmentStringsW(bufferW, expectedW, MAX_PATH); in test_DoEnvironmentSubst()
2632 ok(HIWORD(res) && (LOWORD(res) == res2), in test_DoEnvironmentSubst()
2654 ok(HIWORD(res) && (LOWORD(res) == res2), in test_DoEnvironmentSubst()
2688 res2 = lstrlenA(does_not_existA) + 1; in test_DoEnvironmentSubst()
2690 ok(HIWORD(res) && (LOWORD(res) == res2), in test_DoEnvironmentSubst()
[all …]
/reactos/dll/win32/ole32/
H A Dcompositemoniker.c548 HRESULT res1,res2,res; in CompositeMonikerImpl_IsEqual() local
568 res2=IEnumMoniker_Next(enumMoniker2,1,&tempMk2,NULL); in CompositeMonikerImpl_IsEqual()
570 if((res1==S_OK)&&(res2==S_OK)){ in CompositeMonikerImpl_IsEqual()
575 res = (res1==S_FALSE) && (res2==S_FALSE); in CompositeMonikerImpl_IsEqual()
582 if (res2==S_OK) in CompositeMonikerImpl_IsEqual()
829 HRESULT res1,res2; in CompositeMonikerImpl_CommonPrefixWith() local
858 if ((res1==S_FALSE) && (res2==S_FALSE)){ in CompositeMonikerImpl_CommonPrefixWith()
865 else if ((res1==S_OK) && (res2==S_OK)){ in CompositeMonikerImpl_CommonPrefixWith()
961 HRESULT res1,res2; in GetAfterCommonPrefix() local
978 res2=IEnumMoniker_Next(enumMoniker2,1,&tempMk2,NULL); in GetAfterCommonPrefix()
[all …]
/reactos/modules/rostests/winetests/msvcrt/
H A Dscanf.c36 float res1= -82.6267f, res2= 27.76f, res11, res12; in test_sscanf() local
103 ret = p_sprintf(buffer,"%f %f",res1, res2); in test_sscanf()
107 ok( (res11 == res1) && (res12 == res2), "Error reading floats\n"); in test_sscanf()
/reactos/drivers/network/dd/netkvm/Common/
H A DDebugData.h167 UINT64 res2; member
/reactos/dll/win32/sxs/
H A Dsxs.c98 DWORD res2[2]; member
/reactos/sdk/tools/widl/
H A Dwrite_msft.c464 typeinfo->res2 = 0; in ctl2_alloc_typeinfo()
1559 if (!typeinfo->typeinfo->res2) typeinfo->typeinfo->res2 = 0x20; in add_func_desc()
1560 typeinfo->typeinfo->res2 <<= 1; in add_func_desc()
1562 if (index < 2) typeinfo->typeinfo->res2 += num_params << 4; in add_func_desc()
1754 if (!typeinfo->typeinfo->res2) typeinfo->typeinfo->res2 = 0x1a; in add_var_desc()
1756 typeinfo->typeinfo->res2 <<= 1; in add_var_desc()
H A Dtypelib_struct.h124 INT res2; /* zero if no element, N*0x40 */ member
/reactos/dll/directx/wine/devenum/
H A Dmediacatenum.c519 HRESULT res2; in DEVENUM_IMediaCatMoniker_BindToObject() local
521 res2 = IUnknown_QueryInterface(pObj, &IID_IPersistPropertyBag, &ppv); in DEVENUM_IMediaCatMoniker_BindToObject()
522 if (SUCCEEDED(res2)) { in DEVENUM_IMediaCatMoniker_BindToObject()
/reactos/dll/win32/oleaut32/
H A Dtypelib.h127 INT res2; /* zero if no element, N*0x40 */ member
H A Dtypelib.c10055 base->res2 = 0; in WMSFT_compile_typeinfo()
/reactos/modules/rostests/winetests/kernel32/
H A Dactctx.c1411 DWORD res2[2]; member
1514 … ok_(__FILE__, line)(clrclass->res2[0] == 0, "clrclass: got res2[0]=0x%08x\n", clrclass->res2[0]); in test_find_com_redirection()
1515 … ok_(__FILE__, line)(clrclass->res2[1] == 0, "clrclass: got res2[1]=0x%08x\n", clrclass->res2[1]); in test_find_com_redirection()
/reactos/dll/win32/shlwapi/
H A Durl.c668 DWORD i, len, res1, res2, process_case = 0; in UrlCombineW() local
797 res2 = ParseURLW(mrelative, &relative); in UrlCombineW()
798 if (res2) { in UrlCombineW()
/reactos/modules/rostests/winetests/ole32/
H A Dclipboard.c769 DWORD res2; in test_cf_dataobject() member
817 ok(priv->res2 == 1, "got %08x\n", priv->res2); in test_cf_dataobject()
/reactos/sdk/lib/3rdparty/libxml2/
H A Drelaxng.c2595 xmlSchemaValPtr res1 = NULL, res2 = NULL; in xmlRelaxNGSchemaTypeCompare() local
2613 ret = xmlSchemaValPredefTypeNode(typ, value2, &res2, ctxt2); in xmlRelaxNGSchemaTypeCompare()
2619 ret = xmlSchemaCompareValues(res1, res2); in xmlRelaxNGSchemaTypeCompare()
2622 xmlSchemaFreeValue(res2); in xmlRelaxNGSchemaTypeCompare()
/reactos/sdk/lib/rtl/
H A Dactctx.c314 DWORD res2[2]; member
4313 clrdata->res2[0] = 0; in add_comserver_record()
4314 clrdata->res2[1] = 0; in add_comserver_record()
/reactos/sdk/include/psdk/
H A Dobjidl.idl1231 [in] DWORD res2);
/reactos/modules/rostests/winetests/winhttp/
H A Dwinhttp.c2427 …static const char res2[] = "%0D%0A%1F%7F%3C%20%25two?%1F%7F%20!%22%23$%25&'()*+,-./:;%3C=%3E?@%5B%… in server_thread() local
2435 … if (strstr(buffer + 11, res) || strstr(buffer + 11, res2) || strstr(buffer + 11, res3) || in server_thread()
/reactos/modules/rostests/winetests/oleaut32/
H A Dvartest.c6884 HRESULT res1, HRESULT res2, HRESULT res3, HRESULT res4 ) in test_cmpex() argument
6888 test_cmp( line, lcid, 0, left, right, res2 ); in test_cmpex()
6903 #define VARCMPEX(vt1,val1,vt2,val2,res1,res2,res3,res4) \ argument
6906 test_cmpex( __LINE__, lcid, &left, &right, res1, res2, res3, res4 )