Lines Matching refs:request
139 struct pbuf *request; member
161 if (req->request != NULL) { in httpc_free_state()
162 pbuf_free(req->request); in httpc_free_state()
163 req->request = NULL; in httpc_free_state()
402 r = altcp_write(req->pcb, req->request->payload, req->request->len - 1, TCP_WRITE_FLAG_COPY); in httpc_tcp_connected()
408 pbuf_free(req->request); in httpc_tcp_connected()
409 req->request = NULL; in httpc_tcp_connected()
543 req->request = pbuf_alloc(PBUF_RAW, (u16_t)(req_len + 1), PBUF_RAM); in httpc_init_connection_common()
544 if (req->request == NULL) { in httpc_init_connection_common()
548 if (req->request->next != NULL) { in httpc_init_connection_common()
576 (char *)req->request->payload, req_len + 1); in httpc_init_connection_common()