Searched refs:hdrval (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dwget.c582 char *s, *hdrval; local
608 hdrval = s;
617 return hdrval;
624 return hdrval;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dhttp.c1430 char hdrval[256];
1848 && resp_header_copy (resp, "Content-Length", hdrval, sizeof (hdrval)))
1852 parsed = str_to_wgint (hdrval, NULL, 10);
1877 else if (resp_header_copy (resp, "Connection", hdrval, sizeof (hdrval)))
1879 if (0 == strcasecmp (hdrval, "Keep-Alive"))
1992 hdrval, sizeof (hdrval))
1993 || !parse_content_disposition (hdrval,
1425 char hdrval[256]; local
3358 char *hdrval; member in struct:__anon3057
[all...]

Completed in 78 milliseconds