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.md19 curl_mime_headers - set a mime part's custom headers
32 curl_mime_headers(3) sets a mime part's custom headers.
34 *part* is the part's handle to assign the custom headers list to.
36 *headers* is the head of a list of custom headers; it may be set to NULL
37 to remove a previously attached custom header list.
43 Setting a part's custom headers list multiple times is valid: only the value
H A Dcurl_ws_meta.md126 struct customdata custom;
127 custom.easy = curl;
128 custom.ptr = NULL;
130 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
H A Dtest9729 HTTP POST with custom content-type
/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 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 proxy.
H A Dmanual.md9 Multi: custom
/curl/docs/libcurl/opts/
H A DCURLMOPT_TIMERDATA.md17 CURLMOPT_TIMERDATA - custom pointer to pass to timer callback
45 void *custom;
51 printf("our ptr: %p\n", mydata->custom);
H A DCURLOPT_CLOSESOCKETDATA.md44 void *custom;
50 printf("our ptr: %p\n", my->custom);
H A DCURLOPT_INTERLEAVEDATA.md44 void *custom;
49 printf("my pointer: %p\n", l->custom);
H A DCURLOPT_FNMATCH_DATA.md45 void *custom;
52 printf("my ptr: %p\n", my->custom);
H A DCURLMOPT_SOCKETDATA.md18 CURLMOPT_SOCKETDATA - custom pointer passed to the socket callback
71 /* ... use socket callback and custom pointer */
H A DCURLOPT_DEBUGDATA.md43 void *custom;
51 printf("our ptr: %p\n", mine->custom);
H A DCURLOPT_FNMATCH_FUNCTION.md56 void *custom;
62 printf("my pointer: %p\n", data->custom);
H A DCURLOPT_CLOSESOCKETFUNCTION.md55 void *custom;
61 printf("our ptr: %p\n", my->custom);
H A DCURLOPT_SSH_HOSTKEYFUNCTION.md45 **clientp** is a custom pointer set with CURLOPT_SSH_HOSTKEYDATA(3).
68 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()
1122 if(imap->custom) in imap_state_select_resp()
1541 Curl_safefree(imap->custom); in imap_done()
2091 if(custom) { in imap_parse_custom_request()
2093 result = Curl_urldecode(custom, 0, &imap->custom, NULL, REJECT_CTRL); in imap_parse_custom_request()
2097 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 32 milliseconds

12345