/third_party/nghttp2/src/ |
D | shrpx_downstream_queue.cc | 46 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
|
D | shrpx_dns_tracker.cc | 84 void DNSTracker::update_entry(ResolverEntry &ent, in update_entry() 164 auto &ent = (*p.first).second; in resolve() local 175 auto &ent = (*it).second; in resolve() local 253 void DNSTracker::add_to_qlist(ResolverEntry &ent, DNSQuery *dnsq) { in add_to_qlist() 290 auto &ent = (*it).second; in cancel() local 310 auto &ent = (*it).second; in gc() local
|
/third_party/e2fsprogs/tests/progs/ |
D | test_rel.c | 94 struct ext2_block_relocate_entry *ent) in display_brel_entry() 104 struct ext2_inode_relocate_entry *ent, in display_irel_entry() 177 struct ext2_block_relocate_entry ent; in do_brel_put() local 218 struct ext2_block_relocate_entry ent; in do_brel_get() local 256 struct ext2_block_relocate_entry ent; in do_brel_next() local 278 struct ext2_block_relocate_entry ent; in do_brel_dump() local 386 struct ext2_inode_relocate_entry ent; in do_irel_put() local 422 struct ext2_inode_relocate_entry ent; in do_irel_get() local 448 struct ext2_inode_relocate_entry ent; in do_irel_get_by_orig() local 488 struct ext2_inode_relocate_entry ent; in do_irel_next() local [all …]
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
D | hasmntopt.c | 30 struct mntent ent; in hasmntopt_0100() local 45 struct mntent ent; in hasmntopt_0200() local
|
/third_party/mesa3d/src/mapi/ |
D | mapi_abi.py | 253 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/libuv/src/unix/ |
D | bsd-ifaddrs.c | 38 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/ |
D | nghttp2_pq_test.c | 32 nghttp2_pq_entry ent; member 38 string_entry *ent; in string_entry_new() local 48 static void string_entry_del(string_entry *ent) { free(ent); } in string_entry_del() 119 nghttp2_pq_entry ent; member
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | brel_ma.c | 106 struct ext2_block_relocate_entry *ent) in bma_put() 118 struct ext2_block_relocate_entry *ent) in bma_get() 138 struct ext2_block_relocate_entry *ent) in bma_next()
|
D | irel.h | 103 #define ext2fs_irel_put(irel, old, ent) ((irel)->put((irel), old, ent)) argument 104 #define ext2fs_irel_get(irel, old, ent) ((irel)->get((irel), old, ent)) argument 105 #define ext2fs_irel_get_by_orig(irel, orig, old, ent) \ argument 108 #define ext2fs_irel_next(irel, old, ent) ((irel)->next((irel), old, ent)) argument
|
D | brel.h | 79 #define ext2fs_brel_put(brel, old, ent) ((brel)->put((brel), old, ent)) argument 80 #define ext2fs_brel_get(brel, old, ent) ((brel)->get((brel), old, ent)) argument 82 #define ext2fs_brel_next(brel, old, ent) ((brel)->next((brel), old, ent)) argument
|
/third_party/e2fsprogs/resize/ |
D | extent.c | 83 struct ext2_extent_entry *ent; in ext2fs_add_extent_entry() local 200 struct ext2_extent_entry *ent; in ext2fs_extent_dump() local 222 struct ext2_extent_entry *ent; in ext2fs_iterate_extent() local
|
/third_party/glslang/glslang/MachineIndependent/ |
D | iomapper.cpp | 88 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/e2fsprogs/util/ |
D | subst.c | 54 struct subst_entry *ent = 0; in add_subst() local 80 struct subst_entry *ent; in fetch_subst_entry() local 138 struct subst_entry *ent; in substitute_line() local
|
/third_party/openssl/crypto/x509/ |
D | by_dir.c | 136 static void by_dir_entry_free(BY_DIR_ENTRY *ent) in by_dir_entry_free() 168 BY_DIR_ENTRY *ent; in add_cert_dir() local 252 BY_DIR_ENTRY *ent; in get_cert_by_subject() local
|
/third_party/ltp/testcases/kernel/syscalls/readdir/ |
D | readdir01.c | 46 struct dirent *ent; in verify_readdir() local
|
/third_party/grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_table.cc | 203 grpc_mdelem ent = grpc_static_mdelem_manifested()[i]; in grpc_chttp2_hptbl_find() local 214 grpc_mdelem ent = tbl->ents[(tbl->first_ent + i) % tbl->cap_entries]; in grpc_chttp2_hptbl_find() local
|
/third_party/nghttp2/lib/ |
D | nghttp2_hd.c | 482 void nghttp2_hd_entry_init(nghttp2_hd_entry *ent, nghttp2_hd_nv *nv) { in nghttp2_hd_entry_init() 496 void nghttp2_hd_entry_free(nghttp2_hd_entry *ent) { in nghttp2_hd_entry_free() 528 static void hd_map_insert(nghttp2_hd_map *map, nghttp2_hd_entry *ent) { in hd_map_insert() 572 static void hd_map_remove(nghttp2_hd_map *map, nghttp2_hd_entry *ent) { in hd_map_remove() 640 nghttp2_hd_entry *ent = hd_ringbuf_get(ringbuf, i); in hd_ringbuf_free() local 649 nghttp2_hd_entry *ent, nghttp2_mem *mem) { in hd_ringbuf_push_front() 1110 nghttp2_hd_entry *ent = hd_ringbuf_get(&context->hd_table, idx); in add_hd_table_incremental() local 1171 const nghttp2_hd_static_entry *ent; in search_static_table() local 1196 const nghttp2_hd_entry *ent; in search_hd_table() local 1227 nghttp2_hd_entry *ent = hd_ringbuf_get(&context->hd_table, idx); in hd_context_shrink_table_size() local [all …]
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_hd.c | 482 void nghttp2_hd_entry_init(nghttp2_hd_entry *ent, nghttp2_hd_nv *nv) { in nghttp2_hd_entry_init() 496 void nghttp2_hd_entry_free(nghttp2_hd_entry *ent) { in nghttp2_hd_entry_free() 528 static void hd_map_insert(nghttp2_hd_map *map, nghttp2_hd_entry *ent) { in hd_map_insert() 572 static void hd_map_remove(nghttp2_hd_map *map, nghttp2_hd_entry *ent) { in hd_map_remove() 640 nghttp2_hd_entry *ent = hd_ringbuf_get(ringbuf, i); in hd_ringbuf_free() local 649 nghttp2_hd_entry *ent, nghttp2_mem *mem) { in hd_ringbuf_push_front() 1110 nghttp2_hd_entry *ent = hd_ringbuf_get(&context->hd_table, idx); in add_hd_table_incremental() local 1171 const nghttp2_hd_static_entry *ent; in search_static_table() local 1196 const nghttp2_hd_entry *ent; in search_hd_table() local 1227 nghttp2_hd_entry *ent = hd_ringbuf_get(&context->hd_table, idx); in hd_context_shrink_table_size() local [all …]
|
/third_party/ltp/testcases/kernel/mem/hugetlb/lib/ |
D | hugetlb.c | 88 struct passwd *ent; in getuserid() local
|
/third_party/boost/boost/multi_index/detail/ |
D | index_matcher.hpp | 131 entry* ent= in add_node_to_algorithm() local 167 entry* ent=entries()[num_piles-1].pile_top_entry; in finish_algorithm() local
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl_sg01.c | 44 struct dirent *ent; in find_generic_scsi_device() local
|
/third_party/mindspore/mindspore/ccsrc/cxx_api/ |
D | dlutils.h | 46 dirent *ent = readdir(dir); in DLSoPath() local
|
/third_party/wayland_standard/tests/ |
D | test-helpers.c | 48 struct dirent *ent; in count_open_fds() local
|
/third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
D | setsockopt03.c | 39 struct ipt_entry ent; member
|
/third_party/ltp/testcases/kernel/fs/fs_fill/ |
D | fs_fill.c | 35 struct dirent *ent; in worker() local
|