Searched refs:quote_item (Results 1 – 4 of 4) sorted by relevance
150 struct curl_slist *quote_item; /* for the quote option */ member
997 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()
975 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()
539 sshc->quote_item = data->set.quote; in wssh_statemach_act()
Completed in 22 milliseconds