HomeSort by relevance Sort by last modified time
    Searched refs:lowi (Results 1 - 2 of 2) sorted by null

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

Completed in 375 milliseconds