OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIO_CONNECT
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_conn.c
99
}
BIO_CONNECT
;
109
static int conn_state(BIO *b,
BIO_CONNECT
*c);
111
BIO_CONNECT
*BIO_CONNECT_new(void );
112
void BIO_CONNECT_free(
BIO_CONNECT
*a);
128
static int conn_state(BIO *b,
BIO_CONNECT
*c)
321
BIO_CONNECT
*BIO_CONNECT_new(void)
323
BIO_CONNECT
*ret;
325
if ((ret=(
BIO_CONNECT
*)OPENSSL_malloc(sizeof(
BIO_CONNECT
))) == NULL)
341
void BIO_CONNECT_free(
BIO_CONNECT
*a
[
all
...]
/external/openssl/crypto/bio/
bss_conn.c
99
}
BIO_CONNECT
;
109
static int conn_state(BIO *b,
BIO_CONNECT
*c);
111
BIO_CONNECT
*BIO_CONNECT_new(void );
112
void BIO_CONNECT_free(
BIO_CONNECT
*a);
128
static int conn_state(BIO *b,
BIO_CONNECT
*c)
321
BIO_CONNECT
*BIO_CONNECT_new(void)
323
BIO_CONNECT
*ret;
325
if ((ret=(
BIO_CONNECT
*)OPENSSL_malloc(sizeof(
BIO_CONNECT
))) == NULL)
341
void BIO_CONNECT_free(
BIO_CONNECT
*a
[
all
...]
Completed in 52 milliseconds