Searched defs:sf_hdtr (Results 1 – 2 of 2) sorted by relevance
652 struct sf_hdtr { struct653 struct iovec *headers; /* pointer to an array of header struct iovec's */654 int hdr_cnt; /* number of header iovec's */655 struct iovec *trailers; /* pointer to an array of trailer struct iovec's */656 int trl_cnt; /* number of trailer iovec's */
101 struct sf_hdtr sf_hdtr; in http_serve() local