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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Db_sock.c106 } ghbn_cache[GHBN_NUM];
269 if ((iarg >= 0) && (iarg < GHBN_NUM) && (ghbn_cache[iarg].order > 0)) {
273 *p = ghbn_cache[iarg].name;
274 ghbn_cache[iarg].name[128] = '\0';
281 ghbn_cache[i].order = 0;
395 if (low > ghbn_cache[i].order) {
396 low = ghbn_cache[i].order;
399 if (ghbn_cache[i].order > 0) {
400 if (strncmp(name, ghbn_cache[i].name, 128) == 0)
434 if (ghbn_cache[low
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Db_sock.c106 } ghbn_cache[GHBN_NUM];
269 if ((iarg >= 0) && (iarg < GHBN_NUM) && (ghbn_cache[iarg].order > 0)) {
273 *p = ghbn_cache[iarg].name;
274 ghbn_cache[iarg].name[128] = '\0';
281 ghbn_cache[i].order = 0;
395 if (low > ghbn_cache[i].order) {
396 low = ghbn_cache[i].order;
399 if (ghbn_cache[i].order > 0) {
400 if (strncmp(name, ghbn_cache[i].name, 128) == 0)
434 if (ghbn_cache[low
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_socket.c571 } ghbn_cache[GHBN_NUM]; variable in typeref:struct:ghbn_cache_st
583 if (low > ghbn_cache[i].order) {
584 low = ghbn_cache[i].order;
587 if (ghbn_cache[i].order > 0) {
588 if (strncmp(name, ghbn_cache[i].name, 128) == 0)
598 if (strlen(name) < sizeof ghbn_cache[0].name) {
599 strcpy(ghbn_cache[lowi].name, name);
600 memcpy((char *)&(ghbn_cache[lowi].ent), ret,
602 ghbn_cache[lowi].order = ghbn_miss + ghbn_hits;
607 ret = &(ghbn_cache[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_socket.c571 } ghbn_cache[GHBN_NUM]; variable in typeref:struct:ghbn_cache_st
583 if (low > ghbn_cache[i].order) {
584 low = ghbn_cache[i].order;
587 if (ghbn_cache[i].order > 0) {
588 if (strncmp(name, ghbn_cache[i].name, 128) == 0)
598 if (strlen(name) < sizeof ghbn_cache[0].name) {
599 strcpy(ghbn_cache[lowi].name, name);
600 memcpy((char *)&(ghbn_cache[lowi].ent), ret,
602 ghbn_cache[lowi].order = ghbn_miss + ghbn_hits;
607 ret = &(ghbn_cache[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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 175 milliseconds