Home
last modified time | relevance | path

Searched refs:custom (Results 1 – 25 of 106) sorted by relevance

12345

/curl/docs/libcurl/
H A Dcurl_mime_headers.md18 curl_mime_headers - set a mime part's custom headers
31 curl_mime_headers(3) sets a mime part's custom headers.
33 *part* is the part's handle to assign the custom headers list to.
35 *headers* is the head of a list of custom headers; it may be set to NULL
36 to remove a previously attached custom header list.
42 Setting a part's custom headers list multiple times is valid: only the value
H A Dcurl_ws_meta.md123 struct customdata custom;
124 custom.easy = curl;
125 custom.ptr = NULL;
127 curl_easy_setopt(curl, CURLOPT_WRITEDATA, &custom);
/curl/tests/data/
H A Dtest135 HTTP custom request
15 blabla custom request result
25 HTTP custom request 'DELETE'
H A Dtest54076 http://test.remote.example.com/path/%TESTNUMBER http://%HOSTIP:%HTTPPORT silly:person custom.set.ho…
84 Host: custom.set.host.name
89 Host: custom.set.host.name
95 Host: custom.set.host.name
100 Host: custom.set.host.name
H A Dtest95025 SMTP VRFY with custom request
28 # the custom request just does it lowercase to remain the same command
H A Dtest67723 IMAP with CONNECT_ONLY, custom command then exit
H A Dtest159327 HTTP custom header overrides CURLOPT_TIMECONDITION
H A Dtest84133 IMAP custom request doesn't check continuation data
/curl/docs/cmdline-opts/
H A Drequest.md26 Specifies a custom request method to use when communicating with the HTTP
46 Specifies a custom FTP command to use instead of *LIST* when doing file lists
50 Specifies a custom POP3 command to use instead of *LIST* or *RETR*.
54 Specifies a custom IMAP command to use instead of *LIST*. (Added in 7.30.0)
57 Specifies a custom SMTP command to use instead of *HELP* or **VRFY**. (Added in 7.34.0)
H A Dmanual.md9 Multi: custom
H A Dheader.md7 Help: Pass custom header(s) to server
32 custom header that has the same name as one of the internal ones curl would
37 the right side of the colon, as in: -H `Host:`. If you send the custom header
55 You need --proxy-header to send custom headers intended for an HTTP
H A Dhelp.md10 Multi: custom
/curl/docs/libcurl/opts/
H A DCURLMOPT_TIMERDATA.md16 CURLMOPT_TIMERDATA - custom pointer to pass to timer callback
42 void *custom;
48 printf("our ptr: %p\n", mydata->custom);
H A DCURLOPT_FNMATCH_DATA.md42 void *custom;
49 printf("my ptr: %p\n", my->custom);
H A DCURLOPT_INTERLEAVEDATA.md41 void *custom;
46 printf("my pointer: %p\n", l->custom);
H A DCURLOPT_CLOSESOCKETDATA.md41 void *custom;
47 printf("our ptr: %p\n", my->custom);
H A DCURLMOPT_SOCKETDATA.md17 CURLMOPT_SOCKETDATA - custom pointer passed to the socket callback
68 /* ... use socket callback and custom pointer */
H A DCURLOPT_DEBUGDATA.md40 void *custom;
48 printf("our ptr: %p\n", mine->custom);
H A DCURLOPT_FNMATCH_FUNCTION.md53 void *custom;
59 printf("my pointer: %p\n", data->custom);
H A DCURLOPT_CLOSESOCKETFUNCTION.md52 void *custom;
58 printf("our ptr: %p\n", my->custom);
H A DCURLOPT_SSH_HOSTKEYFUNCTION.md44 **clientp** is a custom pointer set with CURLOPT_SSH_HOSTKEYDATA(3).
65 void *custom;
/curl/lib/
H A Dimap.c289 (imap->custom && !imap_matchresp(line, len, imap->custom) && in imap_endofresp()
296 !strcasecompare(imap->custom, "LSUB") && in imap_endofresp()
297 !strcasecompare(imap->custom, "UID") && in imap_endofresp()
299 !strcasecompare(imap->custom, "NOOP"))) in imap_endofresp()
652 if(imap->custom) in imap_perform_list()
1123 if(imap->custom) in imap_state_select_resp()
1543 Curl_safefree(imap->custom); in imap_done()
2093 if(custom) { in imap_parse_custom_request()
2095 result = Curl_urldecode(custom, 0, &imap->custom, NULL, REJECT_CTRL); in imap_parse_custom_request()
2099 const char *params = imap->custom; in imap_parse_custom_request()
[all …]
H A Dsmtp.h58 char *custom; /* Custom Request */ member
H A Dpop3.h57 char *custom; /* Custom Request */ member
H A Dimap.h67 char *custom; /* Custom request */ member

Completed in 35 milliseconds

12345