/external/curl/tests/libtest/ |
lib554.c | 175 test_setopt(curl, CURLOPT_URL, URL); 178 test_setopt(curl, CURLOPT_POST, 1L); 181 test_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)pooh.sizeleft); 184 test_setopt(curl, CURLOPT_READFUNCTION, read_callback); 187 test_setopt(curl, CURLOPT_HTTPPOST, formpost); 190 test_setopt(curl, CURLOPT_VERBOSE, 1L); 193 test_setopt(curl, CURLOPT_HEADER, 1L);
|
lib576.c | 112 test_setopt(handle, CURLOPT_URL, URL); 113 test_setopt(handle, CURLOPT_WILDCARDMATCH, 1L); 114 test_setopt(handle, CURLOPT_CHUNK_BGN_FUNCTION, chunk_bgn); 115 test_setopt(handle, CURLOPT_CHUNK_END_FUNCTION, chunk_end); 116 test_setopt(handle, CURLOPT_CHUNK_DATA, &chunk_data);
|
lib652.c | 97 test_setopt(curl, CURLOPT_URL, URL); 100 test_setopt(curl, CURLOPT_MAIL_FROM, "somebody@example.com"); 103 test_setopt(curl, CURLOPT_MAIL_RCPT, recipients); 106 test_setopt(curl, CURLOPT_MIMEPOST, mime); 109 test_setopt(curl, CURLOPT_VERBOSE, 1L);
|
lib500.c | 78 test_setopt(curl, CURLOPT_URL, URL); 79 test_setopt(curl, CURLOPT_HEADER, 1L); 83 test_setopt(curl, CURLOPT_DEBUGDATA, &libtest_debug_config); 84 test_setopt(curl, CURLOPT_DEBUGFUNCTION, libtest_debug_cb); 85 test_setopt(curl, CURLOPT_VERBOSE, 1L); 88 test_setopt(curl, CURLOPT_FTPPORT, "-");
|
libauthretry.c | 44 test_setopt(curl, CURLOPT_URL, full_url); 45 test_setopt(curl, CURLOPT_VERBOSE, 1L); 46 test_setopt(curl, CURLOPT_HEADER, 1L); 47 test_setopt(curl, CURLOPT_HTTPGET, 1L); 48 test_setopt(curl, CURLOPT_USERPWD, userpwd); 49 test_setopt(curl, CURLOPT_HTTPAUTH, auth_scheme);
|
lib650.c | 185 test_setopt(curl, CURLOPT_URL, URL); 188 test_setopt(curl, CURLOPT_HTTPPOST, formpost); 191 test_setopt(curl, CURLOPT_VERBOSE, 1L); 194 test_setopt(curl, CURLOPT_HEADER, 1L);
|
lib654.c | 94 test_setopt(easy, CURLOPT_URL, URL); 97 test_setopt(easy, CURLOPT_VERBOSE, 1L); 100 test_setopt(easy, CURLOPT_HEADER, 1L); 123 test_setopt(easy, CURLOPT_MIMEPOST, mime);
|
lib643.c | 229 test_setopt(curl, CURLOPT_URL, URL); 232 test_setopt(curl, CURLOPT_MIMEPOST, mime); 235 test_setopt(curl, CURLOPT_VERBOSE, 1L); 238 test_setopt(curl, CURLOPT_HEADER, 1L);
|
lib586.c | 211 test_setopt(curl, CURLOPT_URL, url); 213 test_setopt(curl, CURLOPT_SHARE, share);
|
lib509.c | 132 test_setopt(curl, CURLOPT_USERAGENT, "test509"); /* uses strdup() */
|
lib518.c | 498 test_setopt(curl, CURLOPT_URL, URL); 499 test_setopt(curl, CURLOPT_HEADER, 1L);
|
lib537.c | 500 test_setopt(curl, CURLOPT_URL, URL); 501 test_setopt(curl, CURLOPT_HEADER, 1L);
|
test.h | 47 #define test_setopt(A,B,C) \ macro
|