Home
last modified time | relevance | path

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

/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dhtmlnorm.c652 unsigned char *line = NULL, *ptr, *ptr_screnc = NULL; in cli_html_normalise() local
1492 ptr_screnc = (unsigned char *)strstr((char *)ptr, "#@~^"); in cli_html_normalise()
1493 if (ptr_screnc) { in cli_html_normalise()
1494 ptr_screnc[0] = '/'; in cli_html_normalise()
1495 ptr_screnc[1] = '/'; in cli_html_normalise()
1496 ptr_screnc += 4; in cli_html_normalise()
1784 if (look_for_screnc && ptr_screnc) { in cli_html_normalise()
1786 ptr = ptr_screnc; in cli_html_normalise()
1787 ptr_screnc = NULL; in cli_html_normalise()
1797 } else if (look_for_screnc && !ptr_screnc && in cli_html_normalise()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dhtmlnorm.c652 unsigned char *line = NULL, *ptr, *ptr_screnc = NULL; in cli_html_normalise() local
1492 ptr_screnc = (unsigned char *)strstr((char *)ptr, "#@~^"); in cli_html_normalise()
1493 if (ptr_screnc) { in cli_html_normalise()
1494 ptr_screnc[0] = '/'; in cli_html_normalise()
1495 ptr_screnc[1] = '/'; in cli_html_normalise()
1496 ptr_screnc += 4; in cli_html_normalise()
1784 if (look_for_screnc && ptr_screnc) { in cli_html_normalise()
1786 ptr = ptr_screnc; in cli_html_normalise()
1787 ptr_screnc = NULL; in cli_html_normalise()
1797 } else if (look_for_screnc && !ptr_screnc && in cli_html_normalise()