Lines Matching defs:ht

3752   struct s_x1node **ht;  /* Hash table for lookups */
3781 x1a->ht = (x1node**)&(x1a->tbl[1024]);
3782 for(i=0; i<1024; i++) x1a->ht[i] = 0;
3798 np = x1a->ht[h];
3816 array.ht = (x1node**)&(array.tbl[size]);
3817 for(i=0; i<size; i++) array.ht[i] = 0;
3823 if( array.ht[h] ) array.ht[h]->from = &(newnp->next);
3824 newnp->next = array.ht[h];
3826 newnp->from = &(array.ht[h]);
3827 array.ht[h] = newnp;
3836 if( x1a->ht[h] ) x1a->ht[h]->from = &(np->next);
3837 np->next = x1a->ht[h];
3838 x1a->ht[h] = np;
3839 np->from = &(x1a->ht[h]);
3853 np = x1a->ht[h];
3913 struct s_x2node **ht; /* Hash table for lookups */
3943 x2a->ht = (x2node**)&(x2a->tbl[128]);
3944 for(i=0; i<128; i++) x2a->ht[i] = 0;
3961 np = x2a->ht[h];
3979 array.ht = (x2node**)&(array.tbl[size]);
3980 for(i=0; i<size; i++) array.ht[i] = 0;
3986 if( array.ht[h] ) array.ht[h]->from = &(newnp->next);
3987 newnp->next = array.ht[h];
3990 newnp->from = &(array.ht[h]);
3991 array.ht[h] = newnp;
4001 if( x2a->ht[h] ) x2a->ht[h]->from = &(np->next);
4002 np->next = x2a->ht[h];
4003 x2a->ht[h] = np;
4004 np->from = &(x2a->ht[h]);
4018 np = x2a->ht[h];
4119 struct s_x3node **ht; /* Hash table for lookups */
4149 x3a->ht = (x3node**)&(x3a->tbl[128]);
4150 for(i=0; i<128; i++) x3a->ht[i] = 0;
4167 np = x3a->ht[h];
4185 array.ht = (x3node**)&(array.tbl[size]);
4186 for(i=0; i<size; i++) array.ht[i] = 0;
4192 if( array.ht[h] ) array.ht[h]->from = &(newnp->next);
4193 newnp->next = array.ht[h];
4196 newnp->from = &(array.ht[h]);
4197 array.ht[h] = newnp;
4207 if( x3a->ht[h] ) x3a->ht[h]->from = &(np->next);
4208 np->next = x3a->ht[h];
4209 x3a->ht[h] = np;
4210 np->from = &(x3a->ht[h]);
4224 np = x3a->ht[h];
4266 struct s_x4node **ht; /* Hash table for lookups */
4295 x4a->ht = (x4node**)&(x4a->tbl[64]);
4296 for(i=0; i<64; i++) x4a->ht[i] = 0;
4312 np = x4a->ht[h];
4330 array.ht = (x4node**)&(array.tbl[size]);
4331 for(i=0; i<size; i++) array.ht[i] = 0;
4337 if( array.ht[h] ) array.ht[h]->from = &(newnp->next);
4338 newnp->next = array.ht[h];
4340 newnp->from = &(array.ht[h]);
4341 array.ht[h] = newnp;
4350 if( x4a->ht[h] ) x4a->ht[h]->from = &(np->next);
4351 np->next = x4a->ht[h];
4352 x4a->ht[h] = np;
4353 np->from = &(x4a->ht[h]);
4367 np = x4a->ht[h];
4383 for(i=0; i<x4a->size; i++) x4a->ht[i] = 0;