Searched refs:pszUrl (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Ds3.cpp103 char* pszUrl; local
106 RTStrAPrintf(&pszUrl, "%s", pszBaseUrl);
108 RTStrAPrintf(&pszUrl, "%s.%s", pszBucket, pszBaseUrl);
110 RTStrAPrintf(&pszUrl, "%s.%s/%s", pszBucket, pszBaseUrl, pszKey);
111 return pszUrl;
116 char* pszUrl; local
119 RTStrAPrintf(&pszUrl, "Host: %s.%s", pszBucket, pszBaseUrl);
121 RTStrAPrintf(&pszUrl, "Host: %s", pszBaseUrl);
122 return pszUrl;
657 char* pszUrl local
712 char* pszUrl = rtS3Host(pszBucketName, "", pS3Int->pszBaseUrl); local
764 char* pszUrl = rtS3Host(pszBucketName, "", pS3Int->pszBaseUrl); local
844 char* pszUrl = rtS3Host(pszBucketName, pszKeyName, pS3Int->pszBaseUrl); local
894 char* pszUrl = rtS3Host(pszBucketName, pszKeyName, pS3Int->pszBaseUrl); local
960 char* pszUrl = rtS3Host(pszBucketName, pszKeyName, pS3Int->pszBaseUrl); local
[all...]
H A Dhttp.cpp532 RTR3DECL(int) RTHttpGetFile(RTHTTP hHttp, const char *pszUrl, const char *pszDstFile) argument
542 int rcCurl = curl_easy_setopt(pHttpInt->pCurl, CURLOPT_URL, pszUrl);
/vbox/include/iprt/
H A Dhttp.h104 * @param pszUrl URL.
107 RTR3DECL(int) RTHttpGetFile(RTHTTP hHttp, const char *pszUrl, const char *pszDstFile);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dhtiface.idl110 [in] LPCWSTR pszUrl,
H A Dhtmlhelp.h205 LPCSTR pszUrl; member in struct:tagHH_ALINKA
216 LPCWSTR pszUrl; member in struct:tagHH_ALINKW
H A Dshldisp.idl58 HRESULT NextItem( [out] LPWSTR pszUrl,
H A Dshlwapi.h750 HRESULT WINAPI ParseURLA(LPCSTR pszUrl, PARSEDURLA *ppu);
751 HRESULT WINAPI ParseURLW(LPCWSTR pszUrl, PARSEDURLW *ppu);
H A Dshobjidl.idl491 [in, string] LPCWSTR pszUrl,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dhtmlhelp.h205 LPCSTR pszUrl; member in struct:tagHH_ALINKA
216 LPCWSTR pszUrl; member in struct:tagHH_ALINKW
H A Dshlwapi.h378 HRESULT WINAPI PathCreateFromUrlA(LPCSTR pszUrl, LPSTR pszPath, LPDWORD pcchPath, DWORD dwReserved);
379 HRESULT WINAPI PathCreateFromUrlW(LPCWSTR pszUrl, LPWSTR pszPath, LPDWORD pcchPath, DWORD dwReserved);
737 HRESULT WINAPI ParseURLA(LPCSTR pszUrl, PARSEDURLA *ppu);
738 HRESULT WINAPI ParseURLW(LPCWSTR pszUrl, PARSEDURLW *ppu);

Completed in 72 milliseconds