Searched refs:HTTP_ALLOC_HTTP_STATE (Results 1 – 2 of 2) sorted by relevance
286 #define HTTP_ALLOC_HTTP_STATE() (struct http_state *)LWIP_MEMPOOL_ALLOC(HTTPD_STATE) macro289 #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()
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()
Completed in 49 milliseconds