Lines Matching refs:llhttp_t
256 int htp_msg_begincb(llhttp_t *htp);
257 int htp_hdr_keycb(llhttp_t *htp, const char *data, size_t len);
258 int htp_hdr_valcb(llhttp_t *htp, const char *data, size_t len);
259 int htp_hdrs_completecb(llhttp_t *htp);
260 int htp_bodycb(llhttp_t *htp, const char *data, size_t len);
261 int htp_msg_completecb(llhttp_t *htp);
908 int htp_msg_begincb(llhttp_t *htp) {
920 int htp_hdrs_completecb(llhttp_t *htp) {
1105 int htp_hdr_keycb(llhttp_t *htp, const char *data, size_t len) {
1142 int htp_hdr_valcb(llhttp_t *htp, const char *data, size_t len) {
1161 int htp_bodycb(llhttp_t *htp, const char *data, size_t len) {
1173 int htp_msg_completecb(llhttp_t *htp) {