Home
last modified time | relevance | path

Searched refs:kind (Results 1 – 25 of 33) sorted by relevance

12

/curl/docs/examples/
H A Dhiperfifo.c196 static void event_cb(int fd, short kind, void *userp) in event_cb() argument
202 ((kind & EV_READ) ? CURL_CSELECT_IN : 0) | in event_cb()
203 ((kind & EV_WRITE) ? CURL_CSELECT_OUT : 0); in event_cb()
220 static void timer_cb(int fd, short kind, void *userp) in timer_cb() argument
225 (void)kind; in timer_cb()
252 int kind = in setsock() local
262 event_assign(&f->ev, g->evbase, f->sockfd, kind, event_cb, g); in setsock()
H A Dghiper.c222 GIOCondition kind = in setsock() local
232 f->ev = g_io_add_watch(f->ch, kind, event_cb, g); in setsock()
H A Devhiperfifo.c252 int kind = ((act & CURL_POLL_IN) ? EV_READ : 0) | in setsock() local
260 ev_io_init(&f->ev, event_cb, f->sockfd, kind); in setsock()
H A Dephiperfifo.c272 int kind = ((act & CURL_POLL_IN) ? EPOLLIN : 0) | in setsock() local
285 ev.events = kind; in setsock()
/curl/docs/libcurl/opts/
H A DCURLOPT_MIME_OPTIONS.md50 As an example, consider field or filename *strangename"kind*. When the
52 *strangename%22kind*. When this option is set, it is sent as
53 *strangename"kind*.
H A DCURLSHOPT_UNLOCKFUNC.md41 The *data* argument tells what kind of data libcurl wants to unlock. Make
42 sure that the callback uses a different lock for each kind of data.
H A DCURLSHOPT_LOCKFUNC.md43 The *data* argument tells what kind of data libcurl wants to lock. Make
44 sure that the callback uses a different lock for each kind of data.
H A DCURLOPT_IPRESOLVE.md29 Allows an application to select what kind of IP addresses to use when
H A DCURLOPT_PROXY.md40 The proxy string may be prefixed with [scheme]:// to specify which kind of
75 kind of proxy the string identifies.
H A DCURLOPT_RANGE.md39 *"X-Y,N-M"*. Using this kind of multiple intervals causes the HTTP server
H A DCURLOPT_PRE_PROXY.md41 The pre proxy string should be prefixed with [scheme]:// to specify which kind
H A DCURLOPT_POSTFIELDS.md43 This POST is a normal **application/x-www-form-urlencoded** kind (and
H A DCURLOPT_RTSP_REQUEST.md28 Tell libcurl what kind of RTSP request to make. Pass one of the following RTSP
/curl/src/
H A Dtool_formparse.h42 toolmimekind kind; /* Part kind. */ member
H A Dtool_formparse.c43 toolmimekind kind) in tool_mime_new() argument
48 m->kind = kind; in tool_mime_new()
99 m->kind = TOOLMIME_FILEDATA; in tool_mime_new_filedata()
154 m->kind = TOOLMIME_STDINDATA; in tool_mime_new_filedata()
257 switch(m->kind) { in tool2curlparts()
274 if(!ret && m->kind == TOOLMIME_FILEDATA && !filename) in tool2curlparts()
H A Dtool_paramhlp.c535 static CURLcode checkpasswd(const char *kind, /* for what purpose */ in checkpasswd() argument
566 kind, *userpwd); in checkpasswd()
570 kind, *userpwd, i + 1); in checkpasswd()
H A Dtool_setopt.c450 switch(part->kind) { in libcurl_generate_mime_part()
475 if(part->kind == TOOLMIME_FILEDATA && !filename) { in libcurl_generate_mime_part()
/curl/tests/data/
H A Dtest51742 # for this kind of things.
H A Dtest146259 verbose Options related to any kind of command line output of curl
H A Dtest107041 will be sent in one go as that is kind of the point of this test!
/curl/docs/cmdline-opts/
H A Dntlm.md23 efforts. This kind of behavior should not be endorsed, you should encourage
/curl/lib/
H A Dmime.c811 switch(part->kind) { in read_part_content()
1139 part->kind = MIMEKIND_NONE; in cleanup_part_content()
1211 switch(src->kind) { in Curl_mime_duppart()
1396 part->kind = MIMEKIND_DATA; in curl_mime_data()
1431 part->kind = MIMEKIND_FILE; in curl_mime_filedata()
1525 part->kind = MIMEKIND_CALLBACK; in curl_mime_data_cb()
1568 part->kind = MIMEKIND_MULTIPART; in Curl_mime_set_subparts()
1654 if(part->kind == MIMEKIND_MULTIPART) in mime_size()
1787 switch(part->kind) { in Curl_mime_prepare_headers()
1804 if(part->kind == MIMEKIND_MULTIPART) { in Curl_mime_prepare_headers()
[all …]
H A Dmime.h113 enum mimekind kind; /* The part kind. */ member
/curl/docs/libcurl/
H A Dcurl_easy_cleanup.md42 the protocol is of a kind that requires a command/response sequence before
H A Dcurl_multi_assign.md76 In a typical application you allocate a struct or at least use some kind of

Completed in 47 milliseconds

12