Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dlemon.c5646 } x3node; typedef
5658 x3a->tbl = (x3node*)calloc(128, sizeof(x3node) + sizeof(x3node*)); in State_init()
5664 x3a->ht = (x3node**)&(x3a->tbl[128]); in State_init()
5673 x3node *np; in State_insert()
5695 array.tbl = (x3node*)calloc(arrSize, sizeof(x3node) + sizeof(x3node*)); in State_insert()
5697 array.ht = (x3node**)&(array.tbl[arrSize]); in State_insert()
5700 x3node *oldnp, *newnp; in State_insert()
5731 x3node *np; in State_find()