Home
last modified time | relevance | path

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

/curl/lib/vssh/
H A Dssh.h150 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()
2655 char *cmd = sshc->quote_item->data; in sftp_quote()
2829 char *cmd = sshc->quote_item->data; in sftp_quote_stat()
H A Dlibssh2.c975 char *cmd = sshc->quote_item->data; in sftp_quote()
1395 char *cmd = sshc->quote_item->data; in sftp_quote_stat()
2103 sshc->quote_item = data->set.quote; in ssh_statemachine()
2114 sshc->quote_item = data->set.postquote; in ssh_statemachine()
2136 sshc->quote_item = sshc->quote_item->next; in ssh_statemachine()
2138 if(sshc->quote_item) { in ssh_statemachine()
H A Dwolfssh.c539 sshc->quote_item = data->set.quote; in wssh_statemach_act()

Completed in 26 milliseconds