OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
583
int i,
lowi
=0;
local
591
lowi
=i;
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;
Completed in 127 milliseconds