Home
last modified time | relevance | path

Searched defs:recipients (Results 1 – 15 of 15) sorted by relevance

/external/curl/docs/examples/
Dsmtp-expn.c44 struct curl_slist *recipients = NULL; in main() local
Dsmtp-vrfy.c47 struct curl_slist *recipients = NULL; in main() local
Dsmtp-mime.c77 struct curl_slist *recipients = NULL; in main() local
Dsmtp-tls.c90 struct curl_slist *recipients = NULL; in main() local
Dsmtp-ssl.c90 struct curl_slist *recipients = NULL; in main() local
Dsmtp-mail.c93 struct curl_slist *recipients = NULL; in main() local
Dsmtp-authzid.c96 struct curl_slist *recipients = NULL; in main() local
Dsmtp-multi.c109 struct curl_slist *recipients = NULL; in main() local
/external/autotest/site_utils/
Dgmail_lib.py209 recipients = [] variable
219 recipients = args.recipients variable
Dlab_inventory.py900 def _send_email(arguments, tag, subject, recipients, body): argument
/external/curl/tests/libtest/
Dlib652.c34 struct curl_slist *recipients = NULL; in test() local
/external/libwebsockets/include/libwebsockets/
Dlws-jose.h128 int recipients; /* count of used recipient[] entries */ member
/external/icing/icing/schema/
Dsection-manager_test.cc116 auto recipients = type.add_properties(); in CreateEmailTypeConfig() local
/external/python/cpython2/Lib/
Dsmtplib.py112 def __init__(self, recipients): argument
/external/python/cpython3/Lib/
Dsmtplib.py124 def __init__(self, recipients): argument