Lines Matching refs:splitBlock
631 // splitBlock splits a block after the first n bytes,634 func (hc *halfConn) splitBlock(b *block, n int) (*block, *block) {723 b, c.rawInput = c.in.splitBlock(b, recordHeaderLen+n)