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

/vbox/include/iprt/
H A Ds3.h34 /** @defgroup grp_rt_s3 RTS3 - Simple Storage Service (S3) Communication API
40 /** RTS3 interface handle. */
41 typedef R3PTRTYPE(struct RTS3INTERNAL *) RTS3; typedef
42 /** Pointer to a RTS3 interface handle. */
43 typedef RTS3 *PRTS3;
44 /** Nil RTS3 interface handle. */
45 #define NIL_RTS3 ((RTS3)0)
66 * RTS3 bucket entry.
94 * RTS3 key entry.
120 * Creates a RTS3 interfac
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstRTS3.cpp66 void fetchAllBuckets(RTS3 hS3)
93 void createBucket(RTS3 hS3, const char *pszBucketName)
104 void deleteBucket(RTS3 hS3, const char *pszBucketName)
115 void fetchAllKeys(RTS3 hS3, const char *pszBucketName)
142 void deleteKey(RTS3 hS3, const char *pszBucketName, const char *pszKeyName)
153 void getKey(RTS3 hS3, const char *pszBucketName, const char *pszKeyName, const char *pszFilename)
164 void putKey(RTS3 hS3, const char *pszBucketName, const char *pszKeyName, const char *pszFilename)
196 RTS3 hS3;
/vbox/src/VBox/Runtime/common/misc/
H A Ds3.cpp98 * Private RTS3 helper *
500 * Public RTS3 interface *
532 *ppS3 = (RTS3)pS3Int;
537 RTR3DECL(void) RTS3Destroy(RTS3 hS3)
560 RTR3DECL(void) RTS3SetProgressCallback(RTS3 hS3, PFNRTS3PROGRESS pfnProgressCallback, void *pvUser /* = NULL */)
569 RTR3DECL(int) RTS3GetBuckets(RTS3 hS3, PCRTS3BUCKETENTRY *ppBuckets)
649 RTR3DECL(int) RTS3CreateBucket(RTS3 hS3, const char* pszBucketName)
704 RTR3DECL(int) RTS3DeleteBucket(RTS3 hS3, const char* pszBucketName)
754 RTR3DECL(int) RTS3GetBucketKeys(RTS3 hS3, const char* pszBucketName, PCRTS3KEYENTRY *ppKeys)
836 RTR3DECL(int) RTS3DeleteKey(RTS3 hS
[all...]
/vbox/src/VBox/Main/src-server/
H A DVFSExplorerImpl.cpp411 RTS3 hS3 = NULL;
492 RTS3 hS3 = NULL;
H A DApplianceImplImport.cpp1221 RTS3 hS3 = NIL_RTS3;
1832 RTS3 hS3 = NIL_RTS3;
H A DApplianceImplExport.cpp2389 RTS3 hS3 = NIL_RTS3;

Completed in 252 milliseconds