Home | History | Annotate | Download | only in microhttpd

Lines Matching refs:headers_received_tail

192   if (NULL == connection->headers_received_tail)
195 connection->headers_received_tail = pos;
199 connection->headers_received_tail->next = pos;
200 connection->headers_received_tail = pos;
2623 connection->headers_received_tail = NULL;