Home
last modified time | relevance | path

Searched refs:slash_pos (Results 1 – 3 of 3) sorted by relevance

/curl/lib/vssh/
H A Dssh.h158 char *slash_pos; /* used by the SFTP_CREATE_DIRS state */ member
H A Dlibssh.c1378 sshc->slash_pos = protop->path + 1; /* ignore the leading '/' */ in myssh_statemach_act()
1387 sshc->slash_pos = strchr(sshc->slash_pos, '/'); in myssh_statemach_act()
1388 if(sshc->slash_pos) { in myssh_statemach_act()
1389 *sshc->slash_pos = 0; in myssh_statemach_act()
1402 *sshc->slash_pos = '/'; in myssh_statemach_act()
1403 ++sshc->slash_pos; in myssh_statemach_act()
H A Dlibssh2.c2234 sshc->slash_pos = sshp->path + 1; /* ignore the leading '/' */ in ssh_statemach_act()
2243 sshc->slash_pos = strchr(sshc->slash_pos, '/'); in ssh_statemach_act()
2244 if(sshc->slash_pos) { in ssh_statemach_act()
2245 *sshc->slash_pos = 0; in ssh_statemach_act()
2262 *sshc->slash_pos = '/'; in ssh_statemach_act()
2263 ++sshc->slash_pos; in ssh_statemach_act()

Completed in 22 milliseconds