Searched refs:format_in (Results 1 – 10 of 10) sorted by relevance
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | HTFormat.h | 292 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,
|
| D | HTTP.c | 554 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 …]
|
| D | HTWAIS.c | 909 HTFormat format_in; in HTLoadWAIS() local 920 format_in = in HTLoadWAIS() 931 target = HTStreamStack(format_in, format_out, sink, anAnchor); in HTLoadWAIS()
|
| D | HTGopher.c | 1456 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/ |
| D | LYCgi.c | 357 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()
|
| D | LYMap.c | 400 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()
|
| D | LYKeymap.c | 1439 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()
|
| D | LYHistory.c | 1081 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()
|
| D | LYCookie.c | 2208 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()
|
| D | GridText.c | 14618 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()
|