Home
last modified time | relevance | path

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

/minix3/minix/lib/liblwip/dist/src/apps/httpd/
H A Dhttpd.c286 #define HTTP_ALLOC_HTTP_STATE() (struct http_state *)LWIP_MEMPOOL_ALLOC(HTTPD_STATE) macro
289 #define HTTP_ALLOC_HTTP_STATE() (struct http_state *)mem_malloc(sizeof(struct http_state))
446 struct http_state *ret = HTTP_ALLOC_HTTP_STATE(); in http_state_alloc()
450 ret = HTTP_ALLOC_HTTP_STATE(); in http_state_alloc()