Home
last modified time | relevance | path

Searched refs:html_output_str (Results 1 – 2 of 2) sorted by relevance

/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dhtmlnorm.c319 static void html_output_str(file_buff_t *fbuff, const unsigned char *str, size_t len) in html_output_str() function
433 html_output_str(fbuff, (const unsigned char *)tag, strlen(tag)); in html_output_tag()
436 html_output_str(fbuff, tags->tag[i], strlen((const char *)tags->tag[i])); in html_output_tag()
438 html_output_str(fbuff, (const unsigned char *)"=\"", 2); in html_output_tag()
1340html_output_str(file_buff_text, (const unsigned char *)arg_value, strlen((const char *)arg_value)); in cli_html_normalise()
1447 html_output_str(file_buff_o2, buff, out - buff - 1); in cli_html_normalise()
1657html_output_str(file_tmp_o1, (const unsigned char *)"From html-normalise\n", 20); in cli_html_normalise()
1658 html_output_str(file_tmp_o1, (const unsigned char *)"Content-type: ", 14); in cli_html_normalise()
1660 html_output_str(file_tmp_o1, (const unsigned char *)"text/plain\n", 11); in cli_html_normalise()
1662html_output_str(file_tmp_o1, (const unsigned char *)tag_val, tag_val_length); in cli_html_normalise()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dhtmlnorm.c319 static void html_output_str(file_buff_t *fbuff, const unsigned char *str, size_t len) in html_output_str() function
433 html_output_str(fbuff, (const unsigned char *)tag, strlen(tag)); in html_output_tag()
436 html_output_str(fbuff, tags->tag[i], strlen((const char *)tags->tag[i])); in html_output_tag()
438 html_output_str(fbuff, (const unsigned char *)"=\"", 2); in html_output_tag()
1340html_output_str(file_buff_text, (const unsigned char *)arg_value, strlen((const char *)arg_value)); in cli_html_normalise()
1447 html_output_str(file_buff_o2, buff, out - buff - 1); in cli_html_normalise()
1657html_output_str(file_tmp_o1, (const unsigned char *)"From html-normalise\n", 20); in cli_html_normalise()
1658 html_output_str(file_tmp_o1, (const unsigned char *)"Content-type: ", 14); in cli_html_normalise()
1660 html_output_str(file_tmp_o1, (const unsigned char *)"text/plain\n", 11); in cli_html_normalise()
1662html_output_str(file_tmp_o1, (const unsigned char *)tag_val, tag_val_length); in cli_html_normalise()
[all …]