Home
last modified time | relevance | path

Searched refs:out_head (Results 1 – 25 of 95) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/common/service_worker/
H A Dservice_worker_loader_helpers.cc54 network::mojom::URLResponseHead* out_head) { in SaveResponseHeaders() argument
72 if (out_head->mime_type.empty()) { in SaveResponseHeaders()
75 out_head->mime_type = mime_type; in SaveResponseHeaders()
80 if (out_head->charset.empty()) { in SaveResponseHeaders()
82 if (out_head->headers->GetCharset(&charset)) in SaveResponseHeaders()
83 out_head->charset = charset; in SaveResponseHeaders()
88 if (out_head->content_length == -1) in SaveResponseHeaders()
89 out_head->content_length = out_head->headers->GetContentLength(); in SaveResponseHeaders()
95 network::mojom::URLResponseHead* out_head) { in SaveResponseInfo() argument
96 out_head->was_fetched_via_service_worker = true; in SaveResponseInfo()
[all …]
H A Dservice_worker_loader_helpers.h33 network::mojom::URLResponseHead* out_head);
36 network::mojom::URLResponseHead* out_head);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/common/service_worker/
H A Dservice_worker_loader_helpers.cc108 if (out_head->mime_type.empty()) { in SaveResponseHeaders()
111 out_head->mime_type = mime_type; in SaveResponseHeaders()
116 if (out_head->charset.empty()) { in SaveResponseHeaders()
119 out_head->charset = charset; in SaveResponseHeaders()
124 if (out_head->content_length == -1) in SaveResponseHeaders()
125 out_head->content_length = out_head->headers->GetContentLength(); in SaveResponseHeaders()
144 out_head->headers.get(), in SaveResponseHeaders()
157 if (out_head->headers && in SaveResponseHeaders()
160 out_head->cross_origin_opener_policy = in SaveResponseHeaders()
175 out_head->is_in_cache_storage = in SaveResponseInfo()
[all …]
H A Dservice_worker_loader_helpers.h33 network::mojom::URLResponseHead* out_head);
36 network::mojom::URLResponseHead* out_head);
/dports/www/p5-CGI-SpeedyCGI/CGI-SpeedyCGI-2.22/speedy_dump/
H A Dspeedy_dump.pl14 sub out_head { my $name = shift; subroutine
19 &out_head($name, @{$struct->dump});
33 &out_head('Free Slot List');
51 &out_head('FE Running');
56 &out_head('Group List');
63 &out_head('Name');
67 &out_head('Script List');
71 &out_head('FE Wait List');
75 &out_head('BE List');
/dports/security/seal/SEAL-3.7.2/native/src/seal/util/
H A Dztools.cpp162 seal_byte *out_head = temp_out.begin(); in zlib_deflate_array_inplace() local
203 out_head += temp_out_size; in zlib_deflate_array_inplace()
232 out_head = temp_out.begin(); in zlib_deflate_array_inplace()
257 out_head += process_bytes_out; in zlib_deflate_array_inplace()
283 out_head = in.begin() + bytes_written_to_in; in zlib_deflate_array_inplace()
284 memcpy(out_head, temp_out.cbegin(), bytes_in_temp_out); in zlib_deflate_array_inplace()
535 seal_byte *out_head = temp_out.begin(); in zstd_deflate_array_inplace() local
577 out_head += temp_out_size; in zstd_deflate_array_inplace()
606 out_head = temp_out.begin(); in zstd_deflate_array_inplace()
627 out_head += process_bytes_out; in zstd_deflate_array_inplace()
[all …]
/dports/net-im/telegram-purple/telegram-purple-1.4.3/
H A Dtgp-net.c123 if (!c->out_head) { in tgln_write_out()
125 c->out_head = c->out_tail = b; in tgln_write_out()
345 struct connection_buffer *b = c->out_head; in fail_connection()
371 while (c->out_head) { in try_write()
372 int r = send (c->fd, (const char *)c->out_head->rptr, c->out_head->wptr - c->out_head->rptr, 0); in try_write()
375 c->out_head->rptr += r; in try_write()
376 if (c->out_head->rptr != c->out_head->wptr) { in try_write()
379 struct connection_buffer *b = c->out_head; in try_write()
380 c->out_head = b->next; in try_write()
381 if (!c->out_head) { in try_write()
[all …]
/dports/net-im/telegram-cli/tg-20200106/tgl/
H A Dtgl-net.c138 if (!c->out_head) { in tgln_write_out()
140 c->out_head = c->out_tail = b; in tgln_write_out()
402 struct connection_buffer *b = c->out_head; in fail_connection()
428 while (c->out_head) { in try_write()
429 int r = write (c->fd, c->out_head->rptr, c->out_head->wptr - c->out_head->rptr); in try_write()
432 c->out_head->rptr += r; in try_write()
433 if (c->out_head->rptr != c->out_head->wptr) { in try_write()
436 struct connection_buffer *b = c->out_head; in try_write()
437 c->out_head = b->next; in try_write()
438 if (!c->out_head) { in try_write()
[all …]
/dports/net-im/telegram-purple/telegram-purple-1.4.3/tgl/
H A Dtgl-net.c138 if (!c->out_head) { in tgln_write_out()
140 c->out_head = c->out_tail = b; in tgln_write_out()
402 struct connection_buffer *b = c->out_head; in fail_connection()
428 while (c->out_head) { in try_write()
429 int r = write (c->fd, c->out_head->rptr, c->out_head->wptr - c->out_head->rptr); in try_write()
432 c->out_head->rptr += r; in try_write()
433 if (c->out_head->rptr != c->out_head->wptr) { in try_write()
436 struct connection_buffer *b = c->out_head; in try_write()
437 c->out_head = b->next; in try_write()
438 if (!c->out_head) { in try_write()
[all …]
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/tools/sptool/
H A Dsptool.c302 struct arg_list *out_head = NULL; in main() local
323 append_user_input(&out_head, optarg); in main()
338 freelist(out_head); in main()
344 out_list = out_head; in main()
357 freelist(out_head); in main()
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/tools/sptool/
H A Dsptool.c302 struct arg_list *out_head = NULL; in main() local
323 append_user_input(&out_head, optarg); in main()
338 freelist(out_head); in main()
344 out_list = out_head; in main()
357 freelist(out_head); in main()
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/tools/sptool/
H A Dsptool.c302 struct arg_list *out_head = NULL; in main() local
323 append_user_input(&out_head, optarg); in main()
338 freelist(out_head); in main()
344 out_list = out_head; in main()
357 freelist(out_head); in main()
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/tools/sptool/
H A Dsptool.c302 struct arg_list *out_head = NULL; in main() local
323 append_user_input(&out_head, optarg); in main()
338 freelist(out_head); in main()
344 out_list = out_head; in main()
357 freelist(out_head); in main()
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/tools/sptool/
H A Dsptool.c302 struct arg_list *out_head = NULL; in main() local
323 append_user_input(&out_head, optarg); in main()
338 freelist(out_head); in main()
344 out_list = out_head; in main()
357 freelist(out_head); in main()
/dports/emulators/qemu42/qemu-4.2.1/include/standard-headers/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_ring.h101 uint32_t max_elems, uint32_t *out_head) in pvrdma_idx_ring_has_data() argument
108 *out_head = head & (max_elems - 1); in pvrdma_idx_ring_has_data()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/standard-headers/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_ring.h101 uint32_t max_elems, uint32_t *out_head) in pvrdma_idx_ring_has_data() argument
108 *out_head = head & (max_elems - 1); in pvrdma_idx_ring_has_data()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_ring.h101 __u32 max_elems, __u32 *out_head) in pvrdma_idx_ring_has_data() argument
108 *out_head = head & (max_elems - 1); in pvrdma_idx_ring_has_data()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_ring.h101 __u32 max_elems, __u32 *out_head) in pvrdma_idx_ring_has_data() argument
108 *out_head = head & (max_elems - 1); in pvrdma_idx_ring_has_data()
/dports/emulators/qemu5/qemu-5.2.0/include/standard-headers/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_ring.h101 uint32_t max_elems, uint32_t *out_head) in pvrdma_idx_ring_has_data() argument
108 *out_head = head & (max_elems - 1); in pvrdma_idx_ring_has_data()
/dports/emulators/qemu-utils/qemu-4.2.1/include/standard-headers/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_ring.h101 uint32_t max_elems, uint32_t *out_head) in pvrdma_idx_ring_has_data() argument
108 *out_head = head & (max_elems - 1); in pvrdma_idx_ring_has_data()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/standard-headers/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_ring.h101 uint32_t max_elems, uint32_t *out_head) in pvrdma_idx_ring_has_data() argument
108 *out_head = head & (max_elems - 1); in pvrdma_idx_ring_has_data()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/standard-headers/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_ring.h101 uint32_t max_elems, uint32_t *out_head) in pvrdma_idx_ring_has_data() argument
108 *out_head = head & (max_elems - 1); in pvrdma_idx_ring_has_data()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_ring.h101 __u32 max_elems, __u32 *out_head) in pvrdma_idx_ring_has_data() argument
108 *out_head = head & (max_elems - 1); in pvrdma_idx_ring_has_data()
/dports/devel/etl/synfig-1.2.2/synfig-osx/launcher/
H A Dx-list.c279 x_list *out_head, *out; in list_sort_1() local
306 out = out_head = mid, mid = mid->next; in list_sort_1()
308 out = out_head = lst, lst = lst->next; in list_sort_1()
323 return out_head; in list_sort_1()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xquartz/xpr/
H A Dx-list.c260 x_list *out_head, *out; in list_sort_1() local
287 out = out_head = mid, mid = mid->next; in list_sort_1()
289 out = out_head = lst, lst = lst->next; in list_sort_1()
304 return out_head; in list_sort_1()

1234