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

/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c4821 } x4node; typedef in typeref:struct:s_x4node
4833 x4a->tbl = (x4node*)malloc(
4834 (sizeof(x4node) + sizeof(x4node*))*64 );
4840 x4a->ht = (x4node**)&(x4a->tbl[64]);
4849 x4node *np;
4871 array.tbl = (x4node*)malloc(
4872 (sizeof(x4node) + sizeof(x4node*))*size );
4874 array.ht = (x4node**)
[all...]

Completed in 69 milliseconds