Home
last modified time | relevance | path

Searched defs:ent (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_acktr.c31 static void acktr_entry_init(ngtcp2_acktr_entry *ent, int64_t pkt_num, in acktr_entry_init()
38 int ngtcp2_acktr_entry_objalloc_new(ngtcp2_acktr_entry **ent, int64_t pkt_num, in ngtcp2_acktr_entry_objalloc_new()
51 void ngtcp2_acktr_entry_objalloc_del(ngtcp2_acktr_entry *ent, in ngtcp2_acktr_entry_objalloc_del()
109 ngtcp2_acktr_entry *ent, *prev_ent, *delent; in ngtcp2_acktr_add() local
196 void ngtcp2_acktr_forget(ngtcp2_acktr *acktr, ngtcp2_acktr_entry *ent) { in ngtcp2_acktr_forget()
221 ngtcp2_acktr_ack_entry *ent = ngtcp2_ringbuf_push_front(&acktr->acks); in ngtcp2_acktr_add_ack() local
235 ngtcp2_acktr_entry *ent) { in acktr_remove()
243 ngtcp2_acktr_entry *ent; in acktr_on_ack() local
272 ngtcp2_acktr_ack_entry *ent; in ngtcp2_acktr_recv_ack() local
Dngtcp2_pv.c76 ngtcp2_pv_entry *ent; in ngtcp2_pv_add_entry() local
94 ngtcp2_pv_entry *ent; in ngtcp2_pv_validate() local
113 ngtcp2_pv_entry *ent; in ngtcp2_pv_handle_entry_expiry() local
135 ngtcp2_pv_entry *ent; in ngtcp2_pv_validation_timed_out() local
152 ngtcp2_pv_entry *ent; in ngtcp2_pv_next_expiry() local
Dngtcp2_rtb.c252 static void rtb_entry_init(ngtcp2_rtb_entry *ent, const ngtcp2_pkt_hd *hd, in rtb_entry_init()
283 void ngtcp2_rtb_entry_objalloc_del(ngtcp2_rtb_entry *ent, in ngtcp2_rtb_entry_objalloc_del()
343 static void rtb_on_add(ngtcp2_rtb *rtb, ngtcp2_rtb_entry *ent, in rtb_on_add()
365 static size_t rtb_on_remove(ngtcp2_rtb *rtb, ngtcp2_rtb_entry *ent, in rtb_on_remove()
428 ngtcp2_rtb_entry *ent) { in rtb_reclaim_frame()
591 ngtcp2_rtb_entry *ent) { in conn_process_lost_datagram()
614 ngtcp2_rtb_entry *ent, ngtcp2_conn_stat *cstat, in rtb_on_pkt_lost()
687 int ngtcp2_rtb_add(ngtcp2_rtb *rtb, ngtcp2_rtb_entry *ent, in ngtcp2_rtb_add()
706 ngtcp2_rtb_entry **pent, ngtcp2_rtb_entry *ent, in rtb_remove()
749 static int rtb_process_acked_pkt(ngtcp2_rtb *rtb, ngtcp2_rtb_entry *ent, in rtb_process_acked_pkt()
[all …]
Dngtcp2_opl.c29 void ngtcp2_opl_push(ngtcp2_opl *opl, ngtcp2_opl_entry *ent) { in ngtcp2_opl_push()
35 ngtcp2_opl_entry *ent = opl->head; in ngtcp2_opl_pop() local
Dngtcp2_rst.c59 void ngtcp2_rst_on_pkt_sent(ngtcp2_rst *rst, ngtcp2_rtb_entry *ent, in ngtcp2_rst_on_pkt_sent()
114 void ngtcp2_rst_update_rate_sample(ngtcp2_rst *rst, const ngtcp2_rtb_entry *ent, in ngtcp2_rst_update_rate_sample()
/third_party/nghttp2/src/
Dshrpx_downstream_queue.cc46 auto &ent = p.second; in ~DownstreamQueue() local
87 auto &ent = find_host_entry(make_host_key(downstream)); in mark_active() local
94 auto &ent = find_host_entry(make_host_key(downstream)); in mark_blocked() local
108 auto &ent = (*itr).second; in can_activate() local
113 bool remove_host_entry_if_empty(const DownstreamQueue::HostEntry &ent, in remove_host_entry_if_empty()
132 auto &ent = find_host_entry(host); in remove_and_get_blocked() local
Dshrpx_dns_tracker.cc86 void DNSTracker::update_entry(ResolverEntry &ent, in update_entry()
167 auto &ent = (*p.first).second; in resolve() local
178 auto &ent = (*it).second; in resolve() local
257 void DNSTracker::add_to_qlist(ResolverEntry &ent, DNSQuery *dnsq) { in add_to_qlist()
294 auto &ent = (*it).second; in cancel() local
314 auto &ent = (*it).second; in gc() local
/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_opl.c30 void nghttp3_opl_push(nghttp3_opl *opl, nghttp3_opl_entry *ent) { in nghttp3_opl_push()
36 nghttp3_opl_entry *ent = opl->head; in nghttp3_opl_pop() local
Dnghttp3_qpack.c744 static void qpack_map_insert(nghttp3_qpack_map *map, nghttp3_qpack_entry *ent) { in qpack_map_insert()
759 static void qpack_map_remove(nghttp3_qpack_map *map, nghttp3_qpack_entry *ent) { in qpack_map_remove()
782 nghttp3_qpack_entry *ent = nghttp3_qpack_context_dtable_get(ctx, absidx); in qpack_context_can_reference() local
872 nghttp3_qpack_entry *ent; in qpack_context_free() local
987 nghttp3_qpack_entry *ent; in nghttp3_qpack_encoder_shrink_dtable() local
1395 nghttp3_qpack_entry *ent = in qpack_encoder_can_index_duplicate() local
1410 nghttp3_qpack_entry *ent = nghttp3_qpack_context_dtable_get(ctx, absidx); in qpack_context_check_draining() local
1587 nghttp3_qpack_static_entry *ent; in nghttp3_qpack_lookup_stable() local
2025 nghttp3_qpack_entry *new_ent, **p, *ent; in nghttp3_qpack_context_dtable_add() local
2121 nghttp3_qpack_entry *ent; in nghttp3_qpack_encoder_dtable_dynamic_add() local
[all …]
/third_party/mesa3d/src/mapi/
Dmapi_abi.py253 def need_entry_point(self, ent): argument
278 def _c_function(self, ent, prefix, mangle=False, stringify=False): argument
290 def _c_function_call(self, ent, prefix): argument
303 def _c_decl(self, ent, prefix, mangle=False, export=''): argument
314 def _c_cast(self, ent): argument
599 def _override_for_api(self, ent): argument
631 def _override_for_api(self, ent): argument
/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dhasmntopt.c30 struct mntent ent; in hasmntopt_0100() local
45 struct mntent ent; in hasmntopt_0200() local
/third_party/libuv/src/unix/
Dbsd-ifaddrs.c38 static int uv__ifaddr_exclude(struct ifaddrs *ent, int exclude_type) { in uv__ifaddr_exclude()
70 struct ifaddrs* ent; in uv_interface_addresses() local
/third_party/node/deps/uv/src/unix/
Dbsd-ifaddrs.c38 static int uv__ifaddr_exclude(struct ifaddrs *ent, int exclude_type) { in uv__ifaddr_exclude()
70 struct ifaddrs* ent; in uv_interface_addresses() local
/third_party/nghttp2/tests/
Dnghttp2_pq_test.c34 nghttp2_pq_entry ent; member
40 string_entry *ent; in string_entry_new() local
50 static void string_entry_del(string_entry *ent) { free(ent); } in string_entry_del()
121 nghttp2_pq_entry ent; member
/third_party/glslang/glslang/MachineIndependent/
Diomapper.cpp88 TVarEntryInfo ent = {base->getId(), base, ! traverseAll}; in visitSymbol() local
127 TVarEntryInfo ent = { base->getId() }; in visitSymbol() local
201 TVarEntryInfo& ent = entKey.second; in operator ()() local
258 TVarEntryInfo& ent = entKey.second; in operator ()() local
489 int TDefaultIoResolverBase::resolveSet(EShLanguage /*stage*/, TVarEntryInfo& ent) { in resolveSet()
501 int TDefaultIoResolverBase::resolveUniformLocation(EShLanguage /*stage*/, TVarEntryInfo& ent) { in resolveUniformLocation()
531 int TDefaultIoResolverBase::resolveInOutLocation(EShLanguage stage, TVarEntryInfo& ent) { in resolveInOutLocation()
565 int TDefaultIoResolverBase::resolveInOutComponent(EShLanguage /*stage*/, TVarEntryInfo& ent) { in resolveInOutComponent()
569 int TDefaultIoResolverBase::resolveInOutIndex(EShLanguage /*stage*/, TVarEntryInfo& ent) { return e… in resolveInOutIndex()
610 int TDefaultGlslIoResolver::resolveInOutLocation(EShLanguage stage, TVarEntryInfo& ent) { in resolveInOutLocation()
[all …]
/third_party/node/deps/openssl/openssl/crypto/x509/
Dby_dir.c151 static void by_dir_entry_free(BY_DIR_ENTRY *ent) in by_dir_entry_free()
183 BY_DIR_ENTRY *ent; in add_cert_dir() local
268 BY_DIR_ENTRY *ent; in get_cert_by_subject_ex() local
/third_party/openssl/crypto/x509/
Dby_dir.c151 static void by_dir_entry_free(BY_DIR_ENTRY *ent) in by_dir_entry_free()
183 BY_DIR_ENTRY *ent; in add_cert_dir() local
268 BY_DIR_ENTRY *ent; in get_cert_by_subject_ex() local
/third_party/node/deps/nghttp2/lib/
Dnghttp2_hd.c487 void nghttp2_hd_entry_init(nghttp2_hd_entry *ent, nghttp2_hd_nv *nv) { in nghttp2_hd_entry_init()
501 void nghttp2_hd_entry_free(nghttp2_hd_entry *ent) { in nghttp2_hd_entry_free()
533 static void hd_map_insert(nghttp2_hd_map *map, nghttp2_hd_entry *ent) { in hd_map_insert()
577 static void hd_map_remove(nghttp2_hd_map *map, nghttp2_hd_entry *ent) { in hd_map_remove()
645 nghttp2_hd_entry *ent = hd_ringbuf_get(ringbuf, i); in hd_ringbuf_free() local
654 nghttp2_hd_entry *ent, nghttp2_mem *mem) { in hd_ringbuf_push_front()
1115 nghttp2_hd_entry *ent = hd_ringbuf_get(&context->hd_table, idx); in add_hd_table_incremental() local
1176 const nghttp2_hd_static_entry *ent; in search_static_table() local
1201 const nghttp2_hd_entry *ent; in search_hd_table() local
1232 nghttp2_hd_entry *ent = hd_ringbuf_get(&context->hd_table, idx); in hd_context_shrink_table_size() local
[all …]
/third_party/nghttp2/lib/
Dnghttp2_hd.c487 void nghttp2_hd_entry_init(nghttp2_hd_entry *ent, nghttp2_hd_nv *nv) { in nghttp2_hd_entry_init()
501 void nghttp2_hd_entry_free(nghttp2_hd_entry *ent) { in nghttp2_hd_entry_free()
533 static void hd_map_insert(nghttp2_hd_map *map, nghttp2_hd_entry *ent) { in hd_map_insert()
577 static void hd_map_remove(nghttp2_hd_map *map, nghttp2_hd_entry *ent) { in hd_map_remove()
645 nghttp2_hd_entry *ent = hd_ringbuf_get(ringbuf, i); in hd_ringbuf_free() local
654 nghttp2_hd_entry *ent, nghttp2_mem *mem) { in hd_ringbuf_push_front()
1115 nghttp2_hd_entry *ent = hd_ringbuf_get(&context->hd_table, idx); in add_hd_table_incremental() local
1176 const nghttp2_hd_static_entry *ent; in search_static_table() local
1201 const nghttp2_hd_entry *ent; in search_hd_table() local
1232 nghttp2_hd_entry *ent = hd_ringbuf_get(&context->hd_table, idx); in hd_context_shrink_table_size() local
[all …]
/third_party/ltp/testcases/kernel/syscalls/readdir/
Dreaddir01.c46 struct dirent *ent; in verify_readdir() local
/third_party/ltp/testcases/kernel/mem/hugetlb/lib/
Dhugetlb.c88 struct passwd *ent; in getuserid() local
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl_sg01.c44 struct dirent *ent; in find_generic_scsi_device() local
/third_party/openssl/providers/implementations/rands/
Ddrbg_hmac.c123 const unsigned char *ent, size_t ent_len, in drbg_hmac_instantiate()
168 const unsigned char *ent, size_t ent_len, in drbg_hmac_reseed()
176 const unsigned char *ent, size_t ent_len, in drbg_hmac_reseed_wrapper()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
Ddrbg_hmac.c123 const unsigned char *ent, size_t ent_len, in drbg_hmac_instantiate()
168 const unsigned char *ent, size_t ent_len, in drbg_hmac_reseed()
176 const unsigned char *ent, size_t ent_len, in drbg_hmac_reseed_wrapper()
/third_party/ltp/testcases/kernel/syscalls/setsockopt/
Dsetsockopt03.c39 struct ipt_entry ent; member

12345