Lines Matching refs:llhttp_t
55 int htp_msg_begin(llhttp_t *htp);
56 int htp_uricb(llhttp_t *htp, const char *data, size_t len);
57 int htp_hdr_keycb(llhttp_t *htp, const char *data, size_t len);
58 int htp_hdr_valcb(llhttp_t *htp, const char *data, size_t len);
59 int htp_hdrs_completecb(llhttp_t *htp);
60 int htp_bodycb(llhttp_t *htp, const char *data, size_t len);
61 int htp_msg_completecb(llhttp_t *htp);
129 int htp_msg_begin(llhttp_t *htp) {
137 int htp_uricb(llhttp_t *htp, const char *data, size_t len) {
174 int htp_hdr_keycb(llhttp_t *htp, const char *data, size_t len) {
229 int htp_hdr_valcb(llhttp_t *htp, const char *data, size_t len) {
333 int htp_hdrs_completecb(llhttp_t *htp) {
561 int htp_bodycb(llhttp_t *htp, const char *data, size_t len) {
582 int htp_msg_completecb(llhttp_t *htp) {