Searched refs:strbuf_alloc (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Dutil.h92 extern char *strbuf_alloc(idnconv_strbuf_t *buf, size_t size);
H A Dutil.c484 if (strbuf_alloc(buf, len + 1) == NULL)
500 p = strbuf_alloc(buf, len1 + len2 + 1 + MARGIN);
507 strbuf_alloc(idnconv_strbuf_t *buf, size_t size) { function
534 return (strbuf_alloc(buf, buf->size * 2));

Completed in 1717 milliseconds