Home
last modified time | relevance | path

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

/PHP-8.0/sapi/fpm/fpm/
H A Dzlog.h14 typedef unsigned char zlog_bool; typedef
23 int zlog_set_buffering(zlog_bool buffering);
95 void zlog_stream_set_decorating(struct zlog_stream *stream, zlog_bool decorate);
96 void zlog_stream_set_wrapping(struct zlog_stream *stream, zlog_bool wrap);
97 void zlog_stream_set_is_stdout(struct zlog_stream *stream, zlog_bool is_stdout);
99 void zlog_stream_set_msg_quoting(struct zlog_stream *stream, zlog_bool quote);
100 zlog_bool zlog_stream_set_msg_prefix(struct zlog_stream *stream, const char *fmt, ...)
102 zlog_bool zlog_stream_set_msg_suffix(
111 zlog_bool zlog_stream_finish(struct zlog_stream *stream);
113 zlog_bool zlog_stream_close(struct zlog_stream *stream);
H A Dzlog.c30 static zlog_bool zlog_buffering = ZLOG_DEFAULT_BUFFERING;
120 int zlog_set_buffering(zlog_bool buffering) /* {{{ */ in zlog_set_buffering()
309 inline static zlog_bool zlog_stream_buf_alloc(struct zlog_stream *stream) /* {{{ */ in zlog_stream_buf_alloc()
561 void zlog_stream_set_wrapping(struct zlog_stream *stream, zlog_bool wrap) /* {{{ */ in zlog_stream_set_wrapping()
579 void zlog_stream_set_msg_quoting(struct zlog_stream *stream, zlog_bool quote) /* {{{ */ in zlog_stream_set_msg_quoting()
613 zlog_bool zlog_stream_set_msg_suffix( in zlog_stream_set_msg_suffix()
768 zlog_bool quoting = stream->msg_quote; in zlog_stream_finish_buffer_suffix()
804 zlog_bool quoting = stream->msg_quote; in zlog_stream_finish_direct_suffix()
826 zlog_bool zlog_stream_finish(struct zlog_stream *stream) /* {{{ */ in zlog_stream_finish()
866 zlog_bool zlog_stream_close(struct zlog_stream *stream) /* {{{ */ in zlog_stream_close()
[all …]

Completed in 7 milliseconds