net_op             22 src/pkg/runtime/netpoll_windows.c typedef struct net_op net_op;
net_op             38 src/pkg/runtime/netpoll_windows.c 	net_op*	op;  // In reality it's Overlapped*, but we cast it to net_op* anyway.
net_op             43 src/pkg/runtime/netpoll_windows.c static void handlecompletion(G **gpp, net_op *o, int32 errno, uint32 qty);
net_op             90 src/pkg/runtime/netpoll_windows.c 	net_op *op;
net_op            149 src/pkg/runtime/netpoll_windows.c handlecompletion(G **gpp, net_op *op, int32 errno, uint32 qty)