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