Searched refs:_ht (Results 1 – 4 of 4) sorted by relevance
170 host) _ht=$HOST_TARGET;;180 for x in $_ht $TARGET_SPEC $MACHINE
171 host) _ht=$HOST_TARGET;;181 for x in $_ht $TARGET_SPEC $MACHINE
7362 struct _ht { /* the hash table */ struct21868 struct _ht *pEntry, /* The entry into which pNew is inserted */ in insertElement()21901 struct _ht *new_ht; /* The new hash table */ in rehash()21905 if( new_size*sizeof(struct _ht)>SQLITE_MALLOC_SOFT_LIMIT ){ in rehash()21906 new_size = SQLITE_MALLOC_SOFT_LIMIT/sizeof(struct _ht); in rehash()21916 new_ht = (struct _ht *)sqlite3Malloc( new_size*sizeof(struct _ht) ); in rehash()21922 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht); in rehash()21923 memset(new_ht, 0, new_size*sizeof(struct _ht)); in rehash()21946 struct _ht *pEntry = &pH->ht[h]; in findElementGivenHash()21970 struct _ht *pEntry; in removeElementGivenHash()
14252 struct _ht { /* the hash table */ struct36406 struct _ht *pEntry, /* The entry into which pNew is inserted */36439 struct _ht *new_ht; /* The new hash table */36443 if( new_size*sizeof(struct _ht)>SQLITE_MALLOC_SOFT_LIMIT ){36444 new_size = SQLITE_MALLOC_SOFT_LIMIT/sizeof(struct _ht);36458 new_ht = (struct _ht *)sqlite3Malloc( new_size*sizeof(struct _ht) );36464 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht);36465 memset(new_ht, 0, new_size*sizeof(struct _ht));36490 struct _ht *pEntry;36520 struct _ht *pEntry;