Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh.h126 struct curl_slist *quote_item; /* for the quote option */ member
Dssh-libssh.c864 sshc->quote_item = data->set.quote; in myssh_statemach_act()
875 sshc->quote_item = data->set.postquote; in myssh_statemach_act()
892 sshc->quote_item = sshc->quote_item->next; in myssh_statemach_act()
894 if(sshc->quote_item) { in myssh_statemach_act()
2492 char *cmd = sshc->quote_item->data; in sftp_quote()
2665 char *cmd = sshc->quote_item->data; in sftp_quote_stat()
Dssh.c1127 sshc->quote_item = data->set.quote; in ssh_statemach_act()
1138 sshc->quote_item = data->set.postquote; in ssh_statemach_act()
1157 char *cmd = sshc->quote_item->data; in ssh_statemach_act()
1334 sshc->quote_item = sshc->quote_item->next; in ssh_statemach_act()
1336 if(sshc->quote_item) { in ssh_statemach_act()
1352 char *cmd = sshc->quote_item->data; in ssh_statemach_act()