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

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c4130 } x3node; typedef in typeref:struct:s_x3node
4142 x3a->tbl = (x3node*)malloc(
4143 (sizeof(x3node) + sizeof(x3node*))*128 );
4149 x3a->ht = (x3node**)&(x3a->tbl[128]);
4160 x3node *np;
4182 array.tbl = (x3node*)malloc(
4183 (sizeof(x3node) + sizeof(x3node*))*size );
4185 array.ht = (x3node**)
[all...]

Completed in 290 milliseconds