Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c4273 } x4node; typedef
4285 x4a->tbl = (x4node*)malloc( in Configtable_init()
4286 (sizeof(x4node) + sizeof(x4node*))*64 ); in Configtable_init()
4292 x4a->ht = (x4node**)&(x4a->tbl[64]); in Configtable_init()
4302 x4node *np;
4324 array.tbl = (x4node*)malloc(
4325 (sizeof(x4node) + sizeof(x4node*))*size );
4327 array.ht = (x4node**)&(array.tbl[size]);
4330 x4node *oldnp, *newnp;
4360 x4node *np;