Lines Matching refs:UI_METHOD

23 UI *UI_new_method(const UI_METHOD *method)  in UI_new_method()
583 const UI_METHOD *UI_get_method(UI *ui) in UI_get_method()
588 const UI_METHOD *UI_set_method(UI *ui, const UI_METHOD *meth) in UI_set_method()
594 UI_METHOD *UI_create_method(const char *name) in UI_create_method()
596 UI_METHOD *ui_method = NULL; in UI_create_method()
616 void UI_destroy_method(UI_METHOD *ui_method) in UI_destroy_method()
627 int UI_method_set_opener(UI_METHOD *method, int (*opener) (UI *ui)) in UI_method_set_opener()
636 int UI_method_set_writer(UI_METHOD *method, in UI_method_set_writer()
646 int UI_method_set_flusher(UI_METHOD *method, int (*flusher) (UI *ui)) in UI_method_set_flusher()
655 int UI_method_set_reader(UI_METHOD *method, in UI_method_set_reader()
665 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui)) in UI_method_set_closer()
674 int UI_method_set_data_duplicator(UI_METHOD *method, in UI_method_set_data_duplicator()
686 int UI_method_set_prompt_constructor(UI_METHOD *method, in UI_method_set_prompt_constructor()
698 int UI_method_set_ex_data(UI_METHOD *method, int idx, void *data) in UI_method_set_ex_data()
703 int (*UI_method_get_opener(const UI_METHOD *method)) (UI *) in UI_method_get_opener()
710 int (*UI_method_get_writer(const UI_METHOD *method)) (UI *, UI_STRING *) in UI_method_get_writer()
717 int (*UI_method_get_flusher(const UI_METHOD *method)) (UI *) in UI_method_get_flusher()
724 int (*UI_method_get_reader(const UI_METHOD *method)) (UI *, UI_STRING *) in UI_method_get_reader()
731 int (*UI_method_get_closer(const UI_METHOD *method)) (UI *) in UI_method_get_closer()
738 char *(*UI_method_get_prompt_constructor(const UI_METHOD *method)) in UI_method_get_prompt_constructor()
746 void *(*UI_method_get_data_duplicator(const UI_METHOD *method)) (UI *, void *) in UI_method_get_data_duplicator()
753 void (*UI_method_get_data_destructor(const UI_METHOD *method)) (UI *, void *) in UI_method_get_data_destructor()
760 const void *UI_method_get_ex_data(const UI_METHOD *method, int idx) in UI_method_get_ex_data()