Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh.h117 struct curl_slist *quote_item; /* for the quote option */ member
Dssh.c1176 sshc->quote_item = data->set.quote; in ssh_statemach_act()
1187 sshc->quote_item = data->set.postquote; in ssh_statemach_act()
1203 char *cmd = sshc->quote_item->data; in ssh_statemach_act()
1368 if(!sshc->quote_item) { in ssh_statemach_act()
1377 sshc->quote_item = sshc->quote_item->next; in ssh_statemach_act()
1379 if(sshc->quote_item) { in ssh_statemach_act()
1395 char *cmd = sshc->quote_item->data; in ssh_statemach_act()