OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIO_accept
(Results
1 - 4
of
4
) sorted by null
/external/openssl/crypto/bio/
bss_acpt.c
93
}
BIO_ACCEPT
;
101
static int acpt_state(BIO *b,
BIO_ACCEPT
*c);
103
BIO_ACCEPT
*BIO_ACCEPT_new(void );
104
void BIO_ACCEPT_free(
BIO_ACCEPT
*a);
131
BIO_ACCEPT
*ba;
144
BIO_ACCEPT
*BIO_ACCEPT_new(void)
146
BIO_ACCEPT
*ret;
148
if ((ret=(
BIO_ACCEPT
*)OPENSSL_malloc(sizeof(
BIO_ACCEPT
))) == NULL)
151
memset(ret,0,sizeof(
BIO_ACCEPT
));
[
all
...]
b_sock.c
708
int
BIO_accept
(int sock, char **addr)
bio.h
668
int
BIO_accept
(int sock,char **ip_port);
/external/openssl/include/openssl/
bio.h
668
int
BIO_accept
(int sock,char **ip_port);
Completed in 13 milliseconds