Home
last modified time | relevance | path

Searched refs:uri (Results 1 – 7 of 7) sorted by relevance

/components/net/lwip/lwip-2.1.2/src/apps/http/
A Dhttp_client.c98 #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
518 LWIP_ASSERT("uri != NULL", uri != NULL); in httpc_init_connection_common()
529 uri_len = strlen(uri); in httpc_init_connection_common()
559 req->uri = req->server_name + server_name_len + 1; in httpc_init_connection_common()
560 memcpy(req->uri, uri, uri_len + 1); in httpc_init_connection_common()
641 uri, recv_fn, callback_arg); in httpc_get_file()
833 uri, httpc_fs_tcp_recv, filestate); in httpc_get_file_to_disk()
[all …]
A Dhttpd.c857 if (uri == NULL) {
1649 uri = uri1;
1651 uri = uri2;
1653 uri = uri3;
1677 *uri = "/404.html";
1681 *uri = "/404.htm";
1691 *uri = NULL;
2146 sub = uri;
2147 ext = uri;
2202 if ((uri[0] == '/') && (uri[1] == 0)) {
[all …]
/components/net/lwip/lwip-2.0.3/src/apps/httpd/
A Dhttpd.c844 if (uri == NULL) {
876 vars = strchr(uri, '?');
884 tmp = strchr(uri, '.');
1631 *uri = "/404.html";
1635 *uri = "/404.htm";
1645 *uri = NULL;
2108 if ((uri[0] == '/') && (uri[1] == 0)) {
2131 uri = file_name;
2188 sub = uri;
2189 ext = uri;
[all …]
/components/net/lwip/lwip-2.1.2/src/include/lwip/apps/
A Dhttp_client.h142 err_t httpc_get_file(const ip_addr_t* server_addr, u16_t port, const char* uri, const httpc_connect…
144 err_t httpc_get_file_dns(const char* server_name, u16_t port, const char* uri, const httpc_connecti…
148 err_t httpc_get_file_to_disk(const ip_addr_t* server_addr, u16_t port, const char* uri, const httpc…
150 err_t httpc_get_file_dns_to_disk(const char* server_name, u16_t port, const char* uri, const httpc_…
A Dhttpd.h114 extern void httpd_cgi_handler(struct fs_file *file, const char* uri, int iNumParams,
209 err_t httpd_post_begin(void *connection, const char *uri, const char *http_request,
/components/net/lwip/lwip-2.0.3/src/include/lwip/apps/
A Dhttpd.h107 extern void httpd_cgi_handler(const char* uri, int iNumParams, char **pcParam, char **pcValue
198 err_t httpd_post_begin(void *connection, const char *uri, const char *http_request,
/components/legacy/usb/usbhost/class/
A Dadk.c30 const char* description, const char* _version, const char* uri, in rt_usbh_adk_set_string() argument
37 _adk_uri = uri; in rt_usbh_adk_set_string()

Completed in 23 milliseconds