Home | History | Annotate | Download | only in mDNSCore

Lines Matching full:lengthbyte

487 	mDNSu8       *lengthbyte = ptr++;									// Record where the length is going to go
490 *lengthbyte = (mDNSu8)(ptr - lengthbyte - 1); // Fill in the length byte
510 mDNSu8 *lengthbyte = ptr++; // Record where the length is going to go
530 if (ptr - lengthbyte - 1 > MAX_DOMAIN_LABEL) // If illegal label, abort
532 *lengthbyte = (mDNSu8)(ptr - lengthbyte - 1); // Fill in the length byte