Searched defs:server_name (Results 1 – 1 of 1) sorted by relevance
/btstack/3rd-party/lwip/core/src/apps/http/ |
H A D | http_client.c | 150 char* server_name; member 466 httpc_get_internal_dns(httpc_state_t* req, const char* server_name) in httpc_get_internal_dns() 487 httpc_create_request_string(const httpc_connection_t *settings, const char* server_name, int server… in httpc_create_request_string() 507 …ion_common(httpc_state_t **connection, const httpc_connection_t *settings, const char* server_name, in httpc_init_connection_common() 594 …connection(httpc_state_t **connection, const httpc_connection_t *settings, const char* server_name, in httpc_init_connection() 677 httpc_get_file_dns(const char* server_name, u16_t port, const char* uri, const httpc_connection_t *… in httpc_get_file_dns() 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()
|