Searched refs:fifo_cb (Results 1 – 4 of 4) sorted by relevance
/curl/docs/examples/ |
H A D | hiperfifo.c | 367 static void fifo_cb(int fd, short event, void *arg) in fifo_cb() function 423 fifo_cb, g); in init_fifo()
|
H A D | ghiper.c | 333 static gboolean fifo_cb(GIOChannel *ch, GIOCondition condition, gpointer data) in fifo_cb() function 425 g_io_add_watch(ch, G_IO_IN, fifo_cb, g); in main()
|
H A D | evhiperfifo.c | 376 static void fifo_cb(EV_P_ struct ev_io *w, int revents) in fifo_cb() function 425 ev_io_init(&g->fifo_event, fifo_cb, sockfd, EV_READ); in init_fifo()
|
H A D | ephiperfifo.c | 394 static void fifo_cb(GlobalInfo* g, int revents) in fifo_cb() function 530 fifo_cb(&g, events[idx].events); in main()
|
Completed in 11 milliseconds