Lines Matching defs:read_pos
1098 int read_pos;
1151 read_pos = 6;
1154 pmt_cmd_id = msg[read_pos++];
1163 memcpy(&c->operand[write_pos], &msg[read_pos],
1165 read_pos += program_info_length;
1168 while (read_pos + 4 < length) {
1173 c->operand[write_pos++] = msg[read_pos++];
1174 c->operand[write_pos++] = msg[read_pos++];
1175 c->operand[write_pos++] = msg[read_pos++];
1177 ((msg[read_pos] & 0x0f) << 8) + msg[read_pos + 1];
1178 read_pos += 2;
1184 if (read_pos >= length) {
1188 pmt_cmd_id = msg[read_pos++];
1194 es_info_length > length - read_pos) {
1199 memcpy(&c->operand[write_pos], &msg[read_pos],
1201 read_pos += es_info_length;