/curl/tests/libtest/ |
H A D | lib1955.c | 52 list = curl_slist_append(list, "test3: 1234"); in test() 56 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 59 curl_slist_append(list, "Content-Type: application/json"); in test() 65 curl_slist_append(list, "test2;"); in test() 70 curl_slist_append(list, "test1:"); in test() 74 curl_slist_append(list, "test0"); in test() 76 curl_slist_append(list, "test_space: t\ts m\t end "); in test() 77 curl_slist_append(list, "tesMixCase: MixCase"); in test()
|
H A D | lib1598.c | 42 nlist = curl_slist_append(*list, "my-super-awesome-trailer: trail1"); in trailers_callback() 44 nlist2 = curl_slist_append(nlist, "my-other-awesome-trailer: trail2"); in trailers_callback() 77 hhl = curl_slist_append(hhl, "Trailer: my-super-awesome-trailer," in test() 82 list = curl_slist_append(hhl, "Transfer-Encoding: chunked"); in test()
|
H A D | lib1964.c | 42 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 49 list = curl_slist_append(list, "Content-Type: application/json"); in test() 50 tmp = curl_slist_append(list, "X-Xxx-Date: 19700101T000000Z"); in test()
|
H A D | lib1956.c | 52 list = curl_slist_append(list, "Content-Type: application/json"); in test() 56 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 59 curl_slist_append(list, "X-Xxx-Content-Sha256: " in test()
|
H A D | lib1957.c | 52 list = curl_slist_append(list, "Content-Type: application/json"); in test() 56 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 59 curl_slist_append(list, "X-Xxx-Content-Sha256: arbitrary"); in test()
|
H A D | lib1958.c | 52 list = curl_slist_append(list, "Content-Type: application/json"); in test() 56 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 59 curl_slist_append(list, "X-Xxx-Content-Sha256: \tarbitrary "); in test()
|
H A D | lib1959.c | 52 list = curl_slist_append(list, "Content-Type: application/json"); in test() 56 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 59 curl_slist_append(list, "X-Xxx-Content-Sha256: " in test()
|
H A D | lib1975.c | 64 list = curl_slist_append(list, "Content-Type: application/json"); in test() 67 curl_slist_append(list, "X-Amz-Content-Sha256: " in test() 71 connect_to = curl_slist_append(connect_to, libtest_arg2); in test()
|
H A D | lib1591.c | 63 nlist = curl_slist_append(*list, "my-super-awesome-trailer: trail1"); in trailers_callback() 65 nlist2 = curl_slist_append(nlist, "my-other-awesome-trailer: trail2"); in trailers_callback() 96 hhl = curl_slist_append(hhl, "Trailer: my-super-awesome-trailer," in test()
|
H A D | lib1526.c | 66 hhl = curl_slist_append(hhl, "User-Agent: Http Agent"); in test() 67 phl = curl_slist_append(phl, "User-Agent: Proxy Agent"); in test() 71 tmp = curl_slist_append(phl, "Expect:"); in test()
|
H A D | lib1933.c | 52 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 55 list = curl_slist_append(list, "Content-Type: application/json"); in test()
|
H A D | lib1934.c | 53 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 56 list = curl_slist_append(list, "Content-Type: application/json"); in test()
|
H A D | lib1935.c | 53 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 56 list = curl_slist_append(list, "Content-Type: application/json"); in test()
|
H A D | lib1936.c | 53 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 56 list = curl_slist_append(list, "Content-Type: application/json"); in test()
|
H A D | lib1937.c | 55 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 58 list = curl_slist_append(list, "Content-Type: application/json"); in test()
|
H A D | lib1973.c | 53 list = curl_slist_append(list, "Content-Type: application/json"); in test() 58 connect_to = curl_slist_append(connect_to, libtest_arg2); in test()
|
H A D | lib1528.c | 49 hhl = curl_slist_append(hhl, "User-Agent: Http Agent"); in test() 50 phl = curl_slist_append(phl, "Proxy-User-Agent: Http Agent2"); in test()
|
H A D | lib1970.c | 54 list = curl_slist_append(list, "Content-Type: application/json"); in test() 59 connect_to = curl_slist_append(connect_to, libtest_arg2); in test()
|
H A D | lib1938.c | 56 connect_to = curl_slist_append(connect_to, libtest_arg2); in test() 59 list = curl_slist_append(list, "Content-Type: application/json"); in test()
|
H A D | lib1971.c | 64 list = curl_slist_append(list, "Content-Type: application/json"); in test() 69 connect_to = curl_slist_append(connect_to, libtest_arg2); in test()
|
H A D | lib1901.c | 77 chunk = curl_slist_append(chunk, "Expect:"); in test() 80 curl_slist_append(chunk, "Transfer-Encoding: chunked"); in test()
|
H A D | lib1972.c | 64 list = curl_slist_append(list, "Content-Type: application/json"); in test() 69 connect_to = curl_slist_append(connect_to, libtest_arg2); in test()
|
/curl/docs/examples/ |
H A D | httpcustomheader.c | 41 chunk = curl_slist_append(chunk, "Accept:"); in main() 44 chunk = curl_slist_append(chunk, "Another: yes"); in main() 47 chunk = curl_slist_append(chunk, "Host: example.com"); in main() 51 chunk = curl_slist_append(chunk, "X-silly-header;"); in main()
|
H A D | smtp-mime.c | 101 recipients = curl_slist_append(recipients, TO); in main() 102 recipients = curl_slist_append(recipients, CC); in main() 110 headers = curl_slist_append(headers, *cpp); in main() 133 slist = curl_slist_append(NULL, "Content-Disposition: inline"); in main()
|
/curl/docs/libcurl/ |
H A D | curl_slist_append.md | 4 Title: curl_slist_append 16 curl_slist_append - add a string to an slist 23 struct curl_slist *curl_slist_append(struct curl_slist *list, 29 curl_slist_append(3) appends a string to a linked list of strings. The 33 returns. curl_slist_append(3) copies the string. 49 slist = curl_slist_append(slist, "pragma:"); 54 temp = curl_slist_append(slist, "Accept:");
|