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

/netbsd-6-1-5-RELEASE/share/examples/puffs/pgfs/
H A Dpgfs_db.c894 struct puffs_cc *flusher = NULL; variable in typeref:struct:puffs_cc
924 if (flusher != NULL) { /* serialize flushers */
925 DPRINTF("%p flush in progress %p\n", cc, flusher);
927 assert(flusher == NULL);
930 flusher = cc;
962 assert(flusher == cc);
963 flusher = NULL;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ui/
H A Dui.h254 a flusher This function is called to flush everything that
271 only checked when returned by the flusher or the reader.
274 strings, then the flusher, then the reader for all strings and finally the
279 flusher to actually display the box and run the event loop until all data
310 int UI_method_set_flusher(UI_METHOD *method, int (*flusher)(UI *ui));
H A Dui_lib.c663 int UI_method_set_flusher(UI_METHOD *method, int (*flusher)(UI *ui))
667 method->ui_flush = flusher;

Completed in 114 milliseconds