Searched refs:buf_grow (Results 1 – 2 of 2) sorted by relevance
31 static bool buf_grow(struct strbuf *buf, size_t newsize) in buf_grow() function79 if (!buf_grow(buf, buf->used + 1)) in strbuf_str()87 if (!buf_grow(buf, buf->used + 1)) in strbuf_pushchar()103 if (!buf_grow(buf, buf->used + len)) in strbuf_pushchars()
286 void buf_grow(BUF_MEM *bm, int len);