Searched refs:htp_bodycb (Results 1 – 2 of 2) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_https_upstream.cc | 60 int htp_bodycb(llhttp_t *htp, const char *data, size_t len); 76 htp_bodycb, // llhttp_data_cb on_body; 546 int htp_bodycb(llhttp_t *htp, const char *data, size_t len) { in htp_bodycb() function
|
D | shrpx_http_downstream_connection.cc | 260 int htp_bodycb(llhttp_t *htp, const char *data, size_t len); 276 htp_bodycb, // llhttp_data_cb on_body; 1146 int htp_bodycb(llhttp_t *htp, const char *data, size_t len) { in htp_bodycb() function
|