Home
last modified time | relevance | path

Searched refs:part_header_pieces (Results 1 – 4 of 4) sorted by relevance

/dports/security/suricata/suricata-6.0.4/libhtp/htp/
H A Dhtp_multipart.c466 bstr_builder_clear(parser->part_header_pieces); in htp_mpart_part_create()
628 if (bstr_builder_size(part->parser->part_header_pieces) > 0) { in htp_mpart_part_handle_data()
629 bstr_builder_append_mem(part->parser->part_header_pieces, data, len); in htp_mpart_part_handle_data()
630 line = bstr_builder_to_str(part->parser->part_header_pieces); in htp_mpart_part_handle_data()
632 bstr_builder_clear(part->parser->part_header_pieces); in htp_mpart_part_handle_data()
669 bstr_builder_clear(part->parser->part_header_pieces); in htp_mpart_part_handle_data()
753 bstr_builder_append_mem(part->parser->part_header_pieces, data, len); in htp_mpart_part_handle_data()
905 parser->part_header_pieces = bstr_builder_create(); in htp_mpartp_create()
906 if (parser->part_header_pieces == NULL) { in htp_mpartp_create()
952 bstr_builder_destroy(parser->part_header_pieces); in htp_mpartp_destroy()
H A Dhtp_multipart_private.h145 bstr_builder_t *part_header_pieces; member
/dports/devel/libhtp/libhtp-0.5.33/htp/
H A Dhtp_multipart.c466 bstr_builder_clear(parser->part_header_pieces); in htp_mpart_part_create()
628 if (bstr_builder_size(part->parser->part_header_pieces) > 0) { in htp_mpart_part_handle_data()
629 bstr_builder_append_mem(part->parser->part_header_pieces, data, len); in htp_mpart_part_handle_data()
630 line = bstr_builder_to_str(part->parser->part_header_pieces); in htp_mpart_part_handle_data()
632 bstr_builder_clear(part->parser->part_header_pieces); in htp_mpart_part_handle_data()
669 bstr_builder_clear(part->parser->part_header_pieces); in htp_mpart_part_handle_data()
753 bstr_builder_append_mem(part->parser->part_header_pieces, data, len); in htp_mpart_part_handle_data()
905 parser->part_header_pieces = bstr_builder_create(); in htp_mpartp_create()
906 if (parser->part_header_pieces == NULL) { in htp_mpartp_create()
952 bstr_builder_destroy(parser->part_header_pieces); in htp_mpartp_destroy()
H A Dhtp_multipart_private.h145 bstr_builder_t *part_header_pieces; member