Lines Matching refs:hp_data_data
121 hp_data_data (HpData this, size_t offset)
212 return hp_data_data(data, this->data_offset);
218 return hp_data_data(data, this->data_offset);
252 *(SANE_Int*)valp = *(int *)hp_data_data(data, this->data_offset);
259 *(int *)hp_data_data(data, this->data_offset) = *(SANE_Int*)valp;
266 return *(int *)hp_data_data(data, this->data_offset);
272 *(int *)hp_data_data(data, this->data_offset) = val;
301 int val = *(int *)hp_data_data(data, this->data_offset);
309 int * datap = hp_data_data(data, this->data_offset);
340 *(SANE_Fixed*)valp = *(SANE_Fixed *)hp_data_data(data, this->data_offset);
347 *(SANE_Fixed *)hp_data_data(data, this->data_offset) = *(SANE_Fixed*)valp;
383 HpChoice choice = *(HpChoice *)hp_data_data(data, this->data_offset);
404 *(HpChoice *)hp_data_data(data, this->data_offset) = choice;
415 HpChoice choice = *(HpChoice *)hp_data_data(data, this->data_offset);
439 *(HpChoice *)hp_data_data(data, this->data_offset) = choice;
445 *(HpChoice *)hp_data_data(data, this->data_offset) = first_choice;
604 const unsigned char * data = hp_data_data(d, this->data_offset);
622 unsigned char * data = hp_data_data(d, this->data_offset);