Home
last modified time | relevance | path

Searched refs:BL_NO_RANGE (Results 1 – 4 of 4) sorted by relevance

/dports/www/links1/links-1.04/
H A Dhttp.c136 { "FORPSI", BL_NO_RANGE },
153 return bugs & ~BL_NO_RANGE; in check_http_server_bugs()
323 … == -1 || c->from < c->est_length) && c->no_cache < NC_IF_MOD && !(info->bl_flags & BL_NO_RANGE)) { in http_send_header()
644 if (info->bl_flags & BL_NO_RANGE && !c->unrestartable) c->unrestartable = 1; in http_got_header()
H A Dlinks.h1216 #define BL_NO_RANGE 8 macro
/dports/www/links/links-2.25/
H A Dhttp.c286 { "FORPSI", BL_NO_RANGE },
303 return bugs & ~BL_NO_RANGE; in check_http_server_bugs()
838 …= -1 || c->from < c->est_length)*/ && c->no_cache < NC_IF_MOD && !(info->bl_flags & BL_NO_RANGE)) { in add_range()
1325 if (info->bl_flags & BL_NO_RANGE && !c->unrestartable) c->unrestartable = 1; in http_got_header()
H A Dlinks.h1513 #define BL_NO_RANGE 0x008 macro