Searched refs:fd_count (Results 1 - 7 of 7) sorted by relevance

/external/libevent/
H A Dwin32select.c56 u_int fd_count; member in struct:win_fd_set
104 EVUTIL_ASSERT(new_num_fds >= op->readset_in->fd_count &&
105 new_num_fds >= op->writeset_in->fd_count);
129 if (set->fd_count == op->num_fds_in_fd_sets) {
135 set->fd_array[set->fd_count] = s;
137 ent->read_pos_plus1 = set->fd_count+1;
139 ent->write_pos_plus1 = set->fd_count+1;
140 return (set->fd_count++);
158 if (--set->fd_count != (unsigned)i) {
161 s2 = set->fd_array[i] = set->fd_array[set->fd_count];
279 int fd_count; local
[all...]
H A Dpoll.c103 for (i = 0; i < pop->fd_count; ++i) {
/external/libchrome/sandbox/linux/services/
H A Dproc_util_unittest.cc19 int fd_count = ProcUtil::CountOpenFds(proc_fd.get()); local
22 EXPECT_EQ(fd_count + 1, ProcUtil::CountOpenFds(proc_fd.get()));
24 EXPECT_EQ(fd_count, ProcUtil::CountOpenFds(proc_fd.get()));
/external/curl/lib/
H A Dselect.c321 fds_read.fd_count ? &fds_read : NULL,
322 fds_write.fd_count ? &fds_write : NULL,
490 if(fds_read.fd_count == 0 && fds_write.fd_count == 0
491 && fds_err.fd_count == 0) {
515 fds_read.fd_count ? &fds_read : NULL,
516 fds_write.fd_count ? &fds_write : NULL,
517 fds_err.fd_count ? &fds_err : NULL, ptimeout);
/external/webrtc/webrtc/p2p/base/
H A Dturnport_unittest.cc84 int fd_count = 0; local
89 ++fd_count;
92 return fd_count;
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-generic.c548 static Int fd_count = 0; variable
570 fd_count--;
609 fd_count++;
828 VG_(message)(Vg_UserMsg, "FILE DESCRIPTORS: %d open %s.\n", fd_count, when);
/external/libmicrohttpd/src/microhttpd/
H A Ddaemon.c747 if (set->fd_count >= fd_setsize)

Completed in 1007 milliseconds