Lines Matching defs:pptr
53 union T_primitives *pptr;
140 pptr = (union T_primitives *)ctlbuf.buf;
143 (pptr->type != T_UDERROR_IND)) {
151 if (TLEN_GT_NLEN(pptr->uderror_ind.DEST_length,
157 pptr->uderror_ind.DEST_offset,
158 (size_t)pptr->uderror_ind.DEST_length);
160 (unsigned int)pptr->uderror_ind.DEST_length;
163 if (TLEN_GT_NLEN(pptr->uderror_ind.OPT_length,
169 pptr->uderror_ind.OPT_offset,
170 (size_t)pptr->uderror_ind.OPT_length);
172 (unsigned int)pptr->uderror_ind.OPT_length;
174 uderr->error = pptr->uderror_ind.ERROR_type;