Home
last modified time | relevance | path

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

/third_party/curl/lib/vssh/
H A Dlibssh.c672 struct SSHPROTO *protop = data->req.p.ssh; in myssh_statemach_act() local
987 result = Curl_getworkingpath(data, sshc->homedir, &protop->path); in myssh_statemach_act()
1210 attrs = sftp_stat(sshc->sftp_session, protop->path); in myssh_statemach_act()
1224 if(protop->path[strlen(protop->path)-1] == '/') in myssh_statemach_act()
1239 attrs = sftp_stat(sshc->sftp_session, protop->path); in myssh_statemach_act()
1270 sftp_open(sshc->sftp_session, protop->path, in myssh_statemach_act()
1278 (strlen(protop->path) > 1))) { in myssh_statemach_act()
1376 if(strlen(protop->path) > 1) { in myssh_statemach_act()
1377 sshc->slash_pos = protop in myssh_statemach_act()
2372 struct SSHPROTO *protop = data->req.p.ssh; myssh_done() local
2638 struct SSHPROTO *protop = data->req.p.ssh; sftp_quote() local
[all...]
/third_party/curl/lib/
H A Daltsvc.c413 const char *protop; in getalnum() local
417 protop = p; in getalnum()
420 len = p - protop; in getalnum()
425 memcpy(alpnbuf, protop, len); in getalnum()
H A Durl.c2108 const char *protop = conn->handler->scheme; local
2115 while(*protop)
2116 *envp++ = Curl_raw_tolower(*protop++);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 31 milliseconds