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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dlog.c362 int available_size = sizeof (smallmsg);
377 available_size = state->allocated;
386 numwritten = vsnprintf (write_ptr, available_size, fmt, args);
388 /* vsnprintf() will not step over the limit given by available_size.
392 In the former case, we double available_size and malloc to get a
400 int newsize = available_size << 1;
405 else if (numwritten >= available_size)
358 int available_size = sizeof (smallmsg); local

Completed in 102 milliseconds