Symbol: DPOC
crypto/heimdal/lib/asn1/template.c
1004
from = DPOC(from, t->offset);
crypto/heimdal/lib/asn1/template.c
1038
const struct template_of *fel = DPOC(from, t->offset);
crypto/heimdal/lib/asn1/template.c
1051
DPOC(fel->val, (i * ellen)),
crypto/heimdal/lib/asn1/template.c
1066
const unsigned int *felement = DPOC(from, choice->offset);
crypto/heimdal/lib/asn1/template.c
1075
ret = der_copy_octet_string(DPOC(from, choice->tt), DPO(to, choice->tt));
crypto/heimdal/lib/asn1/template.c
1079
DPOC(from, choice->offset),
crypto/heimdal/lib/asn1/template.c
457
const void *el = DPOC(data, t->offset);
crypto/heimdal/lib/asn1/template.c
483
data = DPOC(data, t->offset);
crypto/heimdal/lib/asn1/template.c
516
const void *el = DPOC(data, t->offset);
crypto/heimdal/lib/asn1/template.c
531
const struct template_of *el = DPOC(data, t->offset);
crypto/heimdal/lib/asn1/template.c
664
const unsigned int *element = DPOC(data, choice->offset);
crypto/heimdal/lib/asn1/template.c
675
DPOC(data, choice->tt), &datalen);
crypto/heimdal/lib/asn1/template.c
678
el = DPOC(data, choice->offset);
crypto/heimdal/lib/asn1/template.c
711
const void *el = DPOC(data, t->offset);
crypto/heimdal/lib/asn1/template.c
750
const void *el = DPOC(data, t->offset);
crypto/heimdal/lib/asn1/template.c
761
const struct template_of *el = DPOC(data, t->offset);
crypto/heimdal/lib/asn1/template.c
799
const unsigned int *element = DPOC(data, choice->offset);
crypto/heimdal/lib/asn1/template.c
805
ret += der_length_octet_string(DPOC(data, choice->tt));
crypto/heimdal/lib/asn1/template.c
808
ret += _asn1_length(choice->ptr, DPOC(data, choice->offset));
crypto/heimdal/lib/asn1/template.c
905
const unsigned int *element = DPOC(data, choice->offset);
crypto/heimdal/lib/asn1/template.c
946
const void *fel = DPOC(from, t->offset);
crypto/heimdal/lib/asn1/template.c
987
const void *fel = DPOC(from, t->offset);