HomeSort by relevance Sort by last modified time
    Searched refs:CLIENTWRITE_BOTH (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
sendf.h 52 #define CLIENTWRITE_BOTH (CLIENTWRITE_BODY|CLIENTWRITE_HEADER)
file.c 480 result = Curl_client_write(conn, CLIENTWRITE_BOTH, buf, 0);
484 result = Curl_client_write(conn, CLIENTWRITE_BOTH,
504 result = Curl_client_write(conn, CLIENTWRITE_BOTH, buf, 0);
ftp.c     [all...]

Completed in 191 milliseconds