/curl/lib/ |
H A D | doh.c | 529 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 D | headers.c | 43 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 D | cfilters.c | 167 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 D | krb5.c | 558 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 D | sendf.c | 1271 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 D | hsts.c | 406 i.index = 0; in Curl_hsts_save() 414 i.index++; in Curl_hsts_save()
|
/curl/tests/ |
H A D | ech_combos.py | 33 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 D | lib1940.c | 58 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 D | lib1915.c | 51 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 D | lib1945.c | 40 (int)header->index, (int)header->amount); in showem()
|
/curl/docs/examples/ |
H A D | hsts-preload.c | 44 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 D | header.h | 35 size_t index; /* ... of this instance, 0 or higher */ member 60 size_t index,
|
/curl/packages/vms/ |
H A D | curl_crtl_init.c | 88 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 D | curl_pushheader_bynum.md | 17 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 D | curl_easy_header.md | 29 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 D | libcurl-easy.md | 38 for example. The curl_easy_setopt(3) man page has a full index of the over 300
|
H A D | libcurl-url.md | 118 rc = curl_url_set(urlp, CURLUPART_PATH, "/index.html", 0);
|
/curl/tests/data/ |
H A D | test1200 | 25 Gopher index
|
H A D | test1272 | 29 Gophers index
|
H A D | test1203 | 29 Gopher IPv6 index
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_HSTSWRITEFUNCTION.md | 34 size_t index; /* the provided entry's "index" or count */
|
H A D | CURLOPT_RESUME_FROM.md | 60 /* resume upload at byte index 200 */
|
/curl/src/ |
H A D | tool_writeout_json.c | 135 if(!header->index) { in headerJSON()
|
/curl/packages/OS400/ |
H A D | ccsidcurl.h | 102 size_t index, unsigned int origin,
|
/curl/docs/cmdline-opts/ |
H A D | form.md | 62 curl -F "web=@index.html;type=text/html" example.com
|