Lines Matching defs:arg
312 static err_t http_poll(void *arg, struct altcp_pcb *pcb);
2440 http_err(void *arg, err_t err)
2442 struct http_state *hs = (struct http_state *)arg;
2457 http_sent(void *arg, struct altcp_pcb *pcb, u16_t len)
2459 struct http_state *hs = (struct http_state *)arg;
2484 http_poll(void *arg, struct altcp_pcb *pcb)
2486 struct http_state *hs = (struct http_state *)arg;
2492 /* arg is null, close. */
2493 LWIP_DEBUGF(HTTPD_DEBUG, ("http_poll: arg is NULL, close\n"));
2532 http_recv(void *arg, struct altcp_pcb *pcb, struct pbuf *p, err_t err)
2534 struct http_state *hs = (struct http_state *)arg;
2617 http_accept(void *arg, struct altcp_pcb *pcb, err_t err)
2621 LWIP_UNUSED_ARG(arg);
2622 LWIP_DEBUGF(HTTPD_DEBUG, ("http_accept %p / %p\n", (void *)pcb, arg));