Home
last modified time | relevance | path

Searched refs:HTTP_RESPONSE_CODE_NOT_FOUND (Results 1 – 4 of 4) sorted by relevance

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/io/http/
H A Dresponse.h25 #define HTTP_RESPONSE_CODE_NOT_FOUND 404 macro
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/storage/s3/
H A Dstorage.c330 if (httpResponseCode(response) == HTTP_RESPONSE_CODE_NOT_FOUND) in storageS3RequestAsync()
356 if (httpResponseCode(response) == HTTP_RESPONSE_CODE_NOT_FOUND) in storageS3RequestAsync()
446 …odeOk(result) && (!param.allowMissing || httpResponseCode(result) != HTTP_RESPONSE_CODE_NOT_FOUND)) in storageS3Response()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/storage/azure/
H A Dstorage.c267 …odeOk(result) && (!param.allowMissing || httpResponseCode(result) != HTTP_RESPONSE_CODE_NOT_FOUND)) in storageAzureResponse()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/storage/gcs/
H A Dstorage.c448 …eOk(result) && (!param.allowMissing || httpResponseCode(result) != HTTP_RESPONSE_CODE_NOT_FOUND) && in storageGcsResponse()