Lines Matching defs:sb
47 static inline void strbuf_set_error(struct vrend_strbuf *sb) in strbuf_set_error()
52 static inline bool strbuf_get_error(struct vrend_strbuf *sb) in strbuf_get_error()
57 static inline size_t strbuf_get_len(struct vrend_strbuf *sb) in strbuf_get_len()
62 static inline void strbuf_free(struct vrend_strbuf *sb) in strbuf_free()
67 static inline bool strbuf_alloc(struct vrend_strbuf *sb, int initial_size) in strbuf_alloc()
82 static inline bool strbuf_grow(struct vrend_strbuf *sb, int len) in strbuf_grow()
100 static inline void strbuf_append_buffer(struct vrend_strbuf *sb, const char *data, size_t len) in strbuf_append_buffer()
111 static inline void strbuf_append(struct vrend_strbuf *sb, const char *addstr) in strbuf_append()
116 static inline void strbuf_vappendf(struct vrend_strbuf *sb, const char *fmt, va_list ap) in strbuf_vappendf()
131 static inline void strbuf_appendf(struct vrend_strbuf *sb, const char *fmt, ...) in strbuf_appendf()
139 static inline void strbuf_vfmt(struct vrend_strbuf *sb, const char *fmt, va_list ap) in strbuf_vfmt()
154 static inline void strbuf_fmt(struct vrend_strbuf *sb, const char *fmt, ...) in strbuf_fmt()
178 static inline bool strarray_addstrbuf(struct vrend_strarray *sa, const struct vrend_strbuf *sb) in strarray_addstrbuf()