Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/apps/httpd/
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()
/components/net/lwip/lwip-2.1.2/src/apps/http/
A 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()

Completed in 49 milliseconds