Home
last modified time | relevance | path

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

/external/curl/lib/
Dfile.c473 result = Curl_client_write(conn, CLIENTWRITE_BOTH, buf, 0); in file_do()
477 result = Curl_client_write(conn, CLIENTWRITE_BOTH, in file_do()
500 result = Curl_client_write(conn, CLIENTWRITE_BOTH, buf, 0); in file_do()
Dsendf.h52 #define CLIENTWRITE_BOTH (CLIENTWRITE_BODY|CLIENTWRITE_HEADER) macro
Dftp.c2191 result = Curl_client_write(conn, CLIENTWRITE_BOTH, buf, 0); in ftp_state_mdtm_resp()
2371 result = Curl_client_write(conn, CLIENTWRITE_BOTH, buf, 0); in ftp_state_size_resp()
2404 result = Curl_client_write(conn, CLIENTWRITE_BOTH, buffer, 0); in ftp_state_rest_resp()