Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTAnchor.h303 extern const char *HTAnchor_content_type(HTParentAnchor *me);
DHTAnchor.c1103 const char *HTAnchor_content_type(HTParentAnchor *me) in HTAnchor_content_type() function
DHTFile.c1389 const char *ct = HTAnchor_content_type(anchor); in HTContentToCompressType()