Searched refs:zlog_stream_buf_alloc_ex (Results 1 – 1 of 1) sorted by relevance
287 static zlog_bool zlog_stream_buf_alloc_ex(struct zlog_stream *stream, size_t needed) /* {{{ */ in zlog_stream_buf_alloc_ex() function311 return zlog_stream_buf_alloc_ex(stream, 0); in zlog_stream_buf_alloc()415 !zlog_stream_buf_alloc_ex(stream, str_len + stream->len)) { in zlog_stream_buf_copy_cstr()429 if (stream->buf.size - stream->len < 1 && !zlog_stream_buf_alloc_ex(stream, 1)) { in zlog_stream_buf_copy_char()689 if (!zlog_stream_buf_alloc_ex(stream, len)) { in zlog_stream_prefix_ex()
Completed in 5 milliseconds