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

/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy_pollmgr.c82 struct pollmgr_handler **newhdls; local
123 newhdls = (struct pollmgr_handler **)
125 if (newhdls == NULL) {
133 pollmgr.handlers = newhdls;
186 struct pollmgr_handler **newhdls; local
203 newhdls = (struct pollmgr_handler **)
205 if (newhdls == NULL) {
213 pollmgr.handlers = newhdls;
220 newhdls[i] = NULL;

Completed in 43 milliseconds