Lines Matching refs:slp
451 struct SL_component *slp;
454 slp = &rr->u.SL.link;
458 switch (slp->flags & ~1) {
461 slp->len;
477 slen -= slp->len + 2;
478 oldslp = slp;
479 slp = (struct SL_component *)
480 (((char *)slp) + slp->len + 2);
608 struct SL_component *slp;
610 slp = &rr->u.SL.link;
613 switch (slp->flags & ~1) {
615 if (slp->len > plimit - rpnt)
617 memcpy(rpnt, slp->text, slp->len);
618 rpnt += slp->len;
639 slp->flags);
641 slen -= slp->len + 2;
642 oldslp = slp;
643 slp = (struct SL_component *)((char *)slp + slp->len + 2);