Home | History | Annotate | Download | only in mDNSCore

Lines Matching defs:Nl

192 	mDNSu32 Nl,Nh;
313 * HASH_LONG Nl,Nh;
662 l=(c->Nl+(len<<3))&0xffffffffL;
665 if (l < c->Nl) /* overflow */
668 c->Nl=l;
822 if (i>(HASH_LBLOCK-2)) /* save room for Nl and Nh */
833 p[HASH_LBLOCK-1]=c->Nl;
835 p[HASH_LBLOCK-2]=c->Nl;
933 c->Nl=0;