Searched refs:http_response (Results 1 - 19 of 19) sorted by relevance
/dovecot/src/lib-http/ |
H A D | http-response.h | 16 struct http_response { struct 35 http_response_init(struct http_response *resp, 39 http_response_header_find(const struct http_response *resp, const char *name) 47 http_response_header_get(const struct http_response *resp, const char *name) 55 http_response_header_get_fields(const struct http_response *resp) 63 http_response_get_message(const struct http_response *resp) 70 bool http_response_has_connection_option(const struct http_response *resp, 72 int http_response_get_payload_size(const struct http_response *resp,
|
H A D | http-response.c | 11 http_response_init(struct http_response *resp, 22 bool http_response_has_connection_option(const struct http_response *resp, 36 int http_response_get_payload_size(const struct http_response *resp,
|
H A D | http-response-parser.h | 24 struct http_response *response, const char **error_r);
|
H A D | http-client.h | 10 struct http_response; 212 http_client_request_callback_t(const struct http_response *response, 223 const struct http_response *response, typeof(context))), \ 235 const struct http_response *response, typeof(context))), \ 244 const struct http_response *response, typeof(context))), \ 260 const struct http_response *response, typeof(context))), \ 273 const struct http_response *response, typeof(context))), \
|
H A D | test-http-client-errors.c | 98 const struct http_response *resp, 166 const struct http_response *resp, 177 const struct http_response *resp, 244 const struct http_response *resp, 310 const struct http_response *resp, 385 const struct http_response *resp, 495 const struct http_response *resp, 581 const struct http_response *resp, 710 const struct http_response *resp, 802 const struct http_response *res [all...] |
H A D | test-http-response-parser.c | 174 struct http_response presponse; 315 struct http_response response; 353 struct http_response response;
|
H A D | http-client-private.h | 483 const struct http_response *response); 493 struct http_response *response); 496 struct http_response *response);
|
H A D | http-response-parser.c | 316 struct http_response *response, const char **error_r)
|
H A D | http-client-connection.c | 808 struct http_response *response) 900 struct http_response response; 1351 struct http_response response; 1570 http_client_connection_tunnel_response(const struct http_response *response,
|
H A D | http-client-request.c | 614 const struct http_response *response) 1355 struct http_response *response) 1365 struct http_response response_copy = *response; 1403 struct http_response response;
|
H A D | test-http-client.c | 58 got_request_response(const struct http_response *response,
|
H A D | test-http-payload.c | 809 test_client_download_response(const struct http_response *resp, 1046 test_client_echo_response(const struct http_response *resp,
|
/dovecot/src/lib-oauth2/ |
H A D | oauth2-introspect.c | 40 oauth2_introspect_response(const struct http_response *response,
|
H A D | oauth2-refresh.c | 80 oauth2_refresh_response(const struct http_response *response,
|
H A D | oauth2-token-validate.c | 62 oauth2_token_validate_response(const struct http_response *response,
|
/dovecot/src/plugins/fts/ |
H A D | fts-parser-tika.c | 87 fts_tika_parser_response(const struct http_response *response,
|
/dovecot/src/plugins/fts-solr/ |
H A D | solr-connection.c | 410 solr_connection_select_response(const struct http_response *response, 483 solr_connection_update_response(const struct http_response *response,
|
/dovecot/src/plugins/push-notification/ |
H A D | push-notification-driver-ox.c | 275 (const struct http_response *response, struct mail_user *user)
|
/dovecot/src/auth/ |
H A D | auth-policy.c | 336 void auth_policy_process_response(const struct http_response *response,
|
Completed in 1856 milliseconds