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

/freebsd-10.2-release/crypto/openssl/crypto/ui/
H A Dui.h267 a flusher This function is called to flush everything that
284 only checked when returned by the flusher or the reader.
287 strings, then the flusher, then the reader for all strings and finally the
292 flusher to actually display the box and run the event loop until all data
326 int UI_method_set_flusher(UI_METHOD *method, int (*flusher) (UI *ui));
H A Dui_lib.c630 int UI_method_set_flusher(UI_METHOD *method, int (*flusher) (UI *ui))
633 method->ui_flush = flusher;
/freebsd-10.2-release/contrib/apr-util/buckets/
H A Dapr_brigade.c647 apr_brigade_flush *flusher; /* flushing function */ member in struct:brigade_vprintf_data_t
664 res = apr_brigade_write(vd->b, *vd->flusher, vd->ctx, vd->cbuff,
690 vd.flusher = &flush;

Completed in 101 milliseconds