Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlemon.c4164 } x3node; typedef
4176 x3a->tbl = (x3node*)malloc( in State_init()
4177 (sizeof(x3node) + sizeof(x3node*))*128 ); in State_init()
4183 x3a->ht = (x3node**)&(x3a->tbl[128]); in State_init()
4194 x3node *np;
4216 array.tbl = (x3node*)malloc(
4217 (sizeof(x3node) + sizeof(x3node*))*size );
4219 array.ht = (x3node**)&(array.tbl[size]);
4222 x3node *oldnp, *newnp;
4254 x3node *np;