Searched refs:pszRedirLocation (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Dhttp.cpp65 char *pszRedirLocation; member in struct:RTHTTPINTERNAL
141 if (pHttpInt->pszRedirLocation)
142 RTStrFree(pHttpInt->pszRedirLocation);
188 if (!pHttpInt->pszRedirLocation)
191 *ppszRedirLocation = RTStrDup(pHttpInt->pszRedirLocation);
372 if (pHttpInt->pszRedirLocation)
374 RTStrFree(pHttpInt->pszRedirLocation);
375 pHttpInt->pszRedirLocation = NULL;
394 pHttpInt->pszRedirLocation = RTStrDup(pszRedirect);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTHttp.cpp178 char *pszRedirLocation; local
179 int rc2 = RTHttpGetRedirLocation(hHttp, &pszRedirLocation);
181 RTPrintf("Redirected to '%s' trying to fetch '%s'\n", pszRedirLocation, pszFile);
184 RTStrFree(pszRedirLocation);

Completed in 44 milliseconds