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

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dssh.h117 struct curl_slist *quote_item; /* for the quote option */ member in struct:ssh_conn
H A Dssh.c1141 sshc->quote_item = data->set.quote;
1152 sshc->quote_item = data->set.postquote;
1168 char *cmd = sshc->quote_item->data;
1333 if(!sshc->quote_item) {
1342 sshc->quote_item = sshc->quote_item->next;
1344 if(sshc->quote_item) {
1360 char *cmd = sshc->quote_item->data;

Completed in 177 milliseconds