Lines Matching defs:spliceFileHook
685 type spliceFileHook struct { struct686 called bool687 dstfd int688 srcfd int689 remain int64691 written int64692 handled bool693 err error695 original func(dst, src *poll.FD, remain int64) (int64, bool, error)698 func (h *spliceFileHook) install() {710 func (h *spliceFileHook) uninstall() {