Searched refs:bufptr (Results 1 – 2 of 2) sorted by relevance
139 char *bufptr; in low_level_output() local143 bufptr = &buf[0]; in low_level_output()150 memcpy(bufptr, q->payload, q->len); in low_level_output()151 bufptr += q->len; in low_level_output()190 char *bufptr; in low_level_input() local225 bufptr = &buf[0]; in low_level_input()231 memcpy(q->payload, bufptr, q->len); in low_level_input()232 bufptr += q->len; in low_level_input()
597 u8_t *bufptr; in vj_uncompress_tcp() local611 bufptr = n0->payload; in vj_uncompress_tcp()613 MEMCPY(q->payload, bufptr, q->len); in vj_uncompress_tcp()614 bufptr += q->len; in vj_uncompress_tcp()