Searched defs:xo_handle_s (Results 1 – 1 of 1) sorted by relevance
231 struct xo_handle_s { struct234 xo_style_t xo_style; /* XO_STYLE_* value */237 xo_write_func_t xo_write; /* Write callback */238 xo_close_func_t xo_close; /* Close callback */239 xo_flush_func_t xo_flush; /* Flush callback */243 xo_buffer_t xo_data; /* Output data */247 xo_stack_t *xo_stack; /* Stack pointer */248 int xo_depth; /* Depth of stack */249 int xo_stack_size; /* Size of the stack */266 char *xo_version; /* Version string */[all …]