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

/vbox/src/VBox/Runtime/common/misc/
H A Ds3.cpp503 RTR3DECL(int) RTS3Create(PRTS3 ppS3, const char* pszAccessKey, const char* pszSecretKey, const char* pszBaseUrl, const char* pszUserAgent /* = NULL */) argument
505 AssertPtrReturn(ppS3, VERR_INVALID_POINTER);
532 *ppS3 = (RTS3)pS3Int;

Completed in 44 milliseconds