Home
last modified time | relevance | path

Searched refs:x1a (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlemon.c3805 if( x1a ){ in Strsafe_init()
3811 free(x1a); in Strsafe_init()
3812 x1a = 0; in Strsafe_init()
3815 x1a->ht = (x1node**)&(x1a->tbl[1024]); in Strsafe_init()
3832 np = x1a->ht[h];
3841 if( x1a->count>=x1a->size ){
3864 *x1a = array;
3868 np = &(x1a->tbl[x1a->count++]);
3870 if( x1a->ht[h] ) x1a->ht[h]->from = &(np->next);
3872 x1a->ht[h] = np;
[all …]