Searched refs:HTTP_ALLOC_SSI_STATE (Results 1 – 1 of 1) sorted by relevance
295 #define HTTP_ALLOC_SSI_STATE() (struct http_ssi_state *)LWIP_MEMPOOL_ALLOC(HTTPD_SSI_STATE) macro303 #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()