Home
last modified time | relevance | path

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

/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/ftp_telnet/
H A Dftp_module.cc478 static void ResetStringFormat(FTP_PARAM_FMT* Fmt) in ResetStringFormat() function
487 ResetStringFormat(Fmt->optional_fmt); in ResetStringFormat()
490 ResetStringFormat(Fmt->choices[i]); in ResetStringFormat()
492 ResetStringFormat(Fmt->next_param_fmt); in ResetStringFormat()
546 ResetStringFormat(Fmt); in ProcessFTPDataChanCmdsList()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/ftptelnet/
H A Dsnort_ftptelnet.c1131 void ResetStringFormat (FTP_PARAM_FMT *Fmt) in ResetStringFormat() function
1140 ResetStringFormat(Fmt->optional_fmt); in ResetStringFormat()
1143 ResetStringFormat(Fmt->choices[i]); in ResetStringFormat()
1145 ResetStringFormat(Fmt->next_param_fmt); in ResetStringFormat()
1249 ResetStringFormat(Fmt); in ProcessFTPDataChanCmdsList()