Searched refs:buf2max (Results 1 – 1 of 1) sorted by relevance
491 if (buf2act == buf2max) \493 buf2max *= 2; \494 buf2 = xrealloc (buf2, buf2max * 4); \816 size_t buf2max = 56 * sizeof (uint32_t); in get_string() local821 buf2 = xmalloc (buf2max); in get_string()