Searched refs:recipients (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dsmtp-vrfy.c41 struct curl_slist *recipients = NULL; local
49 recipients = curl_slist_append(recipients, "<recipient@example.com>");
50 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients);
60 /* Free the list of recipients */
61 curl_slist_free_all(recipients);
H A Dsmtp-expn.c38 struct curl_slist *recipients = NULL; local
46 recipients = curl_slist_append(recipients, "Friends");
47 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients);
60 /* Free the list of recipients */
61 curl_slist_free_all(recipients);
H A Dsmtp-mail.c82 struct curl_slist *recipients = NULL; local
100 /* Add two recipients, in this particular case they correspond to the
103 recipients = curl_slist_append(recipients, TO);
104 recipients = curl_slist_append(recipients, CC);
105 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients);
122 /* Free the list of recipients */
123 curl_slist_free_all(recipients);
H A Dsmtp-tls.c83 struct curl_slist *recipients = NULL; local
128 /* Add two recipients, in this particular case they correspond to the
131 recipients = curl_slist_append(recipients, TO);
132 recipients = curl_slist_append(recipients, CC);
133 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients);
155 /* Free the list of recipients */
156 curl_slist_free_all(recipients);
H A Dsmtp-ssl.c83 struct curl_slist *recipients = NULL; local
126 /* Add two recipients, in this particular case they correspond to the
129 recipients = curl_slist_append(recipients, TO);
130 recipients = curl_slist_append(recipients, CC);
131 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients);
153 /* Free the list of recipients */
154 curl_slist_free_all(recipients);
H A Dsmtp-multi.c102 struct curl_slist *recipients = NULL; local
128 /* Add two recipients, in this particular case they correspond to the
131 recipients = curl_slist_append(recipients, TO);
132 recipients = curl_slist_append(recipients, CC);
133 curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, recipients);
205 /* Free the list of recipients */
206 curl_slist_free_all(recipients);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Ddispatch.c90 DBusList *recipients; local
139 recipients = NULL;
142 &recipients))
148 link = _dbus_list_get_first_link (&recipients);
159 link = _dbus_list_get_next_link (&recipients, link);
162 _dbus_list_clear (&recipients);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl302 gratis or for a fee, you must give the recipients all the rights that
314 want its recipients to know that what they have is not the original, so
352 and give any other recipients of the Program a copy of this License
461 restrictions on the recipients' exercise of the rights granted herein.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/dnsmasq/contrib/dnslist/
H A Ddnslist.pl302 gratis or for a fee, you must give the recipients all the rights that
314 want its recipients to know that what they have is not the original, so
352 and give any other recipients of the Program a copy of this License
461 restrictions on the recipients' exercise of the rights granted herein.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmanual.tex196 or for a fee, you must give the recipients all the rights that we gave
199 complete object files to the recipients so that they can relink them
210 want its recipients to know that what they have is not the original
516 restrictions on the recipients' exercise of the rights granted herein.
H A Dmanual2e.tex199 or for a fee, you must give the recipients all the rights that we gave
202 complete object files to the recipients so that they can relink them
213 want its recipients to know that what they have is not the original
519 restrictions on the recipients' exercise of the rights granted herein.

Completed in 69 milliseconds