Searched refs:hent (Results 1 - 5 of 5) sorted by relevance

/external/boringssl/src/crypto/x509/
H A Dby_dir.c335 BY_DIR_HASH htmp, *hent; local
349 hent = sk_BY_DIR_HASH_value(ent->hashes, idx);
350 k = hent->suffix;
354 hent = NULL;
362 hent = NULL;
443 if (!hent)
447 hent = sk_BY_DIR_HASH_value(ent->hashes, idx);
449 if (!hent)
451 hent = OPENSSL_malloc(sizeof(BY_DIR_HASH));
452 if (hent
[all...]
/external/fio/engines/
H A Drdma.c919 struct hostent *hent; local
921 hent = gethostbyname(host);
922 if (!hent) {
927 memcpy(&rd->addr.sin_addr, hent->h_addr, 4);
/external/ppp/pppd/
H A Dtty.c878 struct hostent *hent; local
892 hent = gethostbyname(dest);
893 if (hent == NULL) {
898 host = *(u_int32_t *)(hent->h_addr_list[0]);
/external/blktrace/
H A Dblktrace.c950 struct hostent *hent; local
952 hent = gethostbyname(hostname);
953 if (!hent) {
971 memcpy(&addr->sin_addr, hent->h_addr, 4);
972 strcpy(hostname, hent->h_name);
/external/valgrind/helgrind/
H A Dlibhb_core.c4361 UWord hent; local
4368 hent = example->frames_hash % N_RCEC_TAB;
4369 copy = contextTab[hent];
4382 if (copy != contextTab[hent]) {
4383 move_RCEC_one_step_forward( &contextTab[hent], copy );
4389 copy->next = contextTab[hent];
4390 contextTab[hent] = copy;

Completed in 190 milliseconds