Home
last modified time | relevance | path

Searched refs:sshp (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/lib/vssh/
H A Dlibssh2.c969 struct SSHPROTO *sshp = data->req.p.ssh; in ssh_statemach_act() local
1459 result = Curl_getworkingpath(data, sshc->homedir, &sshp->path); in ssh_statemach_act()
1514 sshp->path); in ssh_statemach_act()
1596 memset(&sshp->quote_attrs, 0, sizeof(LIBSSH2_SFTP_ATTRIBUTES)); in ssh_statemach_act()
1713 &sshp->quote_attrs); in ssh_statemach_act()
1732 sshp->quote_attrs.gid = strtoul(sshc->quote_path1, NULL, 10); in ssh_statemach_act()
1733 sshp->quote_attrs.flags = LIBSSH2_SFTP_ATTR_UIDGID; in ssh_statemach_act()
1734 if(sshp->quote_attrs.gid == 0 && !ISDIGIT(sshc->quote_path1[0]) && in ssh_statemach_act()
1746 sshp->quote_attrs.permissions = strtoul(sshc->quote_path1, NULL, 8); in ssh_statemach_act()
1747 sshp in ssh_statemach_act()
3501 struct SSHPROTO *sshp = data->req.p.ssh; ssh_done() local
[all...]

Completed in 3 milliseconds