Searched refs:x4node (Results 1 – 1 of 1) sorted by relevance
5786 } x4node; typedef5798 x4a->tbl = (x4node*)calloc(64, sizeof(x4node) + sizeof(x4node*)); in Configtable_init()5804 x4a->ht = (x4node**)&(x4a->tbl[64]); in Configtable_init()5813 x4node *np; in Configtable_insert()5835 array.tbl = (x4node*)calloc(arrSize, sizeof(x4node) + sizeof(x4node*)); in Configtable_insert()5837 array.ht = (x4node**)&(array.tbl[arrSize]); in Configtable_insert()5840 x4node *oldnp, *newnp; in Configtable_insert()5871 x4node *np; in Configtable_find()