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

/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A Dbuffer.c159 size_t to_alloc; local
168 to_alloc = MIN_BUFFER_SIZE;
169 while (to_alloc < size) {
170 to_alloc <<= 1;
173 to_alloc = size;
177 if ((chain = mm_malloc(to_alloc)) == NULL)
182 chain->buffer_len = to_alloc - EVBUFFER_CHAIN_SIZE;
637 size_t to_alloc; local
641 res = to_alloc = 0;
644 to_alloc
1722 size_t remain, to_alloc; local
[all...]

Completed in 57 milliseconds