Searched refs:winop (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dwin32select.c179 struct win32op *winop; local
181 if (!(winop = mm_calloc(1, sizeof(struct win32op))))
183 winop->num_fds_in_fd_sets = NEVENT;
185 if (!(winop->readset_in = mm_malloc(size)))
187 if (!(winop->writeset_in = mm_malloc(size)))
189 if (!(winop->readset_out = mm_malloc(size)))
191 if (!(winop->writeset_out = mm_malloc(size)))
193 if (!(winop->exset_out = mm_malloc(size)))
195 winop->readset_in->fd_count = winop
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/WIN32-Code/
H A Dwin32.c237 struct win32op *winop; local
239 if (!(winop = calloc(1, sizeof(struct win32op))))
241 winop->fd_setsz = NEVENT;
243 if (!(winop->readset_in = malloc(size)))
245 if (!(winop->writeset_in = malloc(size)))
247 if (!(winop->readset_out = malloc(size)))
249 if (!(winop->writeset_out = malloc(size)))
251 if (!(winop->exset_out = malloc(size)))
253 RB_INIT(&winop->event_root);
254 winop
[all...]

Completed in 67 milliseconds