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

/vbox/include/iprt/
H A Ds3.h131 RTR3DECL(int) RTS3Create(PRTS3 phS3, const char *pszAccessKey, const char *pszSecretKey, const char *pszBaseUrl, const char *pszUserAgent);
H A Dmangling.h1234 # define RTS3Create RT_MANGLER(RTS3Create) macro
/vbox/src/VBox/Runtime/testcase/
H A DtstRTS3.cpp197 rc = RTS3Create(&hS3, argv[1], argv[2], "object.storage.network.com", "tstS3-agent/1.0");
200 RTTestIFailed("RTS3Create -> %Rrc", rc);
/vbox/src/VBox/Main/src-server/
H A DVFSExplorerImpl.cpp415 int vrc = RTS3Create(&hS3, m->strUsername.c_str(), m->strPassword.c_str(),
496 int vrc = RTS3Create(&hS3, m->strUsername.c_str(), m->strPassword.c_str(),
H A DApplianceImplImport.cpp1247 vrc = RTS3Create(&hS3,
1879 vrc = RTS3Create(&hS3,
H A DApplianceImplExport.cpp2477 vrc = RTS3Create(&hS3, pTask->locInfo.strUsername.c_str(), pTask->locInfo.strPassword.c_str(),
/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 */) function

Completed in 179 milliseconds