Home
last modified time | relevance | path

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

/curl/lib/vssh/
H A Dlibssh.c668 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()
1753 Curl_safefree(protop->path); in myssh_statemach_act()
2372 struct SSHPROTO *protop = data->req.p.ssh; in myssh_done() local
2381 if(protop) in myssh_done()
2382 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.c407 const char *protop; in getalnum() local
411 protop = p; in getalnum()
414 len = p - protop; in getalnum()
419 memcpy(alpnbuf, protop, len); in getalnum()

Completed in 17 milliseconds