Home
last modified time | relevance | path

Searched refs:HTTPCLIENT_MAX_URL_LEN (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/http/internal/
A Dhttp_opts.h24 #ifndef HTTPCLIENT_MAX_URL_LEN
25 #define HTTPCLIENT_MAX_URL_LEN 1024 // 512 macro
/AliOS-Things-master/components/http/
A DREADME.md73 > HTTPCLIENT_MAX_URL_LEN : URL最大长度
75 #ifndef HTTPCLIENT_MAX_URL_LEN
76 #define HTTPCLIENT_MAX_URL_LEN 512
/AliOS-Things-master/components/http/src/
A Dhttp_client.c191 int path_size = HTTPCLIENT_MAX_URL_LEN; in httpclient_send_header()
697 if ( HTTPCLIENT_MAX_URL_LEN < value_len + 1 ) { in httpclient_response_parse()
698 http_err("url is too large (%d >= %d)", value_len + 1, HTTPCLIENT_MAX_URL_LEN); in httpclient_response_parse()
703 client_data->redirect_url = (char* )malloc(HTTPCLIENT_MAX_URL_LEN); in httpclient_response_parse()
706 memset(client_data->redirect_url, 0, HTTPCLIENT_MAX_URL_LEN); in httpclient_response_parse()
730 int path_size = HTTPCLIENT_MAX_URL_LEN; in httpclient_conn()
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_httpc.c37 #define HTTPCLIENT_MAX_URL_LEN (256) macro
571 char host[HTTPCLIENT_MAX_URL_LEN] = { 0 }; in _http_send()
572 char path[HTTPCLIENT_MAX_URL_LEN] = { 0 }; in _http_send()

Completed in 7 milliseconds