Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/test/
H A Dswitch_fct.h345 char const *test_str_p; in fct_filter_pass() local
358 for ( prefix_p = prefix, test_str_p = test_str; in fct_filter_pass()
359 *prefix_p != '\0' && *test_str_p != '\0'; in fct_filter_pass()
360 ++prefix_p, ++test_str_p ) in fct_filter_pass()
362 is_match = *prefix_p == *test_str_p; in fct_filter_pass()
373 if ( *test_str_p == '\0' && *prefix_p != '\0' ) in fct_filter_pass()
/dports/net/sems/sems-f89581a/core/tests/
H A Dfct.h352 char const *test_str_p; in fct_filter_pass() local
365 for ( prefix_p = prefix, test_str_p = test_str; in fct_filter_pass()
366 *prefix_p != '\0' && *test_str_p != '\0'; in fct_filter_pass()
367 ++prefix_p, ++test_str_p ) in fct_filter_pass()
369 is_match = *prefix_p == *test_str_p; in fct_filter_pass()
380 if ( *test_str_p == '\0' && *prefix_p != '\0' ) in fct_filter_pass()