Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dconnection.c192 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;
Dinternal.h565 struct MHD_HTTP_Header *headers_received_tail; member