Home | History | Annotate | Download | only in lhash

Lines Matching refs:np

312 	LHASH_NODE **n,**n1,**n2,*np;
324 for (np= *n1; np != NULL; )
327 hash=np->hash;
329 hash=lh->hash(np->data);
335 np->next= *n2;
336 *n2=np;
340 np= *n1;
368 LHASH_NODE **n,*n1,*np;
370 np=lh->b[lh->p+lh->pmax-1];
396 lh->b[(int)lh->p]=np;
401 n1->next=np;