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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/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 82 milliseconds