Searched defs:uri (Results 1 – 4 of 4) sorted by relevance
| /components/net/lwip/lwip-2.1.2/src/apps/http/ |
| A D | http_client.c | 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 151 char* uri; member 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() [all …]
|
| A D | httpd.c | 842 get_http_headers(struct http_state *hs, const char *uri) 1636 const char *uri, *uri1, *uri2, *uri3; local 1673 http_get_404_file(struct http_state *hs, const char **uri) 1786 char *data, u16_t data_len, char *uri, char *uri_end) 2061 char *uri = sp1 + 1; local 2133 http_uri_is_ssi(struct fs_file *file, const char *uri) 2176 http_find_file(struct http_state *hs, const char *uri, int is_09) 2305 http_init_file(struct http_state *hs, struct fs_file *file, int is_09, const char *uri,
|
| /components/net/lwip/lwip-2.0.3/src/apps/httpd/ |
| A D | httpd.c | 828 get_http_headers(struct http_state *hs, const char *uri) 1627 http_get_404_file(struct http_state *hs, const char **uri) 1736 char *data, u16_t data_len, char *uri, char *uri_end) 2008 char *uri = sp1 + 1; local 2082 http_find_file(struct http_state *hs, const char *uri, int is_09) 2228 http_init_file(struct http_state *hs, struct fs_file *file, int is_09, const char *uri,
|
| /components/legacy/usb/usbhost/class/ |
| A D | adk.c | 30 const char* description, const char* _version, const char* uri, in rt_usbh_adk_set_string()
|
Completed in 15 milliseconds