Home
last modified time | relevance | path

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

/AliOS-Things-master/components/http/src/
A Dhttp_client.c169 char base64buff[HTTPCLIENT_AUTHB_SIZE + 3] ; in httpclient_send_auth() local
172 snprintf(base64buff, sizeof(base64buff), "%s:%s", client->auth_user, client->auth_password) ; in httpclient_send_auth()
173 http_debug("bAuth: %s", base64buff) ; in httpclient_send_auth()
174 httpclient_base64enc(b_auth, base64buff) ; in httpclient_send_auth()

Completed in 4 milliseconds