Searched refs:fd_count (Results 1 – 7 of 7) sorted by relevance
/external/libevent/ |
D | win32select.c | 56 u_int fd_count; member 104 EVUTIL_ASSERT(new_num_fds >= op->readset_in->fd_count && in grow_fd_sets() 105 new_num_fds >= op->writeset_in->fd_count); in grow_fd_sets() 129 if (set->fd_count == op->num_fds_in_fd_sets) { in do_fd_set() 135 set->fd_array[set->fd_count] = s; in do_fd_set() 137 ent->read_pos_plus1 = set->fd_count+1; in do_fd_set() 139 ent->write_pos_plus1 = set->fd_count+1; in do_fd_set() 140 return (set->fd_count++); in do_fd_set() 158 if (--set->fd_count != (unsigned)i) { in do_fd_clear() 161 s2 = set->fd_array[i] = set->fd_array[set->fd_count]; in do_fd_clear() [all …]
|
D | poll.c | 103 for (i = 0; i < pop->fd_count; ++i) { in poll_check_ok()
|
/external/libchrome/sandbox/linux/services/ |
D | proc_util_unittest.cc | 19 int fd_count = ProcUtil::CountOpenFds(proc_fd.get()); in TEST() local 22 EXPECT_EQ(fd_count + 1, ProcUtil::CountOpenFds(proc_fd.get())); in TEST() 24 EXPECT_EQ(fd_count, ProcUtil::CountOpenFds(proc_fd.get())); in TEST()
|
/external/curl/lib/ |
D | select.c | 321 fds_read.fd_count ? &fds_read : NULL, in Curl_socket_check() 322 fds_write.fd_count ? &fds_write : NULL, in Curl_socket_check() 490 if(fds_read.fd_count == 0 && fds_write.fd_count == 0 in Curl_poll() 491 && fds_err.fd_count == 0) { in Curl_poll() 515 fds_read.fd_count ? &fds_read : NULL, in Curl_poll() 516 fds_write.fd_count ? &fds_write : NULL, in Curl_poll() 517 fds_err.fd_count ? &fds_err : NULL, ptimeout); in Curl_poll()
|
/external/webrtc/webrtc/p2p/base/ |
D | turnport_unittest.cc | 84 int fd_count = 0; in GetFDCount() local 89 ++fd_count; in GetFDCount() 92 return fd_count; in GetFDCount()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-generic.c | 548 static Int fd_count = 0; variable 570 fd_count--; in ML_() 609 fd_count++; in ML_() 828 VG_(message)(Vg_UserMsg, "FILE DESCRIPTORS: %d open %s.\n", fd_count, when); in VG_()
|
/external/libmicrohttpd/src/microhttpd/ |
D | daemon.c | 747 if (set->fd_count >= fd_setsize) in add_to_fd_set()
|