Lines Matching refs:offset

45 #define DPOC(data,offset) ((const void *)(((const unsigned char *)data)  + offset))
46 #define DPO(data,offset) ((void *)(((unsigned char *)data) + offset))
95 return t->offset;
170 void *el = DPO(data, t->offset);
249 data = DPO(data, t->offset);
294 void *el = DPO(data, t->offset);
317 struct template_of *el = DPO(data, t->offset);
348 size_t size = bmember->offset;
361 while (bmember->offset / 8 > pos / 8) {
368 bmember_get_bit(p, data, bmember->offset, size);
377 unsigned int *element = DPO(data, choice->offset);
384 DPO(data, choice[i].offset), &datalen);
455 const void *el = DPOC(data, t->offset);
481 data = DPOC(data, t->offset);
514 const void *el = DPOC(data, t->offset);
529 const struct template_of *el = DPOC(data, t->offset);
591 struct template_of *el = DPO(data, t->offset);
616 size_t size = bmember->offset;
628 pos = bmember->offset;
631 while (bmember->offset / 8 < pos / 8) {
640 bmember_put_bit(&c, data, bmember->offset, size, &bitset);
662 const unsigned int *element = DPOC(data, choice->offset);
676 el = DPOC(data, choice->offset);
709 const void *el = DPOC(data, t->offset);
730 data = DPO(data, t->offset);
748 const void *el = DPOC(data, t->offset);
759 const struct template_of *el = DPOC(data, t->offset);
773 size_t size = bmember->offset;
786 if (bmember_isset_bit(data, bmember->offset, size)) {
787 ret += (bmember->offset / 8) + 1;
797 const unsigned int *element = DPOC(data, choice->offset);
806 ret += _asn1_length(choice->ptr, DPOC(data, choice->offset));
834 void *el = DPO(data, t->offset);
856 void *el = DPO(data, t->offset);
866 void *el = DPO(data, t->offset);
884 struct template_of *el = DPO(data, t->offset);
903 const unsigned int *element = DPOC(data, choice->offset);
912 _asn1_free(choice->ptr, DPO(data, choice->offset));
944 const void *fel = DPOC(from, t->offset);
945 void *tel = DPO(to, t->offset);
985 const void *fel = DPOC(from, t->offset);
986 void *tel = DPO(to, t->offset);
1002 from = DPOC(from, t->offset);
1003 to = DPO(to, t->offset);
1036 const struct template_of *fel = DPOC(from, t->offset);
1037 struct template_of *tel = DPO(to, t->offset);
1058 size_t size = bmember->offset;
1064 const unsigned int *felement = DPOC(from, choice->offset);
1065 unsigned int *telement = DPO(to, choice->offset);
1077 DPOC(from, choice->offset),
1078 DPO(to, choice->offset));
1098 memset(data, 0, t->offset);
1102 memset(data, 0, t->offset);
1112 memset(to, 0, t->offset);
1116 memset(to, 0, t->offset);