Home | History | Annotate | Download | only in bio

Lines Matching refs:BIO

1 /* crypto/bio/bss_rtcp.c */
69 #include <openssl/bio.h>
91 static int rtcp_write(BIO *h,const char *buf,int num);
92 static int rtcp_read(BIO *h,char *buf,int size);
93 static int rtcp_puts(BIO *h,const char *str);
94 static int rtcp_gets(BIO *h,char *str,int size);
95 static long rtcp_ctrl(BIO *h,int cmd,long arg1,void *arg2);
96 static int rtcp_new(BIO *h);
97 static int rtcp_free(BIO *data);
153 static int rtcp_new(BIO *bi)
166 static int rtcp_free(BIO *a)
174 static int rtcp_read(BIO *b, char *out, int outl)
221 static int rtcp_write(BIO *b, const char *in, int inl)
250 static long rtcp_ctrl(BIO *b, int cmd, long num, void *ptr)
281 static int rtcp_gets(BIO *bp, char *buf, int size)
286 static int rtcp_puts(BIO *bp, const char *str)