Searched refs:headers_received (Results 1 – 8 of 8) sorted by relevance
134 connection.headers_received = &header; in test_urlencoding()179 connection.headers_received = &header; in test_multipart_garbage()212 connection.headers_received = &header; in test_multipart_splits()242 connection.headers_received = &header; in test_multipart()277 connection.headers_received = &header; in test_nested_multipart()312 connection.headers_received = &header; in test_empty_value()
32 connection.headers_received = &header; in main()
77 connection.headers_received = &header; in test_simple_large()
449 for (pos = connection->headers_received; NULL != pos; pos = pos->next) in test_header()536 for (pos = connection->headers_received; NULL != pos; pos = pos->next) in check_argument_match()
557 struct MHD_HTTP_Header *headers_received; member
138 for (pos = connection->headers_received; NULL != pos; pos = pos->next) in MHD_get_connection_values()194 connection->headers_received = pos; in MHD_set_connection_value()224 for (pos = connection->headers_received; NULL != pos; pos = pos->next) in MHD_lookup_connection_value()2622 connection->headers_received = NULL;
74 bool headers_received() const { return method_ != INVALID; } in headers_received() function88 return headers_received() && (method_ != POST || data_received()); in request_received()
98 if (headers_received()) { in OnDataAvailable()