Home | History | Annotate | Download | only in android

Lines Matching defs:in_size

231     int           in_size;
259 qemu_put_be32(f, s->in_size);
278 s->in_size = qemu_get_be32(f);
318 /* if in_size is 0, we're reading the header */
374 s->in_size = hex2int( s->data0 + LEGACY_LENGTH_OFFSET, LENGTH_SIZE );
377 s->in_size = hex2int( s->data0 + LENGTH_OFFSET, LENGTH_SIZE );
382 s->in_size = hex2int( s->data0 + LENGTH_OFFSET, LENGTH_SIZE );
387 if (s->in_size <= 0 || s->in_channel < 0) {
392 if (s->in_size > MAX_SERIAL_PAYLOAD) {
394 __FUNCTION__, s->in_size, s->in_channel);
395 s->overflow = s->in_size;
401 qemud_sink_reset(s->payload, s->in_size, s->data0);
499 s->in_size = 0;