Home
last modified time | relevance | path

Searched refs:LOG_SPLIT (Results 1 – 6 of 6) sorted by relevance

/dports/net/freediameter/freeDiameter-1.5.0/extensions/dbg_msg_dumps/
H A Ddbg_msg_dumps.c90 LOG_SPLIT(FD_LOG_ERROR, " ", buf, NULL); in md_hook_cb_tree()
100 LOG_SPLIT(FD_LOG_ERROR, " ", buf, NULL); in md_hook_cb_tree()
109 LOG_SPLIT(FD_LOG_ERROR, " ", buf, NULL); in md_hook_cb_tree()
113 LOG_SPLIT(FD_LOG_ERROR, " ", buf, NULL); in md_hook_cb_tree()
117 LOG_SPLIT(FD_LOG_ERROR, " ", buf, NULL); in md_hook_cb_tree()
123 LOG_SPLIT(FD_LOG_NOTICE, " ", buf, NULL); in md_hook_cb_tree()
127 LOG_SPLIT(FD_LOG_NOTICE, " ", buf, NULL); in md_hook_cb_tree()
131 LOG_SPLIT(FD_LOG_NOTICE, " ", buf, NULL); in md_hook_cb_tree()
137 LOG_SPLIT(FD_LOG_NOTICE, " ", buf, NULL); in md_hook_cb_tree()
141 LOG_SPLIT(FD_LOG_NOTICE, " ", buf, NULL); in md_hook_cb_tree()
[all …]
/dports/net/freediameter/freeDiameter-1.5.0/libfdcore/
H A Dhooks.c383 LOG_SPLIT(FD_LOG_ERROR, " ", hook_default_buf, NULL); in fd_hook_call()
396 LOG_SPLIT(FD_LOG_ERROR, " ", hook_default_buf, NULL); in fd_hook_call()
403 LOG_SPLIT(FD_LOG_ERROR, " ", hook_default_buf, NULL); in fd_hook_call()
422 LOG_SPLIT(FD_LOG_ERROR, " ", hook_default_buf, NULL); in fd_hook_call()
430 LOG_SPLIT(FD_LOG_NOTICE, " ", hook_default_buf, NULL); in fd_hook_call()
451 LOG_SPLIT(FD_LOG_NOTICE, " ", hook_default_buf, NULL); in fd_hook_call()
H A Dcore.c255 LOG_SPLIT(FD_LOG_NOTICE, NULL, b ?: "<Error during configuration dump...>", NULL); in fd_core_parseconf_int()
259 LOG_SPLIT(FD_LOG_NOTICE, "Loaded extensions: ", b?:"<Error during extensions dump...>", NULL); in fd_core_parseconf_int()
/dports/irc/sic/sic-0.23a/
H A Dstruct.h120 #define LOG_SPLIT 0x00040000 /* smart split handling */ macro
H A Dwindow.c116 vsic_log((flags & ~LOG_SQUIT) | LOG_SPLIT, "<internal>", "SPLIT",
/dports/net/freediameter/freeDiameter-1.5.0/include/freeDiameter/
H A Dlibfdproto.h373 #define LOG_SPLIT(printlevel, per_line_prefix, mlbuf, per_line_suffix ) { \ macro