Searched refs:http_err (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/http/src/ |
A D | http_formdata.c | 70 http_err("%s:%d invalid params", __func__, __LINE__); in httpclient_formdata_addtext() 92 http_err("%s:%d form data malloc failed", __func__, __LINE__); in httpclient_formdata_addtext() 131 http_err("%s:%d data malloc failed", __func__, __LINE__); in httpclient_formdata_addtext() 171 http_err("No form data info found"); in httpclient_clear_form_data() 180 http_err("No form data in form data info"); in httpclient_clear_form_data() 197 http_err("%s:%d invalid params", __func__, __LINE__); in httpclient_formdata_addfile() 214 http_err("%s:%d data malloc failed", __func__, __LINE__); in httpclient_formdata_addfile() 230 http_err("%s:%d data malloc failed", __func__, __LINE__); in httpclient_formdata_addfile() 252 http_err("%s:%d data malloc failed", __func__, __LINE__); in httpclient_formdata_addfile() 368 http_err("Written %d bytes", ret); in httpclient_send_formdata() [all …]
|
A D | http_client.c | 48 http_err("Could not find url"); in httpclient_parse_url() 55 http_err("Could not find host"); in httpclient_parse_url() 74 http_err("Could not find port"); in httpclient_parse_url() 83 http_err("Could not find '/'"); in httpclient_parse_url() 203 http_err("host malloc failed"); in httpclient_send_header() 211 http_err("path malloc failed"); in httpclient_send_header() 227 http_err("buf malloc failed"); in httpclient_send_header() 302 http_err("SSL_write failed"); in httpclient_send_header() 606 http_err("\r\n not found"); in httpclient_response_parse() 734 http_err("host malloc failed"); in httpclient_conn() [all …]
|
A D | http_aos_wrapper.c | 62 http_err("getaddrinfo != 0, return EDNS"); in http_tcp_conn_wrapper() 109 http_err("Connection err ret=%d errno=%d\n", ret, errno); in http_tcp_send_wrapper() 250 http_err("Memory malloc error."); in http_ssl_conn_wrapper() 281 http_err("mbedtls_ctr_drbg_seed() failed, value:-0x%x.", -value); in http_ssl_conn_wrapper() 300 http_err("failed! mbedtls_pk_parse_key returned -0x%x.", -ret); in http_ssl_conn_wrapper() 314 http_err("mbedtls_x509_crt_parse() failed, value:-0x%x.", -value); in http_ssl_conn_wrapper() 339 http_err("mbedtls_ssl_config_defaults() failed, value:-0x%x.", -value); in http_ssl_conn_wrapper() 354 http_err(" failed! mbedtls_ssl_conf_own_cert returned %d.", ret ); in http_ssl_conn_wrapper() 364 http_err("mbedtls_ssl_setup() failed, value:-0x%x.", -value); in http_ssl_conn_wrapper() 377 http_err("mbedtls_ssl_handshake() failed, ret:-0x%x.", -ret); in http_ssl_conn_wrapper() [all …]
|
/AliOS-Things-master/components/linkkit/iot_http/ |
A D | iotx_http_api.c | 181 http_err("params err"); in http_report_func() 204 http_err("iotx_http_context not valid pointer!"); in verify_iotx_http_context() 313 http_err("handle is NULL pointer"); in IOT_HTTP_DeInit() 461 http_err("Allocate Http Resource Failed"); in IOT_HTTP_DeviceNameAuth() 481 http_err("wrapper_http_perform error"); in IOT_HTTP_DeviceNameAuth() 536 http_err("can't get token from json, Abort!"); in IOT_HTTP_DeviceNameAuth() 541 http_err("token is out of size"); in IOT_HTTP_DeviceNameAuth() 635 http_err("Device is not authed"); in IOT_HTTP_SendMessage() 689 http_err("Allocate Http Resource Failed"); in IOT_HTTP_SendMessage() 717 http_err("wrapper_http_perform error"); in IOT_HTTP_SendMessage() [all …]
|
A D | http_debug.h | 12 #define http_err(...) log_err("HTTP", __VA_ARGS__) macro 27 #define http_err(...) \ macro
|
/AliOS-Things-master/components/http/internal/ |
A D | http_wrappers.h | 14 #define http_err(fmt, arg...) do { HAL_Printf("[%s %d] "fmt" \r\n", __func__, __LINE__, ##arg); … macro 18 #define http_err(fmt, arg...) do { HAL_Printf("[%s %d] "fmt" \r\n", __func__, __LINE__, ##arg); … macro
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/ |
A D | httpd.c | 2331 http_err(void *arg, err_t err) function 2537 tcp_err(pcb, http_err);
|
Completed in 13 milliseconds