Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTAnchor.h309 extern const char *HTAnchor_content_encoding(HTParentAnchor *me);
DHTAnchor.c1096 const char *HTAnchor_content_encoding(HTParentAnchor *me) in HTAnchor_content_encoding() function
DHTFile.c1390 const char *ce = HTAnchor_content_encoding(anchor); in HTContentToCompressType()