Searched refs:HTAtom_name (Results 1 – 16 of 16) sorted by relevance
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | HTFormat.c | 390 HTAtom_name(rep_in), HTAtom_name(rep_out))); in HTFindPresentation() 400 HTAtom_name(pres->rep), in HTFindPresentation() 401 HTAtom_name(pres->rep_out))); in HTFindPresentation() 417 HTAtom_name(pres->rep), in HTFindPresentation() 418 HTAtom_name(pres->rep_out))); in HTFindPresentation() 425 } else if (half_match(HTAtom_name(pres->rep), in HTFindPresentation() 426 HTAtom_name(rep_in))) { in HTFindPresentation() 435 HTAtom_name(pres->rep), in HTFindPresentation() 436 HTAtom_name(pres->rep_out))); in HTFindPresentation() 449 HTAtom_name(pres->rep_out))); in HTFindPresentation() [all …]
|
| D | HTTP.c | 1107 HTAtom_name(pres->rep), in HTLoadHTTP() 1113 HTAtom_name(pres->rep), in HTLoadHTTP() 1752 if (!StrNCmp(HTAtom_name(format_in), "text/plain", 10)) { 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() 1762 StrAllocCopy(anAnchor->content_encoding, HTAtom_name(encoding)); in HTLoadHTTP() 1765 "www/compressed", HTAtom_name(encoding))); in HTLoadHTTP() 2300 StrAllocCopy(anAnchor->content_type, HTAtom_name(format_in)); in HTLoadHTTP() 2324 HTAtom_name(format_in), HTAtom_name(format_out)); in HTLoadHTTP()
|
| D | HTAtom.h | 39 #define HTAtom_name(a) ((a)->name) macro
|
| D | HTFile.c | 353 if (!StrNCmp(HTAtom_name(format), in LYListFmtParse() 355 cp2 = HTAtom_name(format) + 12; in LYListFmtParse() 359 cp2 = HTAtom_name(format); in LYListFmtParse() 364 FormatStr(&buf, start, HTAtom_name(format)); in LYListFmtParse() 541 strcmp(encoding, HTAtom_name(suff->encoding)) == 0))) in HTSetSuffix5() 824 strcmp(enc, HTAtom_name(suff->encoding)) == 0))) { in HTFileSuffix() 1184 ((myEnc && *HTAtom_name(myEnc) == '8') ? "n" : myEnc ? "" : in LYGetFileInfo() 1185 *HTAtom_name(format) == 'a' ? "n" : ""), in LYGetFileInfo() 1186 myEnc ? HTAtom_name(myEnc) : "", in LYGetFileInfo() 1187 HTAtom_name(format), in LYGetFileInfo() [all …]
|
| D | HTMIME.c | 242 result = HTAtom_name(format); in UncompressedContentType() 281 if (strchr(HTAtom_name(me->format), ';') != NULL) { in pumpData() 285 HTAtom_name(me->format))); in pumpData() 286 StrAllocCopy(cp, HTAtom_name(me->format)); in pumpData() 485 HTAtom_name(me->format)); in pumpData() 527 HTAtom_name(me->format), HTAtom_name(me->targetRep))); in pumpData() 534 HTAtom_name(me->format))); in pumpData() 537 HTAtom_name(me->format), HTAtom_name(me->targetRep))); in pumpData()
|
| D | HTFTP.c | 2590 if (!StrNCmp(HTAtom_name(format), "application", 11)) { in parse_dir_entry() 2591 cp2 = HTAtom_name(format) + 12; in parse_dir_entry() 2595 cp2 = HTAtom_name(format); in parse_dir_entry() 2847 if (!StrNCmp(HTAtom_name(format), in LYListFmtParse() 2849 cp2 = HTAtom_name(format) + 12; in LYListFmtParse() 2853 cp2 = HTAtom_name(format); in LYListFmtParse() 2858 FormatStr(&buf, start, HTAtom_name(format)); in LYListFmtParse() 4095 StrAllocCopy(anchor->content_encoding, HTAtom_name(encoding)); in HTFTPLoad()
|
| D | HTGopher.c | 1526 HTAtom_name(format_in), HTAtom_name(format_out)); in HTLoadCSO()
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | LYList.c | 160 !StrNCmp(HTAtom_name(child->type), in showlist() 162 HTSprintf0(&LinkTitle, "(%s)", HTAtom_name(child->type) + 10); in showlist()
|
| D | LYCgi.c | 393 HTAtom_name(format_in), in LYLoadCGI() 394 HTAtom_name(format_out)); in LYLoadCGI()
|
| D | LYMap.c | 527 HTAtom_name(format_in), HTAtom_name(format_out)); in LYLoadIMGmap()
|
| D | LYKeymap.c | 1450 HTAtom_name(format_in), HTAtom_name(format_out)); in LYLoadKeymap()
|
| D | LYHistory.c | 1104 HTAtom_name(format_in), HTAtom_name(format_out)); in LYLoadMESSAGES()
|
| D | LYCookie.c | 2445 HTAtom_name(format_in), HTAtom_name(format_out)); in LYHandleCookies()
|
| D | UCdomap.c | 1837 *p = HTAtom_name(HTAtom_for(dummy)); in UC_setup_LYCharSets_repl()
|
| D | HTML.c | 2942 !strcasecomp(value[HTML_A_TYPE], HTAtom_name(HTInternalLink)) && in HTML_start_element() 7647 HTAtom_name(format_out)); in HTML_new()
|
| D | GridText.c | 14683 HTAtom_name(format_in), HTAtom_name(format_out)); in LYHandleCache()
|