Home
last modified time | relevance | path

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

/php-src/sapi/fpm/fpm/
H A Dzlog.h14 typedef unsigned char zlog_bool; typedef
20 int zlog_set_fd(int new_fd, zlog_bool is_stderr);
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);
[all …]
H A Dzlog.c31 static zlog_bool zlog_buffering = ZLOG_DEFAULT_BUFFERING;
92 int zlog_set_fd(int new_fd, zlog_bool is_stderr) /* {{{ */ in zlog_set_fd()
123 int zlog_set_buffering(zlog_bool buffering) /* {{{ */ in zlog_set_buffering()
306 inline static zlog_bool zlog_stream_buf_alloc(struct zlog_stream *stream) /* {{{ */ in zlog_stream_buf_alloc()
558 void zlog_stream_set_wrapping(struct zlog_stream *stream, zlog_bool wrap) /* {{{ */ in zlog_stream_set_wrapping()
610 zlog_bool zlog_stream_set_msg_suffix( in zlog_stream_set_msg_suffix()
765 zlog_bool quoting = stream->msg_quote; in zlog_stream_finish_buffer_suffix()
801 zlog_bool quoting = stream->msg_quote; in zlog_stream_finish_direct_suffix()
823 zlog_bool zlog_stream_finish(struct zlog_stream *stream) /* {{{ */ in zlog_stream_finish()
863 zlog_bool zlog_stream_close(struct zlog_stream *stream) /* {{{ */ in zlog_stream_close()
[all …]

Completed in 9 milliseconds