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

/vbox/src/VBox/Runtime/common/misc/
H A Ds3.cpp101 static char* rtS3Host(const char* pszBucket, const char* pszKey, const char* pszBaseUrl) argument
105 if (pszBucket[0] == 0)
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
118 if (pszBucket[0] != 0)
119 RTStrAPrintf(&pszUrl, "Host: %s.%s", pszBucket, pszBaseUrl);
182 static char* rtS3Canonicalize(const char* pszAction, const char* pszBucket, const char* pszKey, char** papszHeadEnts, size_t cHeadEnts) argument
193 if (pszBucket[0] != 0)
196 RTStrAPrintf(&pszRes, "%s%s/", pszRes, pszBucket);
210 rtS3CreateSignature(PRTS3INTERNAL pS3Int, const char* pszAction, const char* pszBucket, const char* pszKey, char** papszHeadEnts, size_t cHeadEnts) argument
232 rtS3CreateAuthHeader(PRTS3INTERNAL pS3Int, const char* pszAction, const char* pszBucket, const char* pszKey, char** papszHeadEnts, size_t cHeadEnts) argument
[all...]

Completed in 42 milliseconds