Home | History | Annotate | Download | only in mDNSCore

Lines Matching defs:Nl

192 	mDNSu32 Nl,Nh;
312 * HASH_LONG Nl,Nh;
661 l=(c->Nl+(len<<3))&0xffffffffL;
664 if (l < c->Nl) /* overflow */
667 c->Nl=l;
821 if (i>(HASH_LBLOCK-2)) /* save room for Nl and Nh */
832 p[HASH_LBLOCK-1]=c->Nl;
834 p[HASH_LBLOCK-2]=c->Nl;
932 c->Nl=0;