Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/bmake/mk/
Dmeta2deps.sh170 host) _ht=$HOST_TARGET;;
180 for x in $_ht $TARGET_SPEC $MACHINE
/freebsd-12-stable/share/mk/
Dmeta2deps.sh171 host) _ht=$HOST_TARGET;;
181 for x in $_ht $TARGET_SPEC $MACHINE
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c7362 struct _ht { /* the hash table */ struct
21868 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()
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c14252 struct _ht { /* the hash table */ struct
36406 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;