Lines Matching refs:buflen
96 size_t buflen);
108 size_t buflen;
130 buflen = fromlen + 1;
131 buf = malloc(sizeof(*buf) * buflen);
140 r = race_decode_decompress(from, buf, buflen);
168 race_decode_decompress(const char *from, unsigned short *buf, size_t buflen)
247 size_t buflen;
274 buflen = fromlen * 2 + 2;
283 new_buf = realloc(buf, sizeof(*buf) * buflen);
290 r = idn_ucs4_ucs4toutf16(from, buf + 1, buflen - 1);
296 buflen = fromlen * 2 + 2;