Searched refs:sbuf_drain_func (Results 1 – 2 of 2) sorted by relevance
37 typedef int (sbuf_drain_func)(void *, const char *, int); typedef44 sbuf_drain_func *s_drain_func; /* drain function */90 void sbuf_set_drain(struct sbuf *, sbuf_drain_func *, void *);
347 sbuf_set_drain(struct sbuf *s, sbuf_drain_func *func, void *ctx) in sbuf_set_drain()