Home | History | Annotate | Download | only in bio

Lines Matching refs:BIO

1 /* crypto/bio/bss_log.c */
60 It is one-way BIO, it sends all stuff to syslogd (on system that
117 static int MS_CALLBACK slg_write(BIO *h, const char *buf, int num);
118 static int MS_CALLBACK slg_puts(BIO *h, const char *str);
119 static long MS_CALLBACK slg_ctrl(BIO *h, int cmd, long arg1, void *arg2);
120 static int MS_CALLBACK slg_new(BIO *h);
121 static int MS_CALLBACK slg_free(BIO *data);
122 static void xopenlog(BIO* bp, char* name, int level);
123 static void xsyslog(BIO* bp, int priority, const char* string);
124 static void xcloselog(BIO* bp);
156 static int MS_CALLBACK slg_new(BIO *bi)
165 static int MS_CALLBACK slg_free(BIO *a)
172 static int MS_CALLBACK slg_write(BIO *b, const char *in, int inl)
225 static long MS_CALLBACK slg_ctrl(BIO *b, int cmd, long num, void *ptr)
239 static int MS_CALLBACK slg_puts(BIO *bp, const char *str)
250 static void xopenlog(BIO* bp, char* name, int level)
275 static void xsyslog(BIO *bp, int priority, const char *string)
313 static void xcloselog(BIO* bp)
324 static void xopenlog(BIO* bp, char* name, int level)
329 static void xsyslog(BIO *bp, int priority, const char *string)
375 static void xcloselog(BIO* bp)
381 static void xopenlog(BIO* bp, char* name, int level)
390 static void xsyslog(BIO *bp, int priority, const char *string)
395 static void xcloselog(BIO* bp)