Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_cb_wrt.c43 #define CURL_O_BINARY O_BINARY macro
45 #define CURL_O_BINARY 0 macro
74 fd = open(fname, O_CREAT | O_WRONLY | O_EXCL | CURL_O_BINARY, OPENMODE); in tool_create_output_file()
101 fd = open(newname, O_CREAT | O_WRONLY | O_EXCL | CURL_O_BINARY, in tool_create_output_file()
H A Dtool_operate.c117 #define CURL_O_BINARY O_BINARY macro
119 #define CURL_O_BINARY 0 macro
384 per->infd = open(per->uploadfile, O_RDONLY | CURL_O_BINARY); in pre_transfer()
387 per->infd = open(per->uploadfile, O_RDONLY | CURL_O_BINARY, in pre_transfer()
393 per->infd = open(per->uploadfile, O_RDONLY | CURL_O_BINARY); in pre_transfer()

Completed in 17 milliseconds