Home
last modified time | relevance | path

Searched refs:HTTPCLIENT_MAX_HOST_LEN (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/http/internal/
A Dhttp_opts.h20 #ifndef HTTPCLIENT_MAX_HOST_LEN
21 #define HTTPCLIENT_MAX_HOST_LEN 128 macro
/AliOS-Things-master/components/http/
A DREADME.md67 > HTTPCLIENT_MAX_HOST_LEN : URL中host段最大长度
69 #ifndef HTTPCLIENT_MAX_HOST_LEN
70 #define HTTPCLIENT_MAX_HOST_LEN 64
/AliOS-Things-master/components/http/src/
A Dhttp_client.c190 int host_size = HTTPCLIENT_MAX_HOST_LEN; in httpclient_send_header()
729 int host_size = HTTPCLIENT_MAX_HOST_LEN; in httpclient_conn()

Completed in 21 milliseconds