Home
last modified time | relevance | path

Searched refs:doNewLine (Results 1 – 8 of 8) sorted by relevance

/dports/security/snort/snort-2.9.18/src/
H A Dlog_text.h39 void LogPriorityData(TextLog*, bool doNewLine);
41 void LogAppID(TextLog*, const char* appName, bool doNewLine);
43 void LogXrefs(TextLog*, bool doNewLine);
H A Dlog_text.c94 void LogPriorityData(TextLog* log, bool doNewLine) in LogPriorityData() argument
108 if (doNewLine) in LogPriorityData()
125 void LogAppID(TextLog* log, const char* appName, bool doNewLine) in LogAppID() argument
132 if (doNewLine) in LogAppID()
1383 void LogXrefs(TextLog* log, bool doNewLine) in LogXrefs() argument
1398 if(doNewLine && (refNode == NULL)) in LogXrefs()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/base/
H A Dxml.cpp988 bool doNewLine = false; in write_int() local
991 doNewLine = true; in write_int()
994 doNewLine = true; in write_int()
996 if (doNewLine) { in write_int()
1000 if (doNewLine) { in write_int()
1015 if (doNewLine) { in write_int()
/dports/security/barnyard2/barnyard2-2-1.13/src/
H A Dlog_text.h40 void LogXrefs(TextLog*, SigNode*, bool doNewLine);
H A Dlog_text.c81 void LogPriorityData(TextLog* log, uint32_t classification_id, uint32_t priority_id, bool doNewLine) in LogPriorityData() argument
99 if ( doNewLine ) in LogPriorityData()
1265 void LogXrefs(TextLog* log, SigNode *sn, int doNewLine) in LogXrefs() argument
1280 if(doNewLine && (refNode == NULL)) in LogXrefs()
/dports/security/barnyard2-sguil/barnyard2-2-1.13/src/
H A Dlog_text.h40 void LogXrefs(TextLog*, SigNode*, bool doNewLine);
H A Dlog_text.c81 void LogPriorityData(TextLog* log, uint32_t classification_id, uint32_t priority_id, bool doNewLine) in LogPriorityData() argument
99 if ( doNewLine ) in LogPriorityData()
1265 void LogXrefs(TextLog* log, SigNode *sn, int doNewLine) in LogXrefs() argument
1280 if(doNewLine && (refNode == NULL)) in LogXrefs()
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvtinydom.cpp3891 bool doNewLine = WNEFLAG(NEWLINE_ALL_NODES); in writeNodeEx() local
3892 bool doIndent = doNewLine && WNEFLAG(INDENT_NEWLINE); in writeNodeEx()
3940 if (doNewLine) in writeNodeEx()
4023 if (doNewLine) in writeNodeEx()
4034 if (doNewLine) in writeNodeEx()