Home
last modified time | relevance | path

Searched refs:next_sectionp (Results 1 – 4 of 4) sorted by relevance

/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/gtp/
H A Dgtp_config.c851 char* next_sectionp = NULL; in ParseGTPArgs() local
881 cur_sectionp = strtok_r( argcpyp, GTP_CONFIG_SECTION_SEPERATORS, &next_sectionp); in ParseGTPArgs()
892 cur_sectionp = strtok_r( next_sectionp, GTP_CONFIG_SECTION_SEPERATORS, &next_sectionp); in ParseGTPArgs()
916 cur_sectionp = strtok_r( next_sectionp, GTP_CONFIG_SECTION_SEPERATORS, &next_sectionp); in ParseGTPArgs()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/file/
H A Dfile_inspect_config.c296 char* next_sectionp = NULL; in file_config_parse() local
322 &next_sectionp); in file_config_parse()
336 cur_sectionp = strtok_r(next_sectionp, FILE_CONF_SECTION_SEPERATORS, in file_config_parse()
337 &next_sectionp); in file_config_parse()
465 cur_sectionp = strtok_r(next_sectionp, FILE_CONF_SECTION_SEPERATORS, in file_config_parse()
466 &next_sectionp); in file_config_parse()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/reputation/
H A Dreputation_config.c1397 char* next_sectionp = NULL; in EstimateNumEntries() local
1412 cur_sectionp = strtok_r( argcpyp, REPUTATION_CONFIG_SECTION_SEPERATORS, &next_sectionp); in EstimateNumEntries()
1422 … cur_sectionp = strtok_r( next_sectionp, REPUTATION_CONFIG_SECTION_SEPERATORS, &next_sectionp); in EstimateNumEntries()
1556 … cur_sectionp = strtok_r( next_sectionp, REPUTATION_CONFIG_SECTION_SEPERATORS, &next_sectionp); in EstimateNumEntries()
1580 char* next_sectionp = NULL; in ParseReputationArgs() local
1654 cur_sectionp = strtok_r( argcpyp, REPUTATION_CONFIG_SECTION_SEPERATORS, &next_sectionp); in ParseReputationArgs()
1666 … cur_sectionp = strtok_r( next_sectionp, REPUTATION_CONFIG_SECTION_SEPERATORS, &next_sectionp); in ParseReputationArgs()
1799 … cur_sectionp = strtok_r( next_sectionp, REPUTATION_CONFIG_SECTION_SEPERATORS, &next_sectionp); in ParseReputationArgs()
1883 … cur_sectionp = strtok_r( next_sectionp, REPUTATION_CONFIG_SECTION_SEPERATORS, &next_sectionp); in ParseReputationArgs()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/sip/
H A Dsip_config.c577 char* next_sectionp = NULL; in ParseSIPArgs() local
621 cur_sectionp = strtok_r( argcpyp, SIP_CONFIG_SECTION_SEPERATORS, &next_sectionp); in ParseSIPArgs()
632 cur_sectionp = strtok_r( next_sectionp, SIP_CONFIG_SECTION_SEPERATORS, &next_sectionp); in ParseSIPArgs()
750 cur_sectionp = strtok_r( next_sectionp, SIP_CONFIG_SECTION_SEPERATORS, &next_sectionp); in ParseSIPArgs()