Home
last modified time | relevance | path

Searched refs:storageS3RequestP (Results 1 – 5 of 5) sorted by relevance

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/repo/
H A Dcreate.c44storageS3RequestP((StorageS3 *)storageDriver(storageRepoWrite()), HTTP_VERB_PUT_STR, FSLASH_STR); in cmdRepoCreate()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/storage/s3/
H A Dwrite.c128 storageS3RequestP( in storageWriteS3PartAsync()
253storageS3RequestP(this->storage, HTTP_VERB_PUT_STR, this->interface.name, .content = this->partBuf… in storageWriteS3Close()
H A Dstorage.intern.h54 #define storageS3RequestP(this, verb, path, ...) … macro
H A Dread.c57 this->httpResponse = storageS3RequestP( in storageReadS3Open()
H A Dstorage.c559 response = storageS3RequestP(this, HTTP_VERB_GET_STR, FSLASH_STR, query); in storageS3ListInternal()
662 …HttpResponse *httpResponse = storageS3RequestP(this, HTTP_VERB_HEAD_STR, file, .allowMissing = tru… in storageS3Info()
916 storageS3RequestP(this, HTTP_VERB_DELETE_STR, file); in storageS3Remove()