Home
last modified time | relevance | path

Searched refs:contents (Results 1 – 25 of 130) sorted by relevance

123456

/curl/tests/data/
H A Dtest52614 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 Dtest52714 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 Dtest53214 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 Dtest52818 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 Dtest49241 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 Dtest53912 file contents
16 contents for file number two
20 file contents
21 contents for file number two
H A Dtest20226 contents in a single file
33 contents in a single file
34 contents in a single file
H A Dtest151217 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 Dtest151018 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 Dtest150618 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 Dtest250219 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 Dtest16330 HTTP multipart formpost with contents from a file
37 contents
65 contents
H A Dtest122027 contents in a single file
34 contents in a single file
H A Dtest240219 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 Dtest240419 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 Dtest107831 contents
87 contents
96 contents
H A Dtest632 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 Dtest21835 just some tiny teeny contents
54 just some tiny teeny contents
H A Dtest33023 contents
33 contents
53 contents
/curl/tests/libtest/
H A Dlib3207.c46 struct curl_slist *contents; member
49 static size_t write_memory_callback(void *contents, size_t size, in write_memory_callback() argument
60 memcpy(data, contents, realsize); in write_memory_callback()
62 item_append = curl_slist_append(mem->contents, data); in write_memory_callback()
65 mem->contents = item_append; in write_memory_callback()
206 ctx[i].contents = NULL; in test()
216 struct curl_slist *item = ctx[i].contents; in test()
222 curl_slist_free_all(ctx[i].contents); in test()
/curl/docs/libcurl/opts/
H A DCURLOPT_CURLU.md41 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 Dcurl_mime_filedata.md21 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 Dcurl_mime_data.md36 *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 Dgetinmemory.c42 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 Dpostinmemory.c39 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 27 milliseconds

123456