Lines Matching defs:hp

69 http_VSLH(const struct http *hp, unsigned hdr)  in http_VSLH()
84 http_VSLH_del(const struct http *hp, unsigned hdr) in http_VSLH_del()
101 http_VSL_log(const struct http *hp) in http_VSL_log()
113 http_fail(const struct http *hp) in http_fail()
166 struct http *hp; in HTTP_create() local
180 HTTP_Setup(struct http *hp, struct ws *ws, struct vsl_log *vsl, in HTTP_Setup()
197 http_Teardown(struct http *hp) in http_Teardown()
317 http_findhdr(const struct http *hp, unsigned l, const char *hdr) in http_findhdr()
339 http_CountHdr(const struct http *hp, const char *hdr) in http_CountHdr()
360 http_CollectHdr(struct http *hp, const char *hdr) in http_CollectHdr()
373 http_CollectHdrSep(struct http *hp, const char *hdr, const char *sep) in http_CollectHdrSep()
456 http_GetHdr(const struct http *hp, const char *hdr, const char **ptr) in http_GetHdr()
583 http_GetHdrToken(const struct http *hp, const char *hdr, in http_GetHdrToken()
620 http_GetHdrQ(const struct http *hp, const char *hdr, const char *field) in http_GetHdrQ()
669 http_GetHdrField(const struct http *hp, const char *hdr, in http_GetHdrField()
700 http_GetContentLength(const struct http *hp) in http_GetContentLength()
733 http_DoConnection(struct http *hp, enum sess_close sc_close) in http_DoConnection()
784 http_HdrIs(const struct http *hp, const char *hdr, const char *val) in http_HdrIs()
799 http_GetStatus(const struct http *hp) in http_GetStatus()
807 http_IsStatus(const struct http *hp, int val) in http_IsStatus()
851 http_GetMethod(const struct http *hp) in http_GetMethod()
1193 http_CopyHome(const struct http *hp) in http_CopyHome()
1298 http_Unset(struct http *hp, const char *hdr) in http_Unset()