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

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c4276 } x4node; typedef in typeref:struct:s_x4node
4288 x4a->tbl = (x4node*)malloc(
4289 (sizeof(x4node) + sizeof(x4node*))*64 );
4295 x4a->ht = (x4node**)&(x4a->tbl[64]);
4305 x4node *np;
4327 array.tbl = (x4node*)malloc(
4328 (sizeof(x4node) + sizeof(x4node*))*size );
4330 array.ht = (x4node**)
[all...]

Completed in 69 milliseconds