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

/vbox/src/VBox/Runtime/common/misc/
H A Ds3.cpp55 char *pszAccessKey; member in struct:RTS3INTERNAL
240 pS3Int->pszAccessKey,
503 RTR3DECL(int) RTS3Create(PRTS3 ppS3, const char* pszAccessKey, const char* pszSecretKey, const char* pszBaseUrl, const char* pszUserAgent /* = NULL */) argument
526 pS3Int->pszAccessKey = RTStrDup(pszAccessKey);
553 RTStrFree(pS3Int->pszAccessKey);

Completed in 341 milliseconds