Lines Matching defs:llhttp_data_cb
555 typedef int (*llhttp_data_cb)(llhttp_t*, const char *at, size_t length);
563 llhttp_data_cb on_url;
564 llhttp_data_cb on_status;
565 llhttp_data_cb on_method;
566 llhttp_data_cb on_version;
567 llhttp_data_cb on_header_field;
568 llhttp_data_cb on_header_value;
569 llhttp_data_cb on_chunk_extension_name;
570 llhttp_data_cb on_chunk_extension_value;
584 llhttp_data_cb on_body;
653 * If any of `llhttp_data_cb` returns errno not equal to `HPE_OK` - the parsing