Home | History | Annotate | Download | only in android

Lines Matching refs:in_size

230     int           in_size;
258 qemu_put_be32(f, s->in_size);
277 s->in_size = qemu_get_be32(f);
317 /* if in_size is 0, we're reading the header */
373 s->in_size = hex2int( s->data0 + LEGACY_LENGTH_OFFSET, LENGTH_SIZE );
376 s->in_size = hex2int( s->data0 + LENGTH_OFFSET, LENGTH_SIZE );
381 s->in_size = hex2int( s->data0 + LENGTH_OFFSET, LENGTH_SIZE );
386 if (s->in_size <= 0 || s->in_channel < 0) {
391 if (s->in_size > MAX_SERIAL_PAYLOAD) {
393 __FUNCTION__, s->in_size, s->in_channel);
394 s->overflow = s->in_size;
400 qemud_sink_reset(s->payload, s->in_size, s->data0);
498 s->in_size = 0;