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