Home | History | Annotate | Download | only in shared

Lines Matching refs:strbuf

27 #include "strbuf.h"
31 static bool buf_grow(struct strbuf *buf, size_t newsize)
52 void strbuf_init(struct strbuf *buf)
59 void strbuf_release(struct strbuf *buf)
64 char *strbuf_steal(struct strbuf *buf)
77 const char *strbuf_str(struct strbuf *buf)
85 bool strbuf_pushchar(struct strbuf *buf, char ch)
94 unsigned strbuf_pushchars(struct strbuf *buf, const char *str)
112 void strbuf_popchar(struct strbuf *buf)
118 void strbuf_popchars(struct strbuf *buf, unsigned n)
124 void strbuf_clear(struct strbuf *buf)