Home
last modified time | relevance | path

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

/curl/lib/vssh/
H A Dssh.h144 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.c1472 sshc->quote_item = data->set.quote; in ssh_statemach_act()
1483 sshc->quote_item = data->set.postquote; in ssh_statemach_act()
1502 char *cmd = sshc->quote_item->data; in ssh_statemach_act()
1678 sshc->quote_item = sshc->quote_item->next; in ssh_statemach_act()
1680 if(sshc->quote_item) { in ssh_statemach_act()
1696 char *cmd = sshc->quote_item->data; in ssh_statemach_act()
H A Dwolfssh.c538 sshc->quote_item = data->set.quote; in wssh_statemach_act()

Completed in 53 milliseconds