Home
last modified time | relevance | path

Searched defs:CURL_SET_BINMODE (Results 1 – 1 of 1) sorted by relevance

/curl/src/
H A Dtool_binmode.h31 # define CURL_SET_BINMODE(stream) (void)_setmode(fileno(stream), O_BINARY) macro
33 # define CURL_SET_BINMODE(stream) (void)setmode(fileno(stream), O_BINARY) macro
36 # define CURL_SET_BINMODE(stream) (void)stream; Curl_nop_stmt macro

Completed in 6 milliseconds