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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Db_sock.c99 } ghbn_cache[GHBN_NUM];
257 (ghbn_cache[iarg].order > 0))
261 *p=ghbn_cache[iarg].name;
262 ghbn_cache[iarg].name[128]='\0';
269 ghbn_cache[i].order=0;
382 if (low > ghbn_cache[i].order)
384 low=ghbn_cache[i].order;
387 if (ghbn_cache[i].order > 0)
389 if (strncmp(name,ghbn_cache[i].name,128) == 0)
423 if (ghbn_cache[low
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Ds_socket.c570 } ghbn_cache[GHBN_NUM]; variable in typeref:struct:ghbn_cache_st
583 if (low > ghbn_cache[i].order)
585 low=ghbn_cache[i].order;
588 if (ghbn_cache[i].order > 0)
590 if (strncmp(name,ghbn_cache[i].name,128) == 0)
600 if(strlen(name) < sizeof ghbn_cache[0].name)
602 strcpy(ghbn_cache[lowi].name,name);
603 memcpy((char *)&(ghbn_cache[lowi].ent),ret,sizeof(struct hostent));
604 ghbn_cache[lowi].order=ghbn_miss+ghbn_hits;
611 ret= &(ghbn_cache[
[all...]

Completed in 97 milliseconds