Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh.h120 struct curl_slist *quote_item; /* for the quote option */ member
Dssh.c1196 sshc->quote_item = data->set.quote; in ssh_statemach_act()
1207 sshc->quote_item = data->set.postquote; in ssh_statemach_act()
1223 char *cmd = sshc->quote_item->data; in ssh_statemach_act()
1394 if(!sshc->quote_item) { in ssh_statemach_act()
1403 sshc->quote_item = sshc->quote_item->next; in ssh_statemach_act()
1405 if(sshc->quote_item) { in ssh_statemach_act()
1421 char *cmd = sshc->quote_item->data; in ssh_statemach_act()