Searched refs:create_file_mode (Results 1 – 3 of 3) sorted by relevance
202 long create_file_mode; /* CURLOPT_NEW_FILE_PERMS */ member
1621 if(config->create_file_mode) in config2setopts()1622 my_setopt(curl, CURLOPT_NEW_FILE_PERMS, config->create_file_mode); in config2setopts()
1854 err = oct2nummax(&config->create_file_mode, nextarg, 0777); in getparameter()