Home
last modified time | relevance | path

Searched refs:AWS_HTTP_STATUS_CODE_412_PRECONDITION_FAILED (Results 1 – 2 of 2) sorted by relevance

/dports/devel/aws-c-http/aws-c-http-0.6.8/include/aws/http/
H A Dstatus_code.h54 AWS_HTTP_STATUS_CODE_412_PRECONDITION_FAILED = 412, enumerator
/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dhttp.c401 case AWS_HTTP_STATUS_CODE_412_PRECONDITION_FAILED: in aws_http_status_text()