Home
last modified time | relevance | path

Searched refs:TextLog_Write (Results 1 – 11 of 11) sorted by relevance

/dports/security/snort3/snort3-3.1.19.0/src/log/
H A Dtext_log.h57 SO_PUBLIC bool TextLog_Write(TextLog* const, const char*, int len);
76 return snort::TextLog_Write(txt, str, strlen(str)); in TextLog_Puts()
H A Dtext_log.cc222 bool TextLog_Write(TextLog* const txt, const char* str, int len) in TextLog_Write() function
299 TextLog_Write(txt, qs, pre); in TextLog_Quote()
/dports/security/snort/snort-2.9.18/src/sfutil/
H A Dsf_textlog.h79 bool TextLog_Write(TextLog*, const char*, int len);
112 return TextLog_Write(this, str, strlen(str)); in TextLog_Puts()
H A Dsf_textlog.c183 bool TextLog_Write (TextLog* this, const char* str, int len) in TextLog_Write() function
/dports/security/barnyard2/barnyard2-2-1.13/src/sfutil/
H A Dsf_textlog.h84 bool TextLog_Write(TextLog*, const char*, int len);
116 return TextLog_Write(this, str, strlen(str)); in TextLog_Puts()
H A Dsf_textlog.c179 bool TextLog_Write (TextLog* this, const char* str, int len) in TextLog_Write() function
/dports/security/barnyard2-sguil/barnyard2-2-1.13/src/sfutil/
H A Dsf_textlog.h84 bool TextLog_Write(TextLog*, const char*, int len);
116 return TextLog_Write(this, str, strlen(str)); in TextLog_Puts()
H A Dsf_textlog.c179 bool TextLog_Write (TextLog* this, const char* str, int len) in TextLog_Write() function
/dports/security/snort/snort-2.9.18/src/dynamic-output/plugins/
H A Doutput_plugin.c144 outputData.textLog_Write = (TextLog_WriteFunc)&TextLog_Write; in initOutputPlugin()
/dports/security/snort3/snort3-3.1.19.0/src/loggers/
H A Dalert_csv.cc102 TextLog_Write(csv_log, out, kout); in ff_b64_data()
107 TextLog_Write(csv_log, out, kout); in ff_b64_data()
H A Dalert_json.cc121 TextLog_Write(json_log, out, kout); in ff_b64_data()
126 TextLog_Write(json_log, out, kout); in ff_b64_data()