_ht
struct _ht *new_ht; /* The new hash table */
new_ht = (struct _ht *)sqliteMalloc( new_size*sizeof(struct _ht) );