Home
last modified time | relevance | path

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

/AliOS-Things-master/components/http/internal/
A Dhttp_opts.h8 #ifndef HTTPCLIENT_AUTHB_SIZE
9 #define HTTPCLIENT_AUTHB_SIZE 128 macro
/AliOS-Things-master/components/http/
A DREADME.md49 > HTTPCLIENT_AUTHB_SIZE : http认证数据(用户名、密码)长度
51 #ifndef HTTPCLIENT_AUTHB_SIZE
52 #define HTTPCLIENT_AUTHB_SIZE 128
/AliOS-Things-master/components/http/src/
A Dhttp_client.c158 if ((strlen(user) + strlen(password)) >= HTTPCLIENT_AUTHB_SIZE) { in httpclient_basic_auth()
168 char b_auth[(int)((HTTPCLIENT_AUTHB_SIZE + 3) * 4 / 3 + 3)] ; in httpclient_send_auth()
169 char base64buff[HTTPCLIENT_AUTHB_SIZE + 3] ; in httpclient_send_auth()

Completed in 4 milliseconds