Home
last modified time | relevance | path

Searched refs:new_file_perms (Results 1 – 8 of 8) sorted by relevance

/third_party/curl/lib/
Dfile.c321 fd = open(file->path, mode, data->set.new_file_perms); in file_upload()
Durldata.h1775 unsigned int new_file_perms; /* when creating remote files */ member
Dsetopt.c2646 data->set.new_file_perms = (unsigned int)arg; in Curl_vsetopt()
Durl.c554 set->new_file_perms = 0644; /* Default permissions */ in Curl_init_userdefined()
/third_party/curl/lib/vquic/
Dvquic.c569 data->set.new_file_perms); in Curl_qlogdir()
/third_party/curl/lib/vssh/
Dlibssh.c1270 flags, (mode_t)data->set.new_file_perms); in myssh_statemach_act()
1600 O_RDONLY, (mode_t)data->set.new_file_perms); in myssh_statemach_act()
1851 (int)data->set.new_file_perms); in myssh_statemach_act()
Dlibssh2.c2083 flags, data->set.new_file_perms, in ssh_statemach_act()
2469 LIBSSH2_FXF_READ, data->set.new_file_perms, in ssh_statemach_act()
2722 SCP_SEND(sshc->ssh_session, sshp->path, data->set.new_file_perms, in ssh_statemach_act()
Dwolfssh.c605 createattrs.per = (word32)data->set.new_file_perms; in wssh_statemach_act()