Home
last modified time | relevance | path

Searched refs:index (Results 1 – 25 of 35) sorted by relevance

12

/curl/lib/
H A Ddoh.c529 return (unsigned short)((doh[index] << 8) | doh[index + 1]); in doh_get16bit()
536 doh += index; in doh_get32bit()
615 index++; in doh_store_cname()
627 index += length; in doh_store_cname()
745 index += 2; in doh_resp_decode()
752 index += 2; in doh_resp_decode()
760 index += 4; in doh_resp_decode()
766 index += 2; in doh_resp_decode()
792 index += 2; in doh_resp_decode()
814 index += 2; in doh_resp_decode()
[all …]
H A Dheaders.c43 size_t index, in copy_header_external() argument
52 h->index = index; in copy_header_external()
138 size_t index = 0; in curl_easy_nextheader() local
180 index = amount - 1; in curl_easy_nextheader()
183 copy_header_external(hs, index, amount, pick, in curl_easy_nextheader()
424 size_t index, in curl_easy_header() argument
431 (void)index; in curl_easy_header()
H A Dcfilters.c167 struct connectdata *conn, int index) in Curl_conn_cf_discard_all() argument
169 Curl_conn_cf_discard_chain(&conn->cfilter[index], data); in Curl_conn_cf_discard_all()
172 void Curl_conn_close(struct Curl_easy *data, int index) in Curl_conn_close() argument
178 cf = data->conn->cfilter[index]; in Curl_conn_close()
182 Curl_shutdown_clear(data, index); in Curl_conn_close()
310 int index, in Curl_conn_cf_add() argument
318 cf->next = conn->cfilter[index]; in Curl_conn_cf_add()
320 cf->sockindex = index; in Curl_conn_cf_add()
321 conn->cfilter[index] = cf; in Curl_conn_cf_add()
H A Dkrb5.c558 buf->index = 0; in read_data()
566 if(size - buf->index < len) in buffer_read()
567 len = size - buf->index; in buffer_read()
568 memcpy(data, Curl_dyn_ptr(&buf->buf) + buf->index, len); in buffer_read()
569 buf->index += len; in buffer_read()
920 conn->in_buffer.index = 0; in Curl_sec_end()
H A Dsendf.c1271 size_t index; member
1280 size_t nread = ctx->blen - ctx->index; in cr_buf_read()
1290 memcpy(buf, ctx->buf + ctx->index, nread); in cr_buf_read()
1292 ctx->index += nread; in cr_buf_read()
1293 *peos = (ctx->index == ctx->blen); in cr_buf_read()
1305 return ctx->index > 0; in cr_buf_needs_rewind()
1326 if(ctx->index) in cr_buf_resume_from()
1367 ctx->index = 0; in Curl_creader_set_buf()
H A Dhsts.c406 i.index = 0; in Curl_hsts_save()
414 i.index++; in Curl_hsts_save()
/curl/tests/
H A Dech_combos.py33 def CombinationRepetitionUtil(chosen, arr, badarr, index, argument
38 if index == r:
65 chosen[index] = arr[start]
70 CombinationRepetitionUtil(chosen, arr, badarr, index + 1,
72 CombinationRepetitionUtil(chosen, arr, badarr, index,
/curl/tests/libtest/
H A Dlib1940.c58 size_t index = 0; in showem() local
62 (int)index, (int)amount); in showem()
64 if(++index == amount) in showem()
66 if(CURLHE_OK != curl_easy_header(easy, testdata[i], index, type, in showem()
H A Dlib1915.c51 int index; member
62 host = preload_hosts[s->index].name; in hstsread()
63 expire = preload_hosts[s->index++].exp; in hstsread()
92 printf("[%zu/%zu] %s %s\n", i->index, i->total, e->name, e->expire); in hstswrite()
H A Dlib1945.c40 (int)header->index, (int)header->amount); in showem()
/curl/docs/examples/
H A Dhsts-preload.c44 int index; member
56 host = preload_hosts[s->index].name; in hstsread()
57 expire = preload_hosts[s->index++].exp; in hstsread()
75 printf("[%u/%u] %s %s\n", (unsigned int)i->index, (unsigned int)i->total, in hstswrite()
/curl/include/curl/
H A Dheader.h35 size_t index; /* ... of this instance, 0 or higher */ member
60 size_t index,
/curl/packages/vms/
H A Dcurl_crtl_init.c88 int decc$feature_set_value (int index, int mode, int value);
189 int index; in set_feature_default() local
191 index = decc$feature_get_index(name); in set_feature_default()
193 if(index > 0) in set_feature_default()
194 decc$feature_set_value (index, 0, value); in set_feature_default()
/curl/docs/libcurl/
H A Dcurl_pushheader_bynum.md17 curl_pushheader_bynum - get a push header by index
33 It returns the value for the header field at the given index **num**, for
H A Dcurl_easy_header.md29 size_t index,
41 *index* 0 means asking for the first instance of the header. If the returned
43 instances of the same header name available to get. Asking for a too big index
87 size_t index;
105 **index** is the zero based entry number of this particular header, which in
H A Dlibcurl-easy.md38 for example. The curl_easy_setopt(3) man page has a full index of the over 300
H A Dlibcurl-url.md118 rc = curl_url_set(urlp, CURLUPART_PATH, "/index.html", 0);
/curl/tests/data/
H A Dtest120025 Gopher index
H A Dtest127229 Gophers index
H A Dtest120329 Gopher IPv6 index
/curl/docs/libcurl/opts/
H A DCURLOPT_HSTSWRITEFUNCTION.md34 size_t index; /* the provided entry's "index" or count */
H A DCURLOPT_RESUME_FROM.md60 /* resume upload at byte index 200 */
/curl/src/
H A Dtool_writeout_json.c135 if(!header->index) { in headerJSON()
/curl/packages/OS400/
H A Dccsidcurl.h102 size_t index, unsigned int origin,
/curl/docs/cmdline-opts/
H A Dform.md62 curl -F "web=@index.html;type=text/html" example.com

Completed in 36 milliseconds

12