Lines Matching defs:tel
947 void *tel = DPO(to, t->offset);
948 void **ptel = (void **)tel;
964 tel = *ptel = calloc(1, size);
965 if (tel == NULL)
970 ret = _asn1_copy(t->ptr, fel, tel);
973 ret = (f->copy)(fel, tel);
988 void *tel = DPO(to, t->offset);
994 ret = (prim[type].copy)(fel, tel);
1002 void **tel = NULL;
1009 tel = (void **)to;
1017 to = *tel = calloc(1, sizeofType(t->ptr));
1025 free(*tel);
1026 *tel = NULL;
1039 struct template_of *tel = DPO(to, t->offset);
1043 tel->val = calloc(fel->len, ellen);
1044 if (tel->val == NULL)
1047 tel->len = fel->len;
1052 DPO(tel->val, (i *ellen)));