Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/http/
Dhttpd.c215 struct http_ssi_state { struct
264 struct http_ssi_state *ssi;
293 …RE(HTTPD_SSI_STATE, MEMP_NUM_PARALLEL_HTTPD_SSI_CONNS, sizeof(struct http_ssi_state), "HTTPD_SSI_S…
295 #define HTTP_ALLOC_SSI_STATE() (struct http_ssi_state *)LWIP_MEMPOOL_ALLOC(HTTPD_SSI_STATE)
303 #define HTTP_ALLOC_SSI_STATE() (struct http_ssi_state *)mem_malloc(sizeof(struct http_ssi_state))
417 static struct http_ssi_state *
420 struct http_ssi_state *ret = HTTP_ALLOC_SSI_STATE(); in http_ssi_state_alloc()
428 memset(ret, 0, sizeof(struct http_ssi_state)); in http_ssi_state_alloc()
435 http_ssi_state_free(struct http_ssi_state *ssi) in http_ssi_state_free()
767 struct http_ssi_state *ssi;
[all …]