Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/http/
Dhttpd.c297 #define HTTP_ALLOC_HTTP_STATE() (struct http_state *)LWIP_MEMPOOL_ALLOC(HTTPD_STATE) macro
300 #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()