Searched refs:pollmgr_refptr (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy_pollmgr.h52 struct pollmgr_refptr { struct
70 struct pollmgr_refptr *pollmgr_refptr_create(struct pollmgr_handler *);
71 void pollmgr_refptr_weak_ref(struct pollmgr_refptr *);
72 struct pollmgr_handler *pollmgr_refptr_get(struct pollmgr_refptr *);
73 void pollmgr_refptr_unref(struct pollmgr_refptr *);
H A Dproxy_pollmgr.c61 static void pollmgr_refptr_delete(struct pollmgr_refptr *);
524 struct pollmgr_refptr *
527 struct pollmgr_refptr *rp;
531 rp = (struct pollmgr_refptr *)malloc(sizeof (*rp));
546 pollmgr_refptr_delete(struct pollmgr_refptr *rp)
564 pollmgr_refptr_weak_ref(struct pollmgr_refptr *rp)
587 pollmgr_refptr_get(struct pollmgr_refptr *rp)
649 pollmgr_refptr_unref(struct pollmgr_refptr *rp)
H A Dpxudp.c107 struct pollmgr_refptr *rp;
220 struct pollmgr_refptr *rp;
224 rp = (struct pollmgr_refptr *)pollmgr_chan_recv_ptr(handler, fd, revents);
H A Dpxtcp.c209 struct pollmgr_refptr *rp;
378 struct pollmgr_refptr *rp;
382 rp = (struct pollmgr_refptr *)pollmgr_chan_recv_ptr(handler, fd, revents);

Completed in 82 milliseconds