Lines Matching refs:headBuf
213 unsigned char headBuf[sizeof(uint8_t) + 2 * sizeof(uint32_t)];215 headBuf[0] = tag_;216 U4_TO_BUF_BE(headBuf, 1, time_);217 U4_TO_BUF_BE(headBuf, 5, length_);219 int nb = fwrite(headBuf, 1, sizeof(headBuf), fp_);220 if (nb != sizeof(headBuf)) {