Searched refs:xc_error (Results 1 – 6 of 6) sorted by relevance
50 const xc_error *error = xch ? xc_get_last_error(xch) : NULL; in xsd_glue_failwith()
85 struct xc_error last_error; /* for xc_get_last_error */
123 const xc_error *xc_get_last_error(xc_interface *xch) in xc_get_last_error()
1647 typedef struct xc_error { struct1650 } xc_error; argument1671 const xc_error *xc_get_last_error(xc_interface *handle);
63 static xc_error err_buf; in pyxc_error_to_exception()65 const xc_error *err; in pyxc_error_to_exception()
73 const xc_error *error = xc_get_last_error(xch); in failwith_xc()
Completed in 25 milliseconds