Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 25 of 10776) sorted by relevance

12345678910>>...432

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/loader/
H A DBUILD.gn26 "fetch/bytes_consumer.h",
42 "fetch/fetch_context.h",
46 "fetch/fetch_utils.cc",
47 "fetch/fetch_utils.h",
48 "fetch/https_state.cc",
49 "fetch/https_state.h",
53 "fetch/memory_cache.h",
56 "fetch/preload_key.h",
58 "fetch/raw_resource.h",
59 "fetch/resource.cc",
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/loader/
H A DBUILD.gn30 "fetch/bytes_consumer.h",
48 "fetch/fetch_context.h",
52 "fetch/fetch_utils.cc",
53 "fetch/fetch_utils.h",
54 "fetch/https_state.cc",
55 "fetch/https_state.h",
61 "fetch/memory_cache.h",
64 "fetch/preload_key.h",
66 "fetch/raw_resource.h",
67 "fetch/resource.cc",
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/fetch/
H A Dto_memory.cpp30 assert(fetch); in main()
32 assert(fetch->url); in main()
37 assert(fetch->numBytes == fetch->totalBytes); in main()
57 assert(fetch); in main()
59 … dataOffset: %llu, numBytes: %llu, totalBytes: %llu\n", fetch->dataOffset, fetch->numBytes, fetch-… in main()
61 …printf("Downloading.. %.2f%% complete.\n", (fetch->dataOffset + fetch->numBytes) * 100.0 / fetch->… in main()
69 if (fetch->dataOffset + fetch->numBytes == fetch->totalBytes) ++result; in main()
70 assert(fetch->dataOffset + fetch->numBytes <= fetch->totalBytes); in main()
71 assert(fetch->url); in main()
82 assert(fetch); in main()
[all …]
H A Dcached_xhr.cpp21 assert(fetch->numBytes == fetch->totalBytes); in fetchFromIndexedDB()
22 assert(fetch->data != 0); in fetchFromIndexedDB()
24 emscripten_fetch_close(fetch); in fetchFromIndexedDB()
33 if (fetch->totalBytes > 0) { in fetchFromIndexedDB()
34 …printf("Downloading.. %.2f%% complete.\n", (fetch->dataOffset + fetch->numBytes) * 100.0 / fetch->… in fetchFromIndexedDB()
36 printf("Downloading.. %lld bytes complete.\n", fetch->dataOffset + fetch->numBytes); in fetchFromIndexedDB()
50 assert(fetch->numBytes == fetch->totalBytes); in main()
51 assert(fetch->data != 0); in main()
60 …printf("Downloading.. %.2f%% complete.\n", (fetch->dataOffset + fetch->numBytes) * 100.0 / fetch->… in main()
62 printf("Downloading.. %lld bytes complete.\n", fetch->dataOffset + fetch->numBytes); in main()
[all …]
H A Dstream_file.cpp26 assert(fetch->numBytes == 0); in main()
27 assert(fetch->totalBytes == 134217728); in main()
29 emscripten_fetch_close(fetch); in main()
38 …(fetch->totalBytes > 0) ? ((fetch->dataOffset + fetch->numBytes) * 100.0 / fetch->totalBytes) : (d… in main()
40 fetch->dataOffset, in main()
41 fetch->dataOffset + fetch->numBytes); in main()
42 assert(fetch->data != 0); in main()
43 assert(fetch->numBytes > 0); in main()
44 assert(fetch->dataOffset + fetch->numBytes <= fetch->totalBytes); in main()
45 assert(fetch->totalBytes <= 134217728); in main()
[all …]
H A Dexample_stream_async_xhr.cpp10 void downloadSucceeded(emscripten_fetch_t *fetch) in downloadSucceeded() argument
12 printf("Finished downloading %llu bytes from URL %s.\n", fetch->numBytes, fetch->url); in downloadSucceeded()
17 void downloadFailed(emscripten_fetch_t *fetch) in downloadFailed() argument
19 printf("Downloading %s failed, HTTP failure status code: %d.\n", fetch->url, fetch->status); in downloadFailed()
20 emscripten_fetch_close(fetch); // Also free data on failure. in downloadFailed()
23 void downloadProgress(emscripten_fetch_t *fetch) in downloadProgress() argument
27fetch->url, (fetch->totalBytes > 0) ? ((fetch->dataOffset + fetch->numBytes) * 100.0 / fetch->tota… in downloadProgress()
28 (fetch->totalBytes > 0) ? "%" : " bytes", in downloadProgress()
29 fetch->readyState, fetch->status, fetch->statusText, in downloadProgress()
30 fetch->dataOffset, fetch->dataOffset + fetch->numBytes); in downloadProgress()
[all …]
H A Dexample_xhr_progress.cpp10 void downloadSucceeded(emscripten_fetch_t *fetch) in downloadSucceeded() argument
12 printf("Finished downloading %llu bytes from URL %s.\n", fetch->numBytes, fetch->url); in downloadSucceeded()
14 emscripten_fetch_close(fetch); // Free data associated with the fetch. in downloadSucceeded()
17 void downloadFailed(emscripten_fetch_t *fetch) in downloadFailed() argument
19 printf("Downloading %s failed, HTTP failure status code: %d.\n", fetch->url, fetch->status); in downloadFailed()
20 emscripten_fetch_close(fetch); // Also free data on failure. in downloadFailed()
23 void downloadProgress(emscripten_fetch_t *fetch) in downloadProgress() argument
27fetch->url, (fetch->totalBytes > 0) ? ((fetch->dataOffset + fetch->numBytes) * 100.0 / fetch->tota… in downloadProgress()
28 (fetch->totalBytes > 0) ? "%" : " bytes", in downloadProgress()
29 fetch->readyState, fetch->status, fetch->statusText, in downloadProgress()
[all …]
H A Dto_indexeddb.cpp21 assert(fetch); in main()
23 assert(fetch->url); in main()
25 assert(fetch->id != 0); in main()
27 assert(fetch->totalBytes == 6407); in main()
28 emscripten_fetch_close(fetch); in main()
37 assert(fetch); in main()
38 if (fetch->status != 200) return; in main()
39 if (fetch->totalBytes > 0) { in main()
40 …printf("Downloading.. %.2f%% complete.\n", (fetch->dataOffset + fetch->numBytes) * 100.0 / fetch->… in main()
42 printf("Downloading.. %lld bytes complete.\n", fetch->dataOffset + fetch->numBytes); in main()
[all …]
/dports/dns/dnsdbflex/dnsdbflex-1.0.6/
H A Dnetio.c92 CREATE(fetch, sizeof *fetch); in create_fetch()
104 curl_easy_setopt(fetch->easy, CURLOPT_URL, fetch->url); in create_fetch()
118 fetch->hdrs = curl_slist_append(fetch->hdrs, jsonl_header); in create_fetch()
121 curl_easy_setopt(fetch->easy, CURLOPT_WRITEDATA, fetch); in create_fetch()
122 curl_easy_setopt(fetch->easy, CURLOPT_PRIVATE, fetch); in create_fetch()
133 fetch->query->fetch = fetch; in create_fetch()
174 assert(fetch == fetch->query->fetch); in fetch_unlink()
175 fetch->query->fetch = NULL; in fetch_unlink()
220 fetch->buf = realloc(fetch->buf, fetch->len + bytes); in writer_func()
221 memcpy(fetch->buf + fetch->len, ptr, bytes); in writer_func()
[all …]
/dports/www/squid/squid-4.15/src/
H A Dpeer_digest.cc374 fetch->sc = storeClientListAdd(e, fetch); in peerDigestRequest()
444 retsize = peerDigestFetchReply(fetch, fetch->buf, fetch->bufofs); in peerDigestHandleReply()
448 retsize = peerDigestSwapInHeaders(fetch, fetch->buf, fetch->bufofs); in peerDigestHandleReply()
452 retsize = peerDigestSwapInCBlock(fetch, fetch->buf, fetch->bufofs); in peerDigestHandleReply()
456 retsize = peerDigestSwapInMask(fetch, fetch->buf, fetch->bufofs); in peerDigestHandleReply()
480 memmove(fetch->buf, fetch->buf + retsize, fetch->bufofs - newsize); in peerDigestHandleReply()
555 storeUnregister(fetch->sc, fetch->entry, fetch); in peerDigestFetchReply()
559 fetch->entry = fetch->old_entry; in peerDigestFetchReply()
571 storeUnregister(fetch->old_sc, fetch->old_entry, fetch); in peerDigestFetchReply()
891 storeUnregister(fetch->old_sc, fetch->old_entry, fetch); in peerDigestFetchFinish()
[all …]
/dports/mail/dbmail/dbmail-3.2.5/test-scripts/imap/
H A Dfetch-body3 ok fetch 1 rfc822.header
4 * 1 fetch (rfc822.header $hdr1)
5 ok fetch 1 body.peek[header]
14 ok fetch 1 rfc822.text
15 * 1 fetch (rfc822.text {{{
20 * 1 fetch (flags (\seen))
24 ok fetch 2 rfc822
25 * 2 fetch (rfc822 $full2)
26 * 2 fetch (flags (\seen))
28 ok fetch 3 (body[])
[all …]
H A Dfetch6 ok fetch 1:3 uid
7 * 1 fetch (uid $uid1)
8 * 2 fetch (uid $uid2)
9 * 3 fetch (uid $uid3)
11 ok fetch 3:1 uid
16 ok fetch 1,* uid
20 ok fetch * uid
23 ok fetch *:1 uid
49 ok fetch 1 full
51 ok fetch 1 all
[all …]
/dports/devel/emscripten/emscripten-2.0.3/system/lib/fetch/
H A Demscripten_fetch.cpp91 if (!fetch) in emscripten_fetch()
174 return fetch; in emscripten_fetch()
179 if (!fetch) in emscripten_fetch_wait()
227 if (!fetch) in emscripten_fetch_close()
236 if (fetch->id == 0 || fetch->readyState > 4) in emscripten_fetch_close()
244 fetch->__attributes.onerror(fetch); in emscripten_fetch_close()
247 fetch_free(fetch); in emscripten_fetch_close()
252 if (!fetch || fetch->readyState < 2) return 0; in emscripten_fetch_get_response_headers_length()
258 if (!fetch || fetch->readyState < 2) return 0; in emscripten_fetch_get_response_headers()
314 fetch->id = 0; in fetch_free()
[all …]
/dports/www/netsurf/netsurf-3.10/content/
H A Dfetch.c89 struct fetch { struct
149 static bool fetch_dispatch_job(struct fetch *fetch) in fetch_dispatch_job() argument
462 struct fetch *fetch; in fetch_start() local
466 fetch = calloc(1, sizeof (*fetch)); in fetch_start()
536 fetch->fetcher_handle = fetchers[fetch->fetcherd].ops.setup(fetch, url, in fetch_start()
643 void fetch_change_callback(struct fetch *fetch, in fetch_change_callback() argument
653 long fetch_http_code(struct fetch *fetch) in fetch_http_code() argument
803 fetch->callback(msg, fetch->p); in fetch_send_callback()
808 void fetch_remove_from_queues(struct fetch *fetch) in fetch_remove_from_queues() argument
815 fetch, in fetch_remove_from_queues()
[all …]
/dports/chinese/fcitx-cloudpinyin/fcitx-cloudpinyin-0.3.6/src/
H A Dfetch.c40 fetch->curlm = curl_multi_init(); in FetchThread()
41 if (fetch->curlm == NULL) in FetchThread()
59 FetchProcessEvent(fetch); in FetchThread()
61 FD_ZERO(&fetch->rfds); in FetchThread()
62 FD_ZERO(&fetch->wfds); in FetchThread()
63 FD_ZERO(&fetch->efds); in FetchThread()
65 FD_SET(fetch->pipeRecv, &fetch->rfds); in FetchThread()
66 fetch->maxfd = fetch->pipeRecv; in FetchThread()
75 if (maxfd > fetch->maxfd) in FetchThread()
76 fetch->maxfd = maxfd; in FetchThread()
[all …]
/dports/dns/dnsdbq/dnsdbq-2.6.0/
H A Dnetio.c92 CREATE(fetch, sizeof *fetch); in create_fetch()
104 curl_easy_setopt(fetch->easy, CURLOPT_URL, fetch->url); in create_fetch()
124 curl_easy_setopt(fetch->easy, CURLOPT_WRITEDATA, fetch); in create_fetch()
125 curl_easy_setopt(fetch->easy, CURLOPT_PRIVATE, fetch); in create_fetch()
137 fetch->next = fetch->query->fetches; in create_fetch()
138 fetch->query->fetches = fetch; in create_fetch()
174 if (query->fetches == fetch && fetch->next == NULL) in fetch_done()
189 fetch->query->fetches = fetch->next; in fetch_unlink()
297 fetch->buf = realloc(fetch->buf, fetch->len + bytes); in writer_func()
298 memcpy(fetch->buf + fetch->len, ptr, bytes); in writer_func()
[all …]
/dports/misc/openvdb/openvdb-9.0.0/nanovdb/nanovdb/util/
H A DSampleFromVoxels.h767 … quarter * (fetch(2, 2, 0) - fetch(0, 2, 0) - fetch(2, 0, 0) + fetch(0, 0, 0)), in stencil()
771 … quarter * (fetch(2, 2, 1) - fetch(0, 2, 1) - fetch(2, 0, 1) + fetch(0, 0, 1)), in stencil()
778 … quarter * (fetch(2, 0, 2) - fetch(0, 0, 2) - fetch(2, 0, 0) + fetch(0, 0, 0)), in stencil()
791 …eighth * (fetch(1, 1, 1) - fetch(-1, 1, 1) - fetch(1, -1, 1) + fetch(-1, -1, 1) - fetch(1, 1, -1) … in stencil()
792 …eighth * (fetch(2, 1, 1) - fetch(0, 1, 1) - fetch(2, -1, 1) + fetch(0, -1, 1) - fetch(2, 1, -1) + in stencil()
793 …eighth * (fetch(1, 2, 1) - fetch(-1, 2, 1) - fetch(1, 0, 1) + fetch(-1, 0, 1) - fetch(1, 2, -1) + in stencil()
794 …eighth * (fetch(2, 2, 1) - fetch(0, 2, 1) - fetch(2, 0, 1) + fetch(0, 0, 1) - fetch(2, 2, -1) + fe… in stencil()
795 …eighth * (fetch(1, 1, 2) - fetch(-1, 1, 2) - fetch(1, -1, 2) + fetch(-1, -1, 2) - fetch(1, 1, 0) +… in stencil()
796 …eighth * (fetch(2, 1, 2) - fetch(0, 1, 2) - fetch(2, -1, 2) + fetch(0, -1, 2) - fetch(2, 1, 0) + f… in stencil()
797 …eighth * (fetch(1, 2, 2) - fetch(-1, 2, 2) - fetch(1, 0, 2) + fetch(-1, 0, 2) - fetch(1, 2, 0) + f… in stencil()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/workers/test/serviceworkers/
H A Dmochitest.ini25 fetch/index.html
27 fetch/fetch_tests.js
28 fetch/deliver-gzip.sjs
29 fetch/redirect.sjs
30 fetch/real-file.txt
39 fetch/context/ping.html
44 fetch/context/xml.xml
47 fetch/hsts/image.html
54 fetch/https/index.html
78 fetch/interrupt.sjs
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/serviceworkers/test/
H A Dmochitest.ini25 fetch/index.html
27 fetch/fetch_tests.js
28 fetch/deliver-gzip.sjs
29 fetch/redirect.sjs
30 fetch/real-file.txt
39 fetch/context/ping.html
40 fetch/context/worker.js
44 fetch/context/xml.xml
50 fetch/hsts/image.html
81 fetch/interrupt.sjs
[all …]
/dports/www/p5-URI-Fetch/URI-Fetch-0.13/lib/URI/
H A DFetch.pm24 sub fetch { subroutine
65 return $fetch;
90 $fetch->uri($uri);
92 $fetch->http_response($res);
98 $fetch->status(URI_GONE);
99 $fetch->uri(undef);
100 return $fetch;
107 return $fetch;
112 $fetch->status(URI_OK);
130 $fetch->content($content);
[all …]
/dports/net/p5-VM-EC2/VM-EC2-1.28/lib/VM/EC2/Instance/
H A DMetadata.pm280 sub imageId { shift->fetch('ami-id') }
281 sub imageLaunchIndex { shift->fetch('ami-launch-index') }
282 sub amiManifestPath { shift->fetch('ami-manifest-path')}
286 sub instanceAction { shift->fetch('instance-action') }
287 sub instanceId { shift->fetch('instance-id') }
288 sub instanceType { shift->fetch('instance-type') }
289 sub localHostname { shift->fetch('local-hostname') }
343 my @keys = split /\s+/,$self->fetch('public-keys');
350 return JSON::from_json($self->fetch('iam/info'));
355 return $self->fetch('iam/security-credentials');
[all …]
/dports/databases/akonadi/akonadi-21.12.3/autotests/libs/
H A Dcachetest.cpp49 QVERIFY(!fetch->exec()); in testRetrievalErrorBurst()
69 AKVERIFYEXEC(fetch); in testResourceRetrievalOnFetch()
70 QCOMPARE(fetch->items().count(), 1); in testResourceRetrievalOnFetch()
71 item = fetch->items().first(); in testResourceRetrievalOnFetch()
82 item = fetch->items().first(); in testResourceRetrievalOnFetch()
91 AKVERIFYEXEC(fetch); in testResourceRetrievalOnFetch()
93 item = fetch->items().first(); in testResourceRetrievalOnFetch()
115 AKVERIFYEXEC(fetch); in testResourceRetrievalOnCopy()
117 item = fetch->items().first(); in testResourceRetrievalOnCopy()
132 AKVERIFYEXEC(fetch); in testResourceRetrievalOnCopy()
[all …]
/dports/www/firefox/firefox-99.0/dom/serviceworkers/test/
H A Dmochitest-common.ini25 fetch/index.html
27 fetch/fetch_tests.js
28 fetch/deliver-gzip.sjs
29 fetch/redirect.sjs
30 fetch/real-file.txt
34 fetch/hsts/hsts_test.js
35 fetch/hsts/embedder.html
36 fetch/hsts/image.html
43 fetch/https/index.html
67 fetch/interrupt.sjs
[all …]
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/tests/progs/test_data/
H A Dtest.icount12 fetch 0
24 fetch 1
26 fetch 1
28 fetch 1
30 fetch 1
32 fetch 1
34 fetch 1
54 fetch 2
56 fetch 2
58 fetch 2
[all …]
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/tests/progs/test_data/
H A Dtest.icount12 fetch 0
24 fetch 1
26 fetch 1
28 fetch 1
30 fetch 1
32 fetch 1
34 fetch 1
54 fetch 2
56 fetch 2
58 fetch 2
[all …]

12345678910>>...432