Home
last modified time | relevance | path

Searched refs:bufw (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/winetests/wininet/
H A Dinternet.c621 WCHAR bufw[512]; in test_cookie_url() local
633 len = ARRAY_SIZE(bufw); in test_cookie_url()
634 res = InternetGetCookieW(about_blankW, NULL, bufw, &len); in test_cookie_url()
643 len = ARRAY_SIZE(bufw); in test_cookie_url()
644 res = pInternetGetCookieExW(about_blankW, NULL, bufw, &len, 0, NULL); in test_cookie_url()
H A Dhttp.c253 WCHAR bufw[10]; in _test_status_code() local
287 size = sizeof(bufw); in _test_status_code()
288 res = HttpQueryInfoW(req, HTTP_QUERY_STATUS_CODE, bufw, &size, NULL); in _test_status_code()
291 …ok_(__FILE__,line)(!strcmp_wa(bufw, exbuf), "unexpected status code %s, expected %s\n", bufa, exbu… in _test_status_code()
295 res = HttpQueryInfoW(req, HTTP_QUERY_STATUS_CODE, bufw, &size, NULL); in _test_status_code()
301 size = sizeof(bufw); in _test_status_code()
304 ok(size == sizeof(bufw), "unexpected size %d\n", size); in _test_status_code()