Home
last modified time | relevance | path

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

/external/chromium_org/third_party/openssl/openssl/crypto/bio/
Db_sock.c387 int i,lowi=0,j; in BIO_gethostbyname()
406 lowi=i; in BIO_gethostbyname()
444 if (ghbn_cache[lowi].ent != NULL) in BIO_gethostbyname()
445 ghbn_free(ghbn_cache[lowi].ent); /* XXX not thread-safe */ in BIO_gethostbyname()
446 ghbn_cache[lowi].name[0] = '\0'; in BIO_gethostbyname()
448 if((ret=ghbn_cache[lowi].ent=ghbn_dup(ret)) == NULL) in BIO_gethostbyname()
453 strncpy(ghbn_cache[lowi].name,name,128); in BIO_gethostbyname()
454 ghbn_cache[lowi].order=BIO_ghbn_miss+BIO_ghbn_hits; in BIO_gethostbyname()
/external/openssl/crypto/bio/
Db_sock.c387 int i,lowi=0,j; in BIO_gethostbyname()
406 lowi=i; in BIO_gethostbyname()
444 if (ghbn_cache[lowi].ent != NULL) in BIO_gethostbyname()
445 ghbn_free(ghbn_cache[lowi].ent); /* XXX not thread-safe */ in BIO_gethostbyname()
446 ghbn_cache[lowi].name[0] = '\0'; in BIO_gethostbyname()
448 if((ret=ghbn_cache[lowi].ent=ghbn_dup(ret)) == NULL) in BIO_gethostbyname()
453 strncpy(ghbn_cache[lowi].name,name,128); in BIO_gethostbyname()
454 ghbn_cache[lowi].order=BIO_ghbn_miss+BIO_ghbn_hits; in BIO_gethostbyname()
/external/openssl/apps/
Ds_socket.c580 int i,lowi=0; in GetHostByName() local
588 lowi=i; in GetHostByName()
604 strcpy(ghbn_cache[lowi].name,name); in GetHostByName()
605 memcpy((char *)&(ghbn_cache[lowi].ent),ret,sizeof(struct hostent)); in GetHostByName()
606 ghbn_cache[lowi].order=ghbn_miss+ghbn_hits; in GetHostByName()
/external/chromium_org/third_party/openssl/openssl/apps/
Ds_socket.c580 int i,lowi=0; in GetHostByName() local
588 lowi=i; in GetHostByName()
604 strcpy(ghbn_cache[lowi].name,name); in GetHostByName()
605 memcpy((char *)&(ghbn_cache[lowi].ent),ret,sizeof(struct hostent)); in GetHostByName()
606 ghbn_cache[lowi].order=ghbn_miss+ghbn_hits; in GetHostByName()