Lines Matching refs:slp
449 struct SL_component *slp;
452 slp = &rr->u.SL.link;
456 switch (slp->flags & ~1) {
459 slp->len;
475 slen -= slp->len + 2;
476 oldslp = slp;
477 slp = (struct SL_component *)
478 (((char *)slp) + slp->len + 2);
606 struct SL_component *slp;
608 slp = &rr->u.SL.link;
611 switch (slp->flags & ~1) {
613 if (slp->len > plimit - rpnt)
615 memcpy(rpnt, slp->text, slp->len);
616 rpnt += slp->len;
637 slp->flags);
639 slen -= slp->len + 2;
640 oldslp = slp;
641 slp = (struct SL_component *)((char *)slp + slp->len + 2);