/reactos/sdk/tools/unicode/ |
H A D | wine_unicode.def | 36 strstrW
|
H A D | string.c | 59 WCHAR *strstrW( const WCHAR *str, const WCHAR *sub ) in strstrW() function
|
/reactos/base/applications/iexplore/ |
H A D | main.c | 60 …ret = !VerQueryValueW(buf, file_desc_strW, (void**)&file_desc, &bytes) || !strstrW(file_desc, wine… in check_native_ie()
|
/reactos/dll/win32/winhttp/ |
H A D | cookie.c | 85 if (partial && !strstrW( name, domain->name )) return FALSE; in domain_match() 345 if (strstrW( request->path, cookie->path ) == request->path) in add_cookie_headers()
|
H A D | request.c | 4280 if ((p = strstrW( buffer, charsetW ))) in request_get_codepage()
|
/reactos/sdk/include/reactos/wine/ |
H A D | unicode.h | 38 #define strstrW(d,s) wcsstr((d),(s)) macro
|
/reactos/modules/rostests/winetests/oledlg/ |
H A D | main.c | 29 static const WCHAR *strstrW( const WCHAR *str, const WCHAR *sub ) in strstrW() function 414 ok(strstrW(buffW, verbW) != NULL, "str %s\n", wine_dbgstr_w(buffW)); in test_OleUIAddVerbMenu()
|
/reactos/dll/win32/crypt32/ |
H A D | base64.c | 864 if (!(headerBegins = strstrW(pszString, header))) in Base64WithHeaderAndTrailerToBinaryW() 871 if (!(dataBegins = strstrW(dataBegins, CERT_DELIMITER_W))) in Base64WithHeaderAndTrailerToBinaryW() 879 if (!(trailerBegins = strstrW(dataBegins, trailer))) in Base64WithHeaderAndTrailerToBinaryW()
|
H A D | cert.c | 1698 if (strstrW(str, pvPara)) in compare_cert_by_name_str()
|
/reactos/sdk/include/host/wine/ |
H A D | unicode.h | 122 extern WCHAR *strstrW( const WCHAR *str, const WCHAR *sub );
|
/reactos/dll/win32/mshtml/ |
H A D | htmlframebase.c | 330 end = strstrW(str, pxW); in HTMLFrameBase_get_marginWidth() 397 end = strstrW(str, pxW); in HTMLFrameBase_get_marginHeight()
|
H A D | nsembed.c | 461 if(!(ptr = strstrW(path, gre_path)) in set_environment()
|
/reactos/dll/win32/shell32/ |
H A D | shlexec.cpp | 706 tmp = strstrW(classname, L"\\command"); in SHELL_FindExecutableByVerb() 1239 tmp = const_cast<LPWSTR>(strstrW(key, L"command")); in execute_from_key()
|
/reactos/dll/win32/msxml3/ |
H A D | xmlview.c | 439 if((p = strstrW(V_BSTR(&var), hrefW))) { in handle_xml_load()
|
H A D | saxreader.c | 1420 while ((dest = strstrW(ptrW, ampescW))) in saxreader_get_unescaped_value()
|
/reactos/modules/rostests/winetests/mlang/ |
H A D | mlang.c | 1301 static WCHAR *strstrW(const WCHAR *str, const WCHAR *sub) in strstrW() function 1342 ok(strstrW(info.wszRfc1766, rfcstr) != NULL, in test_rfc1766()
|
/reactos/dll/win32/shlwapi/ |
H A D | string.c | 611 return strstrW( lpszStr, lpszSearch ); in StrStrW()
|
H A D | url.c | 718 WCHAR *ptr = strstrW(base.pszSuffix, wsz); in UrlCombineW()
|
/reactos/modules/rostests/winetests/mshtml/ |
H A D | htmldoc.c | 260 static const WCHAR *strstrW( const WCHAR *str, const WCHAR *sub ) in strstrW() function 7707 …ok(strstrW(str2, str) != NULL, "could not find %s in %s\n", wine_dbgstr_w(str), wine_dbgstr_w(str2… in test_cookies() 7724 …ok(strstrW(str2, str) != NULL, "could not find %s in %s\n", wine_dbgstr_w(str), wine_dbgstr_w(str2… in test_cookies()
|