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

/vbox/src/VBox/Runtime/common/misc/
H A Ds3.cpp57 char *pszBaseUrl; member in struct:RTS3INTERNAL
101 static char* rtS3Host(const char* pszBucket, const char* pszKey, const char* pszBaseUrl) argument
106 RTStrAPrintf(&pszUrl, "%s", pszBaseUrl);
108 RTStrAPrintf(&pszUrl, "%s.%s", pszBucket, pszBaseUrl);
110 RTStrAPrintf(&pszUrl, "%s.%s/%s", pszBucket, pszBaseUrl, pszKey);
114 static char* rtS3HostHeader(const char* pszBucket, const char* pszBaseUrl) argument
119 RTStrAPrintf(&pszUrl, "Host: %s.%s", pszBucket, pszBaseUrl);
121 RTStrAPrintf(&pszUrl, "Host: %s", pszBaseUrl);
503 RTR3DECL(int) RTS3Create(PRTS3 ppS3, const char* pszAccessKey, const char* pszSecretKey, const char* pszBaseUrl, const char* pszUserAgent /* = NULL */) argument
508 if (pszBaseUrl
[all...]
/vbox/include/iprt/
H A Ds3.h127 * @param pszBaseUrl The base URL of the S3 storage server.
131 RTR3DECL(int) RTS3Create(PRTS3 phS3, const char *pszAccessKey, const char *pszSecretKey, const char *pszBaseUrl, const char *pszUserAgent);

Completed in 58 milliseconds