Lines Matching refs:numbytes
189 int numbytes = 0;
248 if (numbytes < msg->len) {
250 msg->buf[numbytes]);
251 numbytes++;
254 curmsg++; numbytes = 0;
272 if (numbytes < msg->len) {
273 pca_rx_byte(adap, &msg->buf[numbytes], 1);
274 numbytes++;
276 numbytes < msg->len - 1);
279 curmsg++; numbytes = 0;
312 if (numbytes == msg->len - 1) {
313 pca_rx_byte(adap, &msg->buf[numbytes], 0);
314 curmsg++; numbytes = 0;
321 "Not final byte. numbytes %d. len %d\n",
322 numbytes, msg->len);