Lines Matching refs:data_offset

167     size_t		data_offset;
212 return hp_data_data(data, this->data_offset);
218 return hp_data_data(data, this->data_offset);
235 new->data_offset = hp_data_alloc(data, new->data_size = sz);
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;
284 new->data_offset = hp_data_alloc(data, new->data_size = sizeof(int));
301 int val = *(int *)hp_data_data(data, this->data_offset);
309 int * datap = hp_data_data(data, this->data_offset);
323 new->data_offset = hp_data_alloc(data, new->data_size = sizeof(int));
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;
359 new->data_offset = hp_data_alloc(data, new->data_size = sizeof(SANE_Fixed));
373 size_t data_offset;
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;
505 this->data_offset = hp_data_alloc(data, this->data_size = sizeof(HpChoice));
526 size_t data_offset;
604 const unsigned char * data = hp_data_data(d, this->data_offset);
622 unsigned char * data = hp_data_data(d, this->data_offset);
671 new->data_offset = hp_data_alloc(data, new->data_size);
821 size_t data_offset;
891 new->data_offset = val->data_offset;