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

/barrelfish-2018-10-04/lib/lwip2/src/apps/httpd/
H A Dhttpd.c284 #define HTTP_ALLOC_SSI_STATE() (struct http_ssi_state *)LWIP_MEMPOOL_ALLOC(HTTPD_SSI_STATE) macro
292 #define HTTP_ALLOC_SSI_STATE() (struct http_ssi_state *)mem_malloc(sizeof(struct http_ssi_state))
406 struct http_ssi_state *ret = HTTP_ALLOC_SSI_STATE();
410 ret = HTTP_ALLOC_SSI_STATE();

Completed in 84 milliseconds