Searched refs:CURL_O_BINARY (Results 1 – 2 of 2) sorted by relevance
43 #define CURL_O_BINARY O_BINARY macro45 #define CURL_O_BINARY 0 macro74 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()
117 #define CURL_O_BINARY O_BINARY macro119 #define CURL_O_BINARY 0 macro384 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 16 milliseconds