Home
last modified time | relevance | path

Searched refs:hdr_end (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/share/examples/refuse/ian/libfetch/
Dhttp.c342 hdr_end = 0, enumerator
462 return (hdr_end); in _http_next_header()
1053 case hdr_end: in _http_request()
1059 } while (h > hdr_end); in _http_request()
/netbsd/src/external/bsd/fetch/dist/libfetch/
Dhttp.c384 hdr_end = 0, enumerator
511 return (hdr_end); in http_next_header()
797 } while (h > hdr_end); in http_connect()
1132 case hdr_end: in http_request()
1138 } while (h > hdr_end); in http_request()
/netbsd/src/external/gpl3/binutils/dist/gold/
Dobject.cc595 const unsigned char* hdr_end = pshdrs + shdr_size * shnum; in find_shdr() local
628 while (hdr < hdr_end) in find_shdr()