Lines Matching refs:egc
27 static void helper_exited(libxl__egc *egc, libxl__ev_child *ch,
29 static void helper_stop(libxl__egc *egc, libxl__ao_abortable *abrt, int rc);
30 static void helper_done(libxl__egc *egc,
45 int libxl__convert_legacy_stream(libxl__egc *egc, in libxl__convert_legacy_stream() argument
119 void libxl__conversion_helper_abort(libxl__egc *egc, in libxl__conversion_helper_abort() argument
137 static void helper_stop(libxl__egc *egc, libxl__ao_abortable *abrt, int rc) in helper_stop() argument
142 libxl__conversion_helper_abort(egc, chs, rc); in helper_stop()
145 static void helper_exited(libxl__egc *egc, libxl__ev_child *ch, in helper_exited() argument
160 helper_done(egc, chs); in helper_exited()
163 static void helper_done(libxl__egc *egc, in helper_done() argument
172 chs->completion_callback(egc, chs, chs->rc); in helper_done()