Lines Matching defs:quote
106 struct curl_slist *quote);
1537 /* This is called after the TYPE and possible quote commands have been sent */
1646 bool quote = FALSE;
1652 item = data->set.quote;
1695 quote = TRUE;
1699 if(!quote) {
1700 /* No more quote to send, continue to ... */
2886 "quote-doubling" convention).
2889 /* scan for the first double-quote for non-standard responses */
2898 /* "quote-doubling" */
3450 * Where a 'quote' means a list of custom commands to send to the server.
3451 * The quote list is passed as an argument.
3458 struct connectdata *conn, struct curl_slist *quote)
3464 item = quote;