Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/tool/
H A Dlemon.c4276 } x4node; typedef
4288 x4a->tbl = (x4node*)malloc( in Configtable_init()
4289 (sizeof(x4node) + sizeof(x4node*))*64 ); in Configtable_init()
4295 x4a->ht = (x4node**)&(x4a->tbl[64]); in Configtable_init()
4305 x4node *np;
4327 array.tbl = (x4node*)malloc(
4328 (sizeof(x4node) + sizeof(x4node*))*size );
4330 array.ht = (x4node**)&(array.tbl[size]);
4333 x4node *oldnp, *newnp;
4363 x4node *np;