Home
last modified time | relevance | path

Searched refs:MHD_pool_allocate (Results 1 – 3 of 3) sorted by relevance

/external/libmicrohttpd/src/microhttpd/
Dmemorypool.h72 MHD_pool_allocate (struct MemoryPool *pool,
Dmemorypool.c165 MHD_pool_allocate (struct MemoryPool *pool, in MHD_pool_allocate() function
Dconnection.c183 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);