Home
last modified time | relevance | path

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

/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dhtmlnorm.c727 if (!file_buff_text) { in cli_html_normalise()
737 if (file_buff_text->fd == -1) { in cli_html_normalise()
741 free(file_buff_text); in cli_html_normalise()
746 file_buff_text->length = 0; in cli_html_normalise()
749 file_buff_text = NULL; in cli_html_normalise()
1853 if (file_buff_text) { in cli_html_normalise()
1854 html_output_flush(file_buff_text); in cli_html_normalise()
1855 if (file_buff_text->fd != -1) in cli_html_normalise()
1856 close(file_buff_text->fd); in cli_html_normalise()
1857 free(file_buff_text); in cli_html_normalise()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dhtmlnorm.c727 if (!file_buff_text) { in cli_html_normalise()
737 if (file_buff_text->fd == -1) { in cli_html_normalise()
741 free(file_buff_text); in cli_html_normalise()
746 file_buff_text->length = 0; in cli_html_normalise()
749 file_buff_text = NULL; in cli_html_normalise()
1853 if (file_buff_text) { in cli_html_normalise()
1854 html_output_flush(file_buff_text); in cli_html_normalise()
1855 if (file_buff_text->fd != -1) in cli_html_normalise()
1856 close(file_buff_text->fd); in cli_html_normalise()
1857 free(file_buff_text); in cli_html_normalise()
[all …]