Home
last modified time | relevance | path

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

/dports/net/ndpi/nDPI-92a1be2/src/lib/
H A Dndpi_utils.c2070 AC_TEXT_t ac_input_text; in ndpi_handle_risk_exceptions() local
2073 ac_input_text.astring = host, ac_input_text.length = strlen(host); in ndpi_handle_risk_exceptions()
2074 ac_input_text.option = 0; in ndpi_handle_risk_exceptions()
2076 if(ac_automata_search(automa->ac_automa, &ac_input_text, &match) > 0) in ndpi_handle_risk_exceptions()
2217 AC_TEXT_t ac_input_text; in is_a_common_alpn() local
2220 ac_input_text.astring = (char*)alpn_to_check, ac_input_text.length = alpn_to_check_len; in is_a_common_alpn()
2221 ac_input_text.option = 0; in is_a_common_alpn()
2223 if(ac_automata_search(automa->ac_automa, &ac_input_text, &match) > 0) in is_a_common_alpn()
H A Dndpi_main.c2528 AC_TEXT_t ac_input_text; in ndpi_match_string_common() local
2542 ac_input_text.astring = string_to_match, ac_input_text.length = string_len; in ndpi_match_string_common()
2543 ac_input_text.option = 0; in ndpi_match_string_common()
2544 rc = ac_automata_search(automa, &ac_input_text, &match); in ndpi_match_string_common()