Searched refs:fifo_cb (Results 1 – 3 of 3) sorted by relevance
/external/curl/docs/examples/ |
D | ghiper.c | 341 static gboolean fifo_cb (GIOChannel *ch, GIOCondition condition, gpointer data) in fifo_cb() function 437 g_io_add_watch(ch,G_IO_IN,fifo_cb,g); in main()
|
D | hiperfifo.c | 346 static void fifo_cb(int fd, short event, void *arg) in fifo_cb() function 393 g->fifo_event = event_new(g->evbase, sockfd, EV_READ|EV_PERSIST, fifo_cb, g); in init_fifo()
|
D | evhiperfifo.c | 358 static void fifo_cb(EV_P_ struct ev_io *w, int revents) in fifo_cb() function 409 ev_io_init(&g->fifo_event, fifo_cb, sockfd, EV_READ); in init_fifo()
|