Home
last modified time | relevance | path

Searched refs:httpheaders (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/cmd/webfs/
H A Dhttp.c237 httpheaders(HttpState *hs) in httpheaders() function
480 if(httpheaders(hs) < 0) in httpopen()
/plan9/sys/src/cmd/
H A Dhget.c66 int httpheaders(int, int, URL*, Range*);
504 rv = httpheaders(fd, cfd, u, r); in dohttp()
604 httpheaders(int fd, int cfd, URL *u, Range *r) in httpheaders() function