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

/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbf_lbuf.c101 } BIO_LINEBUFFER_CTX; typedef in typeref:struct:bio_linebuffer_ctx_struct
105 BIO_LINEBUFFER_CTX *ctx;
107 ctx = (BIO_LINEBUFFER_CTX *)OPENSSL_malloc(sizeof(BIO_LINEBUFFER_CTX));
126 BIO_LINEBUFFER_CTX *b;
130 b = (BIO_LINEBUFFER_CTX *)a->ptr;
157 BIO_LINEBUFFER_CTX *ctx;
161 ctx = (BIO_LINEBUFFER_CTX *)b->ptr;
269 BIO_LINEBUFFER_CTX *ctx;
275 ctx = (BIO_LINEBUFFER_CTX *)
[all...]

Completed in 97 milliseconds