Home
last modified time | relevance | path

Searched refs:quote_item (Results 1 – 4 of 4) sorted by relevance

/curl/lib/vssh/
H A Dssh.h146 struct curl_slist *quote_item; /* for the quote option */ member
H A Dlibssh.c997 sshc->quote_item = data->set.quote; in myssh_statemach_act()
1008 sshc->quote_item = data->set.postquote; in myssh_statemach_act()
1025 sshc->quote_item = sshc->quote_item->next; in myssh_statemach_act()
1027 if(sshc->quote_item) { in myssh_statemach_act()
2648 char *cmd = sshc->quote_item->data; in sftp_quote()
2822 char *cmd = sshc->quote_item->data; in sftp_quote_stat()
H A Dlibssh2.c1473 sshc->quote_item = data->set.quote; in ssh_statemach_act()
1484 sshc->quote_item = data->set.postquote; in ssh_statemach_act()
1503 char *cmd = sshc->quote_item->data; in ssh_statemach_act()
1679 sshc->quote_item = sshc->quote_item->next; in ssh_statemach_act()
1681 if(sshc->quote_item) { in ssh_statemach_act()
1697 char *cmd = sshc->quote_item->data; in ssh_statemach_act()
H A Dwolfssh.c539 sshc->quote_item = data->set.quote; in wssh_statemach_act()

Completed in 26 milliseconds