Searched defs:pszRedirect (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Dhttp.cpp390 const char *pszRedirect; local
391 curl_easy_getinfo(pHttpInt->pCurl, CURLINFO_REDIRECT_URL, &pszRedirect);
392 size_t cb = strlen(pszRedirect);
394 pHttpInt->pszRedirLocation = RTStrDup(pszRedirect);

Completed in 1080 milliseconds