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 D | gtp_config.c | 851 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 D | file_inspect_config.c | 296 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 D | reputation_config.c | 1397 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 D | sip_config.c | 577 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()
|