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

/external/libmicrohttpd/src/examples/
H A Ddemo.c305 static size_t initial_allocation = 32 * 1024; /* initial size for response buffer */ local
315 rdc.buf_len = initial_allocation;
367 initial_allocation = rdc.buf_len; /* remember for next time */
H A Ddemo_https.c306 static size_t initial_allocation = 32 * 1024; /* initial size for response buffer */ local
316 rdc.buf_len = initial_allocation;
368 initial_allocation = rdc.buf_len; /* remember for next time */

Completed in 526 milliseconds