Lines Matching defs:uri
98 #define HTTPC_REQ_11_FORMAT(uri) HTTPC_REQ_11, uri, HTTPC_CLIENT_AGENT argument
107 #define HTTPC_REQ_11_HOST_FORMAT(uri, srv_name) HTTPC_REQ_11_HOST, uri, HTTPC_CLIENT_AGENT, srv_name argument
116 #define HTTPC_REQ_11_PROXY_FORMAT(host, uri, srv_name) HTTPC_REQ_11_PROXY, host, uri, HTTPC_CLIENT_… argument
125 #define HTTPC_REQ_11_PROXY_PORT_FORMAT(host, host_port, uri, srv_name) HTTPC_REQ_11_PROXY_PORT, hos… argument
151 char* uri; member
487 …ring(const httpc_connection_t *settings, const char* server_name, int server_port, const char* uri, in httpc_create_request_string()
508 … u16_t server_port, const char* uri, altcp_recv_fn recv_fn, void* callback_arg, int use_host) in httpc_init_connection_common()
595 u16_t server_port, const char* uri, altcp_recv_fn recv_fn, void* callback_arg) in httpc_init_connection()
606 const ip_addr_t* server_addr, u16_t server_port, const char* uri, in httpc_init_connection_addr()
632 httpc_get_file(const ip_addr_t* server_addr, u16_t port, const char* uri, const httpc_connection_t … in httpc_get_file()
677 httpc_get_file_dns(const char* server_name, u16_t port, const char* uri, const httpc_connection_t *… in httpc_get_file_dns()
818 httpc_get_file_to_disk(const ip_addr_t* server_addr, u16_t port, const char* uri, const httpc_conne… in httpc_get_file_to_disk()
870 httpc_get_file_dns_to_disk(const char* server_name, u16_t port, const char* uri, const httpc_connec… in httpc_get_file_dns_to_disk()