Searched defs:newfds (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy_pollmgr.c81 struct pollfd *newfds; local
116 newfds = (struct pollfd *)
118 if (newfds == NULL) {
127 free(newfds);
132 pollmgr.fds = newfds;
185 struct pollfd *newfds; local
192 newfds = (struct pollfd *)
194 if (newfds == NULL) {
200 pollmgr.fds = newfds; /* don't crash/leak if realloc(handlers) fails */
217 newfds[
[all...]

Completed in 43 milliseconds