Searched refs:new_ht (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libc/net/
H A Dgethostnamadr.c267 struct hostent new_ht; local
317 memcpy(&new_ht, ht, sizeof(struct hostent));
325 if (new_ht.h_name != NULL) {
326 size = strlen(new_ht.h_name);
327 memcpy(p, new_ht.h_name, size);
328 new_ht.h_name = p;
332 if (new_ht.h_aliases != NULL) {
334 memcpy(p, new_ht.h_aliases, sizeof(char *) * aliases_size);
335 new_ht.h_aliases = (char **)p;
338 for (iter = new_ht
[all...]
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c33300 struct _ht *new_ht; /* The new hash table */ local
178152 struct _fts3ht *new_ht; /* The new hash table */ local
[all...]

Completed in 608 milliseconds