Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlemon.c4310 } x4node; typedef
4322 x4a->tbl = (x4node*)malloc( in Configtable_init()
4323 (sizeof(x4node) + sizeof(x4node*))*64 ); in Configtable_init()
4329 x4a->ht = (x4node**)&(x4a->tbl[64]); in Configtable_init()
4339 x4node *np;
4361 array.tbl = (x4node*)malloc(
4362 (sizeof(x4node) + sizeof(x4node*))*size );
4364 array.ht = (x4node**)&(array.tbl[size]);
4367 x4node *oldnp, *newnp;
4397 x4node *np;