Lines Matching refs:strong
538 rp->strong = 1;
552 LWIP_ASSERT1(rp->strong == 0);
569 LWIP_ASSERT1(rp->strong > 0);
599 LWIP_ASSERT1(rp->strong == 0);
607 LWIP_ASSERT1(rp->strong == 1);
612 * ++rp->strong;
619 * drop its strong reference, as lwip thread callback to destruct
627 * Since channel handler would always find rp->strong as it had
628 * left it, just elide extra strong reference creation to avoid
643 * Remove (the only) strong reference.
645 * If it were real strong/weak pointers, we should also call
653 LWIP_ASSERT1(rp->strong == 1);
654 --rp->strong;
656 if (rp->strong > 0) {