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

/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Db_sock.c112 } ghbn_cache[GHBN_NUM];
274 (ghbn_cache[iarg].order > 0))
278 *p=ghbn_cache[iarg].name;
279 ghbn_cache[iarg].name[128]='\0';
286 ghbn_cache[i].order=0;
403 if (low > ghbn_cache[i].order)
405 low=ghbn_cache[i].order;
408 if (ghbn_cache[i].order > 0)
410 if (strncmp(name,ghbn_cache[i].name,128) == 0)
444 if (ghbn_cache[low
[all...]
/freebsd-10.0-release/crypto/openssl/apps/
H A Ds_socket.c575 } ghbn_cache[GHBN_NUM]; variable in typeref:struct:ghbn_cache_st
588 if (low > ghbn_cache[i].order)
590 low=ghbn_cache[i].order;
593 if (ghbn_cache[i].order > 0)
595 if (strncmp(name,ghbn_cache[i].name,128) == 0)
605 if(strlen(name) < sizeof ghbn_cache[0].name)
607 strcpy(ghbn_cache[lowi].name,name);
608 memcpy((char *)&(ghbn_cache[lowi].ent),ret,sizeof(struct hostent));
609 ghbn_cache[lowi].order=ghbn_miss+ghbn_hits;
616 ret= &(ghbn_cache[
[all...]

Completed in 114 milliseconds