http_state is only used within LwIP_IAP.
 
Symbols
loading...
Files
loading...

http_state struct

Syntax

struct http_state {   char *file;   u32_t left; };

Fields

file

No summary provided. Read more...

left

No summary provided. Read more...

References

LocationReferrerScopeText
httpserver.c:55
struct http_state
httpserver.c:97conn_err()
struct http_state *hs;
httpserver.c:109close_conn()
static void close_conn(struct tcp_pcb *pcb, struct http_state *hs)
httpserver.c:124send_data()
static void send_data(struct tcp_pcb *pcb, struct http_state *hs)
httpserver.c:161http_poll()
send_data(pcb, (struct http_state *)arg);
httpserver.c:175http_sent()
struct http_state *hs;
httpserver.c:211http_recv()
struct http_state *hs;
httpserver.c:522http_accept()
struct http_state *hs;
httpserver.c:525http_accept()
hs = mem_malloc(sizeof(struct http_state));

Type Use

Variables of http_state type
conn_err()::hs
http_sent()::hs
http_recv()::hs
http_accept()::hs
all items filtered out
http_state