Searched refs:streamclose (Results 1 – 5 of 5) sorted by relevance
/external/curl/lib/ |
D | connect.h | 137 #define streamclose(x,y) Curl_conncontrol(x, CONNCTRL_STREAM, y) macro 141 #define streamclose(x,y) Curl_conncontrol(x, CONNCTRL_STREAM) macro
|
D | http.c | 454 streamclose(conn, "Mid-auth HTTP and much data left to send"); in http_perhapsrewind() 1436 streamclose(conn, "Negotiate transfer completed"); in Curl_http_done() 3120 streamclose(conn, "HTTP: No end-of-message indicator"); in Curl_http_readwrite_headers() 3211 streamclose(conn, "Stop sending data before everything sent"); in Curl_http_readwrite_headers() 3537 streamclose(conn, "overflow content-length"); in Curl_http_readwrite_headers() 3614 streamclose(conn, "Connection: close used"); in Curl_http_readwrite_headers()
|
D | multi.c | 668 streamclose(data->easy_conn, "Removed with partial response"); in curl_multi_remove_handle() 1375 streamclose(data->easy_conn, "Disconnected with pending data"); in multi_runsingle() 1911 streamclose(data->easy_conn, "Transfer returned error"); in multi_runsingle() 2090 streamclose(data->easy_conn, "Aborted by callback"); in multi_runsingle()
|
D | http_proxy.c | 611 streamclose(conn, "proxy CONNECT failure"); in CONNECT()
|
D | transfer.c | 578 streamclose(conn, "ignoring body"); in readwrite_data()
|