OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcpt_list
(Results
1 - 2
of
2
) sorted by null
/external/curl/tests/libtest/
lib1520.c
76
struct curl_slist *
rcpt_list
= NULL;
local
90
rcpt_list
= curl_slist_append(
rcpt_list
, TO);
92
rcpt_list
= curl_slist_append(
rcpt_list
, "<others@example.com>");
100
test_setopt(curl, CURLOPT_MAIL_RCPT,
rcpt_list
);
107
curl_slist_free_all(
rcpt_list
);
lib1507.c
71
struct curl_slist*
rcpt_list
= NULL;
local
79
rcpt_list
= curl_slist_append(
rcpt_list
, RECIPIENT);
81
rcpt_list
= curl_slist_append(
rcpt_list
, "<others@example.com>");
92
curl_easy_setopt(curl, CURLOPT_MAIL_RCPT,
rcpt_list
);
159
curl_slist_free_all(
rcpt_list
);
Completed in 619 milliseconds