Searched refs:to_buf (Results 1 – 2 of 2) sorted by relevance
215 wchar_t to_buf[max];220 - codecvt->__cd_in.__cd.__data[0].__outbuf = (unsigned char *) to_buf;221 - codecvt->__cd_in.__cd.__data[0].__outbufend = (unsigned char *) &to_buf[max];223 + codecvt->__cd_in.step_data.__outbuf = (unsigned char *) to_buf;224 + codecvt->__cd_in.step_data.__outbufend = (unsigned char *) &to_buf[max];
170 void *from_buf, *to_buf; in xsk_copy_xdp() local175 to_buf = to->data; in xsk_copy_xdp()180 to_buf = to->data - metalen; in xsk_copy_xdp()183 memcpy(to_buf, from_buf, len + metalen); in xsk_copy_xdp()