Searched refs:part_header_pieces (Results 1 – 4 of 4) sorted by relevance
466 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()
145 bstr_builder_t *part_header_pieces; member