Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/http/
Dhttpd.c295 #define HTTP_ALLOC_SSI_STATE() (struct http_ssi_state *)LWIP_MEMPOOL_ALLOC(HTTPD_SSI_STATE) macro
303 #define HTTP_ALLOC_SSI_STATE() (struct http_ssi_state *)mem_malloc(sizeof(struct http_ssi_state))
420 struct http_ssi_state *ret = HTTP_ALLOC_SSI_STATE(); in http_ssi_state_alloc()
424 ret = HTTP_ALLOC_SSI_STATE(); in http_ssi_state_alloc()