Lines Matching defs:buf_offset
2011 int buf_offset = 0;
2015 buf_offset = header_len;
2017 buf_offset += scnprintf(nt->buf + buf_offset,
2018 MAX_PRINT_CHUNK - buf_offset,
2023 this_chunk = min(msgbody_left, MAX_PRINT_CHUNK - buf_offset);
2024 memcpy(nt->buf + buf_offset, msgbody_ptr + msgbody_offset,
2027 buf_offset += this_chunk;
2033 MAX_PRINT_CHUNK - buf_offset);
2034 memcpy(nt->buf + buf_offset,
2037 buf_offset += this_chunk;
2044 MAX_PRINT_CHUNK - buf_offset);
2045 memcpy(nt->buf + buf_offset,
2048 buf_offset += this_chunk;
2056 send_udp(nt, nt->buf, buf_offset);