Home
last modified time | relevance | path

Searched refs:format_in (Results 1 – 10 of 10) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTFormat.h292 extern HTStream *HTStreamStack(HTFormat format_in,
304 extern void HTReorderPresentation(HTFormat format_in,
331 extern float HTStackValue(HTFormat format_in,
429 extern int HTParseSocket(HTFormat format_in,
444 extern int HTParseFile(HTFormat format_in,
460 extern int HTParseMem(HTFormat format_in,
475 extern int HTParseGzFile(HTFormat format_in,
488 extern int HTParseZzFile(HTFormat format_in,
504 extern int HTParseBzFile(HTFormat format_in,
DHTTP.c554 HTFormat format_in; /* Format arriving in the message */ in HTLoadHTTP() local
1747 format_in = HTFileFormat(url, &encoding, NULL); in HTLoadHTTP()
1752 if (!StrNCmp(HTAtom_name(format_in), "text/plain", 10)) { in HTLoadHTTP()
1754 format_in = WWW_HTML; in HTLoadHTTP()
1760 CTRACE((tfp, "HTTP: format_in is '%s',\n", HTAtom_name(format_in))); in HTLoadHTTP()
1761 StrAllocCopy(anAnchor->content_type, HTAtom_name(format_in)); in HTLoadHTTP()
1763 format_in = HTAtom_for("www/compressed"); in HTLoadHTTP()
1773 format_in = HTAtom_for("www/mime"); in HTLoadHTTP()
2295 format_in = HTAtom_for("text/plain"); in HTLoadHTTP()
2299 format_in = HTAtom_for("message/x-http-redirection"); in HTLoadHTTP()
[all …]
DHTWAIS.c909 HTFormat format_in; in HTLoadWAIS() local
920 format_in = in HTLoadWAIS()
931 target = HTStreamStack(format_in, format_out, sink, anAnchor); in HTLoadWAIS()
DHTGopher.c1456 HTFormat format_in = WWW_HTML; in HTLoadCSO() local
1519 Target = HTStreamStack(format_in, in HTLoadCSO()
1526 HTAtom_name(format_in), HTAtom_name(format_out)); in HTLoadCSO()
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYCgi.c357 HTFormat format_in; in LYLoadCGI() local
378 format_in = WWW_PLAINTEXT; in LYLoadCGI()
382 format_in = HTAtom_for("www/mime"); in LYLoadCGI()
385 target = HTStreamStack(format_in, in LYLoadCGI()
393 HTAtom_name(format_in), in LYLoadCGI()
DLYMap.c400 HTFormat format_in = WWW_HTML; in LYLoadIMGmap() local
521 target = HTStreamStack(format_in, in LYLoadIMGmap()
527 HTAtom_name(format_in), HTAtom_name(format_out)); in LYLoadIMGmap()
DLYKeymap.c1439 HTFormat format_in = WWW_HTML; in LYLoadKeymap() local
1447 target = HTStreamStack(format_in, format_out, sink, anAnchor); in LYLoadKeymap()
1450 HTAtom_name(format_in), HTAtom_name(format_out)); in LYLoadKeymap()
DLYHistory.c1081 HTFormat format_in = WWW_HTML; in LYLoadMESSAGES() local
1100 target = HTStreamStack(format_in, format_out, sink, anAnchor); in LYLoadMESSAGES()
1104 HTAtom_name(format_in), HTAtom_name(format_out)); in LYLoadMESSAGES()
DLYCookie.c2208 HTFormat format_in = WWW_HTML; in LYHandleCookies() local
2440 target = HTStreamStack(format_in, in LYHandleCookies()
2445 HTAtom_name(format_in), HTAtom_name(format_out)); in LYHandleCookies()
DGridText.c14618 HTFormat format_in = WWW_HTML; in LYHandleCache() local
14678 target = HTStreamStack(format_in, in LYHandleCache()
14683 HTAtom_name(format_in), HTAtom_name(format_out)); in LYHandleCache()