Lines Matching refs:bp
85 static void xopenlog(BIO *bp, char *name, int level);
86 static void xsyslog(BIO *bp, int priority, const char *string);
87 static void xcloselog(BIO *bp);
232 static int slg_puts(BIO *bp, const char *str) in slg_puts() argument
237 ret = slg_write(bp, str, n); in slg_puts()
243 static void xopenlog(BIO *bp, char *name, int level) in xopenlog() argument
246 bp->ptr = RegisterEventSourceA(NULL, name); in xopenlog()
248 bp->ptr = NULL; in xopenlog()
251 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() argument
257 if (bp->ptr == NULL) in xsyslog()
288 ReportEventA(bp->ptr, evtype, 0, 1024, NULL, 2, 0, lpszStrings, NULL); in xsyslog()
291 static void xcloselog(BIO *bp) in xcloselog() argument
293 if (bp->ptr) in xcloselog()
294 DeregisterEventSource((HANDLE) (bp->ptr)); in xcloselog()
295 bp->ptr = NULL; in xcloselog()
302 static void xopenlog(BIO *bp, char *name, int level) in xopenlog() argument
307 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() argument
385 static void xcloselog(BIO *bp) in xcloselog() argument
391 static void xopenlog(BIO *bp, char *name, int level) in xopenlog() argument
400 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() argument
405 static void xcloselog(BIO *bp) in xcloselog() argument