OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fd_count
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/bsd/libevent/dist/
win32select.c
63
unsigned int
fd_count
;
member in struct:win_fd_set
111
EVUTIL_ASSERT(new_num_fds >= op->readset_in->
fd_count
&&
112
new_num_fds >= op->writeset_in->
fd_count
);
136
if (set->
fd_count
== op->num_fds_in_fd_sets) {
142
set->fd_array[set->
fd_count
] = s;
144
ent->read_pos_plus1 = set->
fd_count
+1;
146
ent->write_pos_plus1 = set->
fd_count
+1;
147
return (set->
fd_count
++);
165
if (--set->
fd_count
!= (unsigned)i) {
168
s2 = set->fd_array[i] = set->fd_array[set->
fd_count
];
288
int
fd_count
;
local
[
all
...]
poll.c
123
for (i = 0; i < pop->
fd_count
; ++i) {
/src/external/bsd/ntp/dist/sntp/libevent/
win32select.c
62
unsigned int
fd_count
;
member in struct:win_fd_set
110
EVUTIL_ASSERT(new_num_fds >= op->readset_in->
fd_count
&&
111
new_num_fds >= op->writeset_in->
fd_count
);
135
if (set->
fd_count
== op->num_fds_in_fd_sets) {
141
set->fd_array[set->
fd_count
] = s;
143
ent->read_pos_plus1 = set->
fd_count
+1;
145
ent->write_pos_plus1 = set->
fd_count
+1;
146
return (set->
fd_count
++);
164
if (--set->
fd_count
!= (unsigned)i) {
167
s2 = set->fd_array[i] = set->fd_array[set->
fd_count
];
287
int
fd_count
;
local
[
all
...]
poll.c
122
for (i = 0; i < pop->
fd_count
; ++i) {
/src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
net.h
161
for (__i = 0; __i < ((fd_set FAR *)(set))->
fd_count
; __i++) { \
163
while (__i < ((fd_set FAR *)(set))->
fd_count
-1) { \
168
((fd_set FAR *)(set))->
fd_count
--; \
177
for (__i = 0; __i < ((fd_set FAR *)(set))->
fd_count
; __i++) { \
182
if (__i == ((fd_set FAR *)(set))->
fd_count
) { \
183
if (((fd_set FAR *)(set))->
fd_count
< FD_SETSIZE) { \
185
((fd_set FAR *)(set))->
fd_count
++; \
/src/external/mit/libuv/dist/src/win/
poll.c
43
unsigned int
fd_count
;
member in struct:uv_single_fd_set_s
281
rfds.
fd_count
= 1;
284
rfds.
fd_count
= 0;
288
wfds.
fd_count
= 1;
290
efds.
fd_count
= 1;
293
wfds.
fd_count
= 0;
294
efds.
fd_count
= 0;
313
if (rfds.
fd_count
> 0) {
314
assert(rfds.
fd_count
== 1);
319
if (wfds.
fd_count
> 0)
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winsock2.d
363
uint
fd_count
;
372
uint c = set.
fd_count
;
389
set.
fd_count
= c - 1;
397
const(SOCKET)* stop = start + set.
fd_count
;
411
uint c = set.
fd_count
;
413
set.
fd_count
= c + 1;
420
set.
fd_count
= 0;
/src/external/gpl3/gdb/dist/gnulib/import/
select.c
315
for (i = 0; i < rfds->
fd_count
; i++)
330
for (i = 0; i < wfds->
fd_count
; i++)
345
for (i = 0; i < xfds->
fd_count
; i++)
sys_select.in.h
166
for (i = 0; i < set->
fd_count
; i++)
sys_socket.in.h
237
for (i = 0; i < set->
fd_count
; i++)
/src/external/gpl3/gdb.old/dist/gnulib/import/
select.c
315
for (i = 0; i < rfds->
fd_count
; i++)
330
for (i = 0; i < wfds->
fd_count
; i++)
345
for (i = 0; i < xfds->
fd_count
; i++)
sys_select.in.h
166
for (i = 0; i < set->
fd_count
; i++)
sys_socket.in.h
237
for (i = 0; i < set->
fd_count
; i++)
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
socket.d
2171
alias fd_set_count_type = typeof(fd_set.init.
fd_count
);
2180
static assert(fd_set.
fd_count
.offsetof % fd_set_type.sizeof == 0);
/src/external/bsd/openldap/dist/servers/slapd/
daemon.c
743
for ( i=0; i<readfds.
fd_count
; i++) { \
750
for ( i=0; i<writefds.
fd_count
; i++) { \
Completed in 47 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026