Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/tool/
H A Dlemon.c3762 } x1node; typedef
3774 x1a->tbl = (x1node*)malloc( in Strsafe_init()
3775 (sizeof(x1node) + sizeof(x1node*))*1024 ); in Strsafe_init()
3781 x1a->ht = (x1node**)&(x1a->tbl[1024]); in Strsafe_init()
3791 x1node *np;
3813 array.tbl = (x1node*)malloc(
3814 (sizeof(x1node) + sizeof(x1node*))*size );
3816 array.ht = (x1node**)&(array.tbl[size]);
3819 x1node *oldnp, *newnp;
3849 x1node *np;