Home
last modified time | relevance | path

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

/reactos/sdk/tools/unicode/
H A Dwine_unicode.def36 strstrW
H A Dstring.c59 WCHAR *strstrW( const WCHAR *str, const WCHAR *sub ) in strstrW() function
/reactos/base/applications/iexplore/
H A Dmain.c60 …ret = !VerQueryValueW(buf, file_desc_strW, (void**)&file_desc, &bytes) || !strstrW(file_desc, wine… in check_native_ie()
/reactos/dll/win32/winhttp/
H A Dcookie.c85 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 Drequest.c4280 if ((p = strstrW( buffer, charsetW ))) in request_get_codepage()
/reactos/sdk/include/reactos/wine/
H A Dunicode.h38 #define strstrW(d,s) wcsstr((d),(s)) macro
/reactos/modules/rostests/winetests/oledlg/
H A Dmain.c29 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 Dbase64.c864 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 Dcert.c1698 if (strstrW(str, pvPara)) in compare_cert_by_name_str()
/reactos/sdk/include/host/wine/
H A Dunicode.h122 extern WCHAR *strstrW( const WCHAR *str, const WCHAR *sub );
/reactos/dll/win32/mshtml/
H A Dhtmlframebase.c330 end = strstrW(str, pxW); in HTMLFrameBase_get_marginWidth()
397 end = strstrW(str, pxW); in HTMLFrameBase_get_marginHeight()
H A Dnsembed.c461 if(!(ptr = strstrW(path, gre_path)) in set_environment()
/reactos/dll/win32/shell32/
H A Dshlexec.cpp706 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 Dxmlview.c439 if((p = strstrW(V_BSTR(&var), hrefW))) { in handle_xml_load()
H A Dsaxreader.c1420 while ((dest = strstrW(ptrW, ampescW))) in saxreader_get_unescaped_value()
/reactos/modules/rostests/winetests/mlang/
H A Dmlang.c1301 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 Dstring.c611 return strstrW( lpszStr, lpszSearch ); in StrStrW()
H A Durl.c718 WCHAR *ptr = strstrW(base.pszSuffix, wsz); in UrlCombineW()
/reactos/modules/rostests/winetests/mshtml/
H A Dhtmldoc.c260 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()