Home
last modified time | relevance | path

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

/dports/mail/dovecot/dovecot-2.3.17/src/lib-http/
H A Dtest-http-response-parser.c193 HTTP_RESPONSE_PAYLOAD_TYPE_ALLOWED, &presponse, &error); in test_http_response_parse_valid()
233 HTTP_RESPONSE_PAYLOAD_TYPE_ALLOWED, &presponse, &error); in test_http_response_parse_valid()
333 …while ((ret=http_response_parse_next(parser, HTTP_RESPONSE_PAYLOAD_TYPE_ALLOWED, &response, &error… in test_http_response_parse_invalid()
369 HTTP_RESPONSE_PAYLOAD_TYPE_ALLOWED, &response, &error)) > 0); in test_http_response_parse_bad()
382 HTTP_RESPONSE_PAYLOAD_TYPE_ALLOWED, &response, &error); in test_http_response_parse_bad()
391 HTTP_RESPONSE_PAYLOAD_TYPE_ALLOWED, &response, &error); in test_http_response_parse_bad()
H A Dhttp-response.h11 HTTP_RESPONSE_PAYLOAD_TYPE_ALLOWED, enumerator
H A Dhttp-response-parser.c379 if ((payload_type == HTTP_RESPONSE_PAYLOAD_TYPE_ALLOWED) || in http_response_parse_next()
H A Dhttp-client-connection.c1054 payload_type = HTTP_RESPONSE_PAYLOAD_TYPE_ALLOWED; in http_client_connection_input()
1263 payload_type = HTTP_RESPONSE_PAYLOAD_TYPE_ALLOWED; in http_client_connection_input()
H A Dhttp-client-request.c862 return HTTP_RESPONSE_PAYLOAD_TYPE_ALLOWED; in http_client_request_get_payload_type()