Home
last modified time | relevance | path

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

/third_party/curl/lib/vssh/
H A Dssh.h144 struct curl_slist *quote_item; /* for the quote option */ member
H A Dlibssh.c996 sshc->quote_item = data->set.quote; in myssh_statemach_act()
1007 sshc->quote_item = data->set.postquote; in myssh_statemach_act()
1024 sshc->quote_item = sshc->quote_item->next; in myssh_statemach_act()
1026 if(sshc->quote_item) { in myssh_statemach_act()
2645 char *cmd = sshc->quote_item->data; in sftp_quote()
2819 char *cmd = sshc->quote_item->data; in sftp_quote_stat()
H A Dlibssh2.c1468 sshc->quote_item = data->set.quote; in ssh_statemach_act()
1479 sshc->quote_item = data->set.postquote; in ssh_statemach_act()
1495 * 'sshc->quote_item' is already verified to be non-NULL before it in ssh_statemach_act()
1498 char *cmd = sshc->quote_item->data; in ssh_statemach_act()
1674 sshc->quote_item = sshc->quote_item->next; in ssh_statemach_act()
1676 if(sshc->quote_item) { in ssh_statemach_act()
1692 char *cmd = sshc->quote_item->data; in ssh_statemach_act()
H A Dwolfssh.c536 sshc->quote_item = data->set.quote; in wssh_statemach_act()

Completed in 9 milliseconds