Lines Matching refs:http_debug
173 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()
297 http_debug("Trying to write %d bytes http header:%s", len, send_buf); in httpclient_send_header()
314 http_debug("Written %d bytes, socket = %d", ret, client->socket); in httpclient_send_header()
356 http_debug("client_data->post_buf:%s", client_data->post_buf); in httpclient_send_userdata()
368 http_debug("Written %d bytes", ret); in httpclient_send_userdata()
370 http_debug("ret == 0,Connection was closed by server"); 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()
445 http_debug("in loop %s %d ret %d len %d", __func__, __LINE__, ret, len); in httpclient_retrieve_content()
482 http_debug("in loop %s %d ret %d len %d", __func__, __LINE__, ret, len); in httpclient_retrieve_content()
489 http_debug("in loop %s %d len %d ret %d", __func__, __LINE__, len, ret); in httpclient_retrieve_content()
506 http_debug("no more (last chunk)"); in httpclient_retrieve_content()
513 http_debug("Retrieving %d bytes, len:%d", readLen, len); in httpclient_retrieve_content()
517 http_debug("readLen %d, len:%d", readLen, len); in httpclient_retrieve_content()
533 http_debug("memmove %d %d %d", readLen, len, client_data->retrieve_len); in httpclient_retrieve_content()
622 http_debug("Response code %d", client->response_code); in httpclient_response_parse()
651 http_debug("Read %d chars; In buf: [%s]", new_trf_len, data); in httpclient_response_parse()
655 http_debug("in loop %s %d ret %d len %d", __func__, __LINE__, read_result, len); in httpclient_response_parse()
685 http_debug("Read header : %.*s: %.*s", key_len, key_ptr, value_len, value_ptr); in httpclient_response_parse()
796 http_debug("httpclient_conn() result:%d, client:%p", ret, client); in httpclient_conn()
817 http_debug("httpclient_send() result:%d, client:%p", ret, client); in httpclient_send()
861 http_debug("reclen:%d, buf:%s", reclen, buf); in httpclient_recv()
866 http_debug("httpclient_recv_data() result:%d, client:%p", ret, client); in httpclient_recv()
888 http_debug("httpclient_clse() client:%p", client); in httpclient_clse()
914 http_debug("Response header: %.*s: %.*s", key_len, key_ptr, value_len, value_ptr); in httpclient_get_response_header_value()
961 http_debug("httpc_prepare alloc memory"); in httpclient_prepare()