Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/tool/
H A Dlemon.c4130 } x3node; typedef
4142 x3a->tbl = (x3node*)malloc( in State_init()
4143 (sizeof(x3node) + sizeof(x3node*))*128 ); in State_init()
4149 x3a->ht = (x3node**)&(x3a->tbl[128]); in State_init()
4160 x3node *np;
4182 array.tbl = (x3node*)malloc(
4183 (sizeof(x3node) + sizeof(x3node*))*size );
4185 array.ht = (x3node**)&(array.tbl[size]);
4188 x3node *oldnp, *newnp;
4220 x3node *np;