Home
last modified time | relevance | path

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

/AliOS-Things-master/components/http/src/
A Dhttp_client.c173 http_debug("bAuth: %s", base64buff) ; in httpclient_send_auth()
178 http_debug("b_auth:%s", b_auth) ; in httpclient_send_auth()
291 http_debug("Do nothing"); in httpclient_send_header()
368 http_debug("Written %d bytes", ret); in httpclient_send_userdata()
432 http_debug("data len: %d %d", len, count); in httpclient_retrieve_content()
435 http_debug("ret == HTTP_ECONN"); in httpclient_retrieve_content()
441 http_debug("no more len == 0"); in httpclient_retrieve_content()
506 http_debug("no more (last chunk)"); in httpclient_retrieve_content()
861 http_debug("reclen:%d, buf:%s", reclen, buf); in httpclient_recv()
888 http_debug("httpclient_clse() client:%p", client); in httpclient_clse()
[all …]
A Dhttp_aos_wrapper.c138 http_debug("select continue"); in http_tcp_recv_wrapper()
147 http_debug("recv continue %d ret %d", err_record, ret); in http_tcp_recv_wrapper()
151 http_debug("recv return 0 disconnected"); in http_tcp_recv_wrapper()
158 http_debug("select return %d errno %d", select_ret, err_record); in http_tcp_recv_wrapper()
213 http_debug("%s", str); in httpclient_debug()
390 http_debug("%s", vrfy_buf); in http_ssl_conn_wrapper()
398 http_debug("ret=%d.", ret); in http_ssl_conn_wrapper()
452 http_debug("mbedtls_ssl_read, return:%d", ret); in http_ssl_recv_wrapper()
/AliOS-Things-master/components/linkkit/iot_http/
A Dhttp_debug.h15 #define http_debug(...) log_debug("HTTP", __VA_ARGS__) macro
42 #define http_debug(...) \ macro
A Diotx_http_api.c417 http_debug("allocate req_payload: len = %d", len); in IOT_HTTP_DeviceNameAuth()
424 http_debug("len = %d, req_payload: \r\n%s", len, req_payload); in IOT_HTTP_DeviceNameAuth()
/AliOS-Things-master/components/http/internal/
A Dhttp_wrappers.h15 #define http_debug(fmt, arg...) do { HAL_Printf("[%s %d] "fmt" \r\n", __func__, __LINE__, ##arg);… macro
19 #define http_debug(fmt, arg...) macro

Completed in 8 milliseconds