Home | History | Annotate | Download | only in src

Lines Matching refs:hvalue

45 	int hvalue;
51 hvalue = SIDTAB_HASH(sid);
53 cur = s->htable[hvalue];
77 newnode->next = s->htable[hvalue];
78 s->htable[hvalue] = newnode;
89 int hvalue;
95 hvalue = SIDTAB_HASH(sid);
97 cur = s->htable[hvalue];
107 s->htable[hvalue] = cur->next;
120 int hvalue;
126 hvalue = SIDTAB_HASH(sid);
127 cur = s->htable[hvalue];
134 hvalue = SIDTAB_HASH(sid);
135 cur = s->htable[hvalue];