Lines Matching defs:read_pos
1100 int read_pos;
1153 read_pos = 6;
1156 pmt_cmd_id = msg[read_pos++];
1165 memcpy(&c->operand[write_pos], &msg[read_pos],
1167 read_pos += program_info_length;
1170 while (read_pos + 4 < length) {
1175 c->operand[write_pos++] = msg[read_pos++];
1176 c->operand[write_pos++] = msg[read_pos++];
1177 c->operand[write_pos++] = msg[read_pos++];
1179 ((msg[read_pos] & 0x0f) << 8) + msg[read_pos + 1];
1180 read_pos += 2;
1186 if (read_pos >= length) {
1190 pmt_cmd_id = msg[read_pos++];
1196 es_info_length > length - read_pos) {
1201 memcpy(&c->operand[write_pos], &msg[read_pos],
1203 read_pos += es_info_length;