Home
last modified time | relevance | path

Searched refs:protop (Results 1 – 2 of 2) sorted by relevance

/curl/lib/vssh/
H A Dlibssh.c672 struct SSHPROTO *protop = data->req.p.ssh; in myssh_statemach_act() local
1225 if(protop->path[strlen(protop->path)-1] == '/') in myssh_statemach_act()
1279 (strlen(protop->path) > 1))) { in myssh_statemach_act()
1377 if(strlen(protop->path) > 1) { in myssh_statemach_act()
1434 protop->path); in myssh_statemach_act()
1756 Curl_safefree(protop->path); in myssh_statemach_act()
2375 struct SSHPROTO *protop = data->req.p.ssh; in myssh_done() local
2384 if(protop) in myssh_done()
2385 Curl_safefree(protop->path); in myssh_done()
2641 struct SSHPROTO *protop = data->req.p.ssh; in sftp_quote() local
[all …]
/curl/lib/
H A Daltsvc.c405 const char *protop; in getalnum() local
409 protop = p; in getalnum()
412 len = p - protop; in getalnum()
417 memcpy(alpnbuf, protop, len); in getalnum()

Completed in 26 milliseconds