Searched refs:headers_received_tail (Results 1 – 2 of 2) sorted by relevance
192 if (NULL == connection->headers_received_tail) in MHD_set_connection_value()195 connection->headers_received_tail = pos; in MHD_set_connection_value()199 connection->headers_received_tail->next = pos; in MHD_set_connection_value()200 connection->headers_received_tail = pos; in MHD_set_connection_value()2623 connection->headers_received_tail = NULL;
565 struct MHD_HTTP_Header *headers_received_tail; member