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

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c3762 } x1node; typedef in typeref:struct:s_x1node
3774 x1a->tbl = (x1node*)malloc(
3775 (sizeof(x1node) + sizeof(x1node*))*1024 );
3781 x1a->ht = (x1node**)&(x1a->tbl[1024]);
3791 x1node *np;
3813 array.tbl = (x1node*)malloc(
3814 (sizeof(x1node) + sizeof(x1node*))*size );
3816 array.ht = (x1node**)
[all...]

Completed in 111 milliseconds