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

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c3924 } x2node; typedef in typeref:struct:s_x2node
3936 x2a->tbl = (x2node*)malloc(
3937 (sizeof(x2node) + sizeof(x2node*))*128 );
3943 x2a->ht = (x2node**)&(x2a->tbl[128]);
3954 x2node *np;
3976 array.tbl = (x2node*)malloc(
3977 (sizeof(x2node) + sizeof(x2node*))*size );
3979 array.ht = (x2node**)
[all...]

Completed in 67 milliseconds