Home
last modified time | relevance | path

Searched refs:http_headers (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTMIME.c2050 HTChunkPutc(&me->anchor->http_headers, UCH(c)); in HTMIME_put_character()
2052 HTChunkTerminate(&me->anchor->http_headers); in HTMIME_put_character()
2054 me->anchor->http_headers.size, in HTMIME_put_character()
2055 me->anchor->http_headers.data)); in HTMIME_put_character()
2069 HTChunkPutc(&me->anchor->http_headers, UCH(c)); in HTMIME_put_character()
2184 HTChunkClear(&me->anchor->http_headers); in HTMIMEConvert()
2185 HTChunkInit(&me->anchor->http_headers, 128); in HTMIMEConvert()
DHTAnchor.h105 HTChunk http_headers; member
DHTAnchor.c788 HTChunkClear(&(me->http_headers)); in HTParentAnchor_free()
1081 return (me ? me->http_headers.data : NULL); in HTAnchor_http_headers()