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