Home
last modified time | relevance | path

Searched refs:zlog_msg (Results 1 – 25 of 28) sorted by relevance

12

/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dzlog.h83 struct zlog_msg;
85 extern int zlog_msg_prio(struct zlog_msg *msg);
88 extern const char *zlog_msg_text(struct zlog_msg *msg, size_t *textlen);
105 extern size_t zlog_msg_ts(struct zlog_msg *msg, char *out, size_t outsz,
134 void (*logfn)(struct zlog_target *zt, struct zlog_msg *msg[],
H A Dzlog.c90 struct zlog_msg { struct
143 struct zlog_msg msgs[TLS_LOG_MAXMSG];
144 struct zlog_msg *msgp[TLS_LOG_MAXMSG];
354 struct zlog_msg stackmsg = { in vzlog_notls()
385 struct zlog_msg *msg; in vzlog_tls()
485 int zlog_msg_prio(struct zlog_msg *msg) in zlog_msg_prio()
490 const char *zlog_msg_text(struct zlog_msg *msg, size_t *textlen) in zlog_msg_text()
509 size_t zlog_msg_ts(struct zlog_msg *msg, char *out, size_t outsz, in zlog_msg_ts()
H A Dzlog_targets.h46 void (*zlog_wrap)(struct zlog_target *zt, struct zlog_msg *msgs[],
58 extern void zlog_fd(struct zlog_target *zt, struct zlog_msg *msgs[],
H A Dlog_filter.c129 static void zlog_filterfile_fd(struct zlog_target *zt, struct zlog_msg *msgs[], in zlog_filterfile_fd()
132 struct zlog_msg *msgfilt[nmsgs]; in zlog_filterfile_fd()
H A Dzlog_targets.c64 void zlog_fd(struct zlog_target *zt, struct zlog_msg *msgs[], size_t nmsgs) in zlog_fd()
78 struct zlog_msg *msg = msgs[i]; in zlog_fd()
329 static void zlog_crashlog_plain(struct zlog_target *zt, struct zlog_msg *msgs[], in zlog_crashlog_plain()
429 static void zlog_syslog(struct zlog_target *zt, struct zlog_msg *msgs[], in zlog_syslog()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dzlog.h83 struct zlog_msg;
85 extern int zlog_msg_prio(struct zlog_msg *msg);
88 extern const char *zlog_msg_text(struct zlog_msg *msg, size_t *textlen);
105 extern size_t zlog_msg_ts(struct zlog_msg *msg, char *out, size_t outsz,
134 void (*logfn)(struct zlog_target *zt, struct zlog_msg *msg[],
H A Dzlog.c90 struct zlog_msg { struct
143 struct zlog_msg msgs[TLS_LOG_MAXMSG];
144 struct zlog_msg *msgp[TLS_LOG_MAXMSG];
354 struct zlog_msg stackmsg = { in vzlog_notls()
385 struct zlog_msg *msg; in vzlog_tls()
485 int zlog_msg_prio(struct zlog_msg *msg) in zlog_msg_prio()
490 const char *zlog_msg_text(struct zlog_msg *msg, size_t *textlen) in zlog_msg_text()
509 size_t zlog_msg_ts(struct zlog_msg *msg, char *out, size_t outsz, in zlog_msg_ts()
H A Dzlog_targets.h46 void (*zlog_wrap)(struct zlog_target *zt, struct zlog_msg *msgs[],
58 extern void zlog_fd(struct zlog_target *zt, struct zlog_msg *msgs[],
H A Dlog_filter.c129 static void zlog_filterfile_fd(struct zlog_target *zt, struct zlog_msg *msgs[], in zlog_filterfile_fd()
132 struct zlog_msg *msgfilt[nmsgs]; in zlog_filterfile_fd()
H A Dzlog_targets.c64 void zlog_fd(struct zlog_target *zt, struct zlog_msg *msgs[], size_t nmsgs) in zlog_fd()
78 struct zlog_msg *msg = msgs[i]; in zlog_fd()
329 static void zlog_crashlog_plain(struct zlog_target *zt, struct zlog_msg *msgs[], in zlog_crashlog_plain()
429 static void zlog_syslog(struct zlog_target *zt, struct zlog_msg *msgs[], in zlog_syslog()
/dports/www/mod_php80/php-8.0.15/sapi/fpm/fpm/
H A Dzlog.h10 #define zlog_msg(flags, prefix, msg) zlog_msg_ex(__func__, __LINE__, flags, prefix, msg) macro
H A Dfpm_main.c612 zlog_msg(ZLOG_NOTICE, "PHP message: ", message); in sapi_cgi_log_message()
/dports/www/mod_php81/php-8.1.1/sapi/fpm/fpm/
H A Dzlog.h10 #define zlog_msg(flags, prefix, msg) zlog_msg_ex(__func__, __LINE__, flags, prefix, msg) macro
H A Dfpm_main.c612 zlog_msg(ZLOG_NOTICE, "PHP message: ", message); in sapi_cgi_log_message()
/dports/lang/php73/php-7.3.33/sapi/fpm/fpm/
H A Dzlog.h10 #define zlog_msg(flags, prefix, msg) zlog_msg_ex(__func__, __LINE__, flags, prefix, msg) macro
H A Dfpm_main.c624 zlog_msg(ZLOG_NOTICE, "PHP message: ", message); in sapi_cgi_log_message()
/dports/lang/php74/php-7.4.27/sapi/fpm/fpm/
H A Dzlog.h10 #define zlog_msg(flags, prefix, msg) zlog_msg_ex(__func__, __LINE__, flags, prefix, msg) macro
H A Dfpm_main.c618 zlog_msg(ZLOG_NOTICE, "PHP message: ", message); in sapi_cgi_log_message()
/dports/lang/php81/php-8.1.1/sapi/fpm/fpm/
H A Dzlog.h10 #define zlog_msg(flags, prefix, msg) zlog_msg_ex(__func__, __LINE__, flags, prefix, msg) macro
H A Dfpm_main.c612 zlog_msg(ZLOG_NOTICE, "PHP message: ", message); in sapi_cgi_log_message()
/dports/lang/php80/php-8.0.15/sapi/fpm/fpm/
H A Dzlog.h10 #define zlog_msg(flags, prefix, msg) zlog_msg_ex(__func__, __LINE__, flags, prefix, msg) macro
/dports/www/mod_php73/php-7.3.33/sapi/fpm/fpm/
H A Dzlog.h10 #define zlog_msg(flags, prefix, msg) zlog_msg_ex(__func__, __LINE__, flags, prefix, msg) macro
/dports/www/mod_php74/php-7.4.27/sapi/fpm/fpm/
H A Dzlog.h10 #define zlog_msg(flags, prefix, msg) zlog_msg_ex(__func__, __LINE__, flags, prefix, msg) macro
/dports/net/frr7-pythontools/frr-frr-7.5.1/doc/developer/
H A Dlogging.rst342 static void zlog_syslog(struct zlog_target *zt, struct zlog_msg *msgs[], size_t nmsgs)
380 .. c:member:: void (*zlog_target.logfn)(struct zlog_target *zt, struct zlog_msg *msgs[], size_t nms…
/dports/net/frr7/frr-frr-7.5.1/doc/developer/
H A Dlogging.rst342 static void zlog_syslog(struct zlog_target *zt, struct zlog_msg *msgs[], size_t nmsgs)
380 .. c:member:: void (*zlog_target.logfn)(struct zlog_target *zt, struct zlog_msg *msgs[], size_t nms…

12