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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dhiperfifo.c346 static void fifo_cb(int fd, short event, void *arg) function
393 g->fifo_event = event_new(g->evbase, sockfd, EV_READ|EV_PERSIST, fifo_cb, g);
H A Devhiperfifo.c358 static void fifo_cb(EV_P_ struct ev_io *w, int revents) function
409 ev_io_init(&g->fifo_event, fifo_cb, sockfd, EV_READ);
H A Dghiper.c341 static gboolean fifo_cb (GIOChannel *ch, GIOCondition condition, gpointer data) function
380 g_error("fifo_cb: %s", err->message);
437 g_io_add_watch(ch,G_IO_IN,fifo_cb,g);

Completed in 46 milliseconds