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

/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c4480 } x2node; typedef in typeref:struct:s_x2node
4492 x2a->tbl = (x2node*)malloc(
4493 (sizeof(x2node) + sizeof(x2node*))*128 );
4499 x2a->ht = (x2node**)&(x2a->tbl[128]);
4508 x2node *np;
4530 array.tbl = (x2node*)malloc(
4531 (sizeof(x2node) + sizeof(x2node*))*size );
4533 array.ht = (x2node**)
[all...]

Completed in 92 milliseconds