Searched refs:_ht (Results 1 – 2 of 2) sorted by relevance
108 #define DECLARE_VAL_CONTEXT(_name, _ht, _merge_dups) \ argument110 { .ht = _ht, \
14391 struct _ht { /* the hash table */ struct36628 struct _ht *pEntry, /* The entry into which pNew is inserted */36661 struct _ht *new_ht; /* The new hash table */36665 if( new_size*sizeof(struct _ht)>SQLITE_MALLOC_SOFT_LIMIT ){36666 new_size = SQLITE_MALLOC_SOFT_LIMIT/sizeof(struct _ht);36680 new_ht = (struct _ht *)sqlite3Malloc( new_size*sizeof(struct _ht) );36686 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht);36687 memset(new_ht, 0, new_size*sizeof(struct _ht));36712 struct _ht *pEntry;36742 struct _ht *pEntry;