HomeSort by relevance Sort by last modified time
    Searched refs:initial_allocation (Results 1 - 2 of 2) sorted by null

  /external/libmicrohttpd/src/examples/
demo.c 305 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 */
demo_https.c 306 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 176 milliseconds