Home | History | Annotate | Download | only in win

Lines Matching refs:responseURL

242     wstring responseURL(responseURLBSTR, SysStringLen(responseURLBSTR));
246 int lastSlash = responseURL.rfind('/');
248 responseURL = responseURL.substr(0, lastSlash);
251 wstring wAbsoluteURL = responseURL + TEXT("/") + wURL;