Searched refs:HTTP_ALLOC_HTTP_STATE (Results 1 – 1 of 1) sorted by relevance
297 #define HTTP_ALLOC_HTTP_STATE() (struct http_state *)LWIP_MEMPOOL_ALLOC(HTTPD_STATE) macro300 #define HTTP_ALLOC_HTTP_STATE() (struct http_state *)mem_malloc(sizeof(struct http_state))460 struct http_state *ret = HTTP_ALLOC_HTTP_STATE(); in http_state_alloc()464 ret = HTTP_ALLOC_HTTP_STATE(); in http_state_alloc()