Searched refs:INIT_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
1284 #define INIT_BUFSIZE 512 macro1288 size_t idst = 0, isrc = 0, dstsize = INIT_BUFSIZE, i; in copy_utf8_ascii()1296 tmp_dst = realloc(dst, dstsize + INIT_BUFSIZE); in copy_utf8_ascii()1300 dstsize += INIT_BUFSIZE; in copy_utf8_ascii()