Searched refs:GETDELIM_GROWBY (Results 1 – 1 of 1) sorted by relevance
26 #define GETDELIM_GROWBY 64 macro53 if (!(buf = realloc(buf, *n + GETDELIM_GROWBY))) { in getdelim()57 *n += GETDELIM_GROWBY; in getdelim()
Completed in 3 milliseconds