Searched refs:MHD_pool_allocate (Results 1 – 3 of 3) sorted by relevance
/external/libmicrohttpd/src/microhttpd/ |
D | memorypool.h | 72 MHD_pool_allocate (struct MemoryPool *pool,
|
D | memorypool.c | 165 MHD_pool_allocate (struct MemoryPool *pool, in MHD_pool_allocate() function
|
D | connection.c | 183 pos = MHD_pool_allocate (connection->pool, in MHD_set_connection_value() 422 buf = MHD_pool_allocate (connection->pool, size, MHD_NO); in try_ready_chunked_body() 666 data = MHD_pool_allocate (connection->pool, 0, MHD_YES); 846 data = MHD_pool_allocate (connection->pool, size + 1, MHD_NO); 1309 cpy = MHD_pool_allocate (connection->pool, strlen (hdr) + 1, MHD_YES);
|