Home
last modified time | relevance | path

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

/external/curl/lib/
Dsendf.h50 #define CLIENTWRITE_BOTH (CLIENTWRITE_BODY|CLIENTWRITE_HEADER) macro
Dftp.c2081 result = Curl_client_write(conn, CLIENTWRITE_BOTH, headerbuf, 0); in ftp_state_mdtm_resp()
2285 result = Curl_client_write(conn, CLIENTWRITE_BOTH, clbuf, 0); in ftp_state_size_resp()
2318 result = Curl_client_write(conn, CLIENTWRITE_BOTH, buffer, 0); in ftp_state_rest_resp()