Searched refs:CLIENTWRITE_BOTH (Results 1 – 3 of 3) sorted by relevance
/external/curl/lib/ |
D | file.c | 473 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()
|
D | sendf.h | 52 #define CLIENTWRITE_BOTH (CLIENTWRITE_BODY|CLIENTWRITE_HEADER) macro
|
D | ftp.c | 2191 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()
|