Searched refs:contents (Results 1 – 25 of 132) sorted by relevance
123456
/curl/tests/data/ |
H A D | test532 | 14 file contents should appear once for each file 17 file contents should appear once for each file 18 file contents should appear once for each file 19 file contents should appear once for each file 20 file contents should appear once for each file
|
H A D | test526 | 14 file contents should appear once for each file 17 file contents should appear once for each file 18 file contents should appear once for each file 19 file contents should appear once for each file 20 file contents should appear once for each file
|
H A D | test527 | 14 file contents should appear once for each file 17 file contents should appear once for each file 18 file contents should appear once for each file 19 file contents should appear once for each file 20 file contents should appear once for each file
|
H A D | test528 | 18 file contents should appear once for each file 21 file contents should appear once for each file 22 file contents should appear once for each file 23 file contents should appear once for each file 24 file contents should appear once for each file
|
H A D | test492 | 41 first %TESTNUMBER contents 44 second %TESTNUMBER contents 59 first %TESTNUMBER contents 67 first %TESTNUMBER contents 75 second %TESTNUMBER contents 83 second %TESTNUMBER contents
|
H A D | test539 | 12 file contents 16 contents for file number two 20 file contents 21 contents for file number two
|
H A D | test202 | 26 contents in a single file 33 contents in a single file 34 contents in a single file
|
H A D | test1512 | 17 file contents should appear once for each file 25 file contents should appear once for each file 33 file contents should appear once for each file 41 file contents should appear once for each file
|
H A D | test1506 | 18 file contents should appear once for each file 26 file contents should appear once for each file 34 file contents should appear once for each file 42 file contents should appear once for each file
|
H A D | test1510 | 18 file contents should appear once for each file 26 file contents should appear once for each file 34 file contents should appear once for each file 42 file contents should appear once for each file
|
H A D | test163 | 30 HTTP multipart formpost with contents from a file 37 contents 65 contents
|
H A D | test1220 | 27 contents in a single file 34 contents in a single file
|
H A D | test2404 | 19 file contents should appear once for each file 27 file contents should appear once for each file 35 file contents should appear once for each file 43 file contents should appear once for each file
|
H A D | test2502 | 19 file contents should appear once for each file 27 file contents should appear once for each file 35 file contents should appear once for each file 43 file contents should appear once for each file
|
H A D | test2402 | 19 file contents should appear once for each file 27 file contents should appear once for each file 35 file contents should appear once for each file 43 file contents should appear once for each file
|
H A D | test1078 | 31 contents 87 contents 96 contents
|
H A D | test6 | 32 http://%HOSTIP:%HTTPPORT/we/want/that/page/%TESTNUMBER -b "name=contents;name2=content2" -b name3=c… 46 Cookie: name=contents;name2=content2;name3=content3
|
H A D | test218 | 35 just some tiny teeny contents 54 just some tiny teeny contents
|
H A D | test330 | 23 contents 33 contents 53 contents
|
/curl/tests/libtest/ |
H A D | lib3207.c | 46 struct curl_slist *contents; member 49 static size_t write_memory_callback(char *contents, size_t size, in write_memory_callback() argument 61 memcpy(data, contents, realsize); in write_memory_callback() 63 item_append = curl_slist_append(mem->contents, data); in write_memory_callback() 66 mem->contents = item_append; in write_memory_callback() 207 ctx[i].contents = NULL; in test() 217 struct curl_slist *item = ctx[i].contents; in test() 223 curl_slist_free_all(ctx[i].contents); in test()
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_CURLU.md | 41 libcurl uses this handle and its contents read-only and does not change its 42 contents. An application can update the contents of the URL handle after a 44 updated contents is used.
|
/curl/docs/libcurl/ |
H A D | curl_mime_filedata.md | 21 curl_mime_filedata - set a mime part's body data from a file contents 35 file's contents. This is an alternative to curl_mime_data(3) for setting 38 *part* is the part's to assign contents to. 41 be NULL to detach the previous part contents settings. Filename storage can 48 The contents of the file is read during the file transfer in a streaming 56 Setting a part's contents multiple times is valid: only the value set by the
|
H A D | curl_mime_data.md | 36 *part* is the mime part to assign contents to, created with 46 Setting a part's contents multiple times is valid: only the value set by the 47 last call is retained. It is possible to unassign part's contents by setting 72 curl_mime_data(part, "raw contents to send", CURL_ZERO_TERMINATED);
|
/curl/docs/examples/ |
H A D | getinmemory.c | 42 WriteMemoryCallback(void *contents, size_t size, size_t nmemb, void *userp) in WriteMemoryCallback() argument 55 memcpy(&(mem->memory[mem->size]), contents, realsize); in WriteMemoryCallback()
|
H A D | postinmemory.c | 39 WriteMemoryCallback(void *contents, size_t size, size_t nmemb, void *userp) in WriteMemoryCallback() argument 52 memcpy(&(mem->memory[mem->size]), contents, realsize); in WriteMemoryCallback()
|
Completed in 26 milliseconds
123456