Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlemon.c3796 } x1node; typedef
3808 x1a->tbl = (x1node*)malloc( in Strsafe_init()
3809 (sizeof(x1node) + sizeof(x1node*))*1024 ); in Strsafe_init()
3815 x1a->ht = (x1node**)&(x1a->tbl[1024]); in Strsafe_init()
3825 x1node *np;
3847 array.tbl = (x1node*)malloc(
3848 (sizeof(x1node) + sizeof(x1node*))*size );
3850 array.ht = (x1node**)&(array.tbl[size]);
3853 x1node *oldnp, *newnp;
3883 x1node *np;