Lines Matching refs:splitBlock
728 // splitBlock splits a block after the first n bytes,731 func (hc *halfConn) splitBlock(b *block, n int) (*block, *block) {850 b, c.rawInput = c.in.splitBlock(b, recordHeaderLen+n)921 b, c.rawInput = c.in.splitBlock(b, 6)