Lines Matching refs:UI_STRING
98 static void free_string(UI_STRING *uis) in free_string()
139 static UI_STRING *general_allocate_prompt(UI *ui, const char *prompt, in general_allocate_prompt()
143 UI_STRING *ret = NULL; in general_allocate_prompt()
154 else if ((ret = (UI_STRING *)OPENSSL_malloc(sizeof(UI_STRING)))) in general_allocate_prompt()
170 UI_STRING *s = general_allocate_prompt(ui, prompt, prompt_freeable, in general_allocate_string()
197 UI_STRING *s; in general_allocate_boolean()
475 UI_STRING uis; in print_error()
652 int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis)) in UI_method_set_writer()
674 int UI_method_set_reader(UI_METHOD *method, int (*reader)(UI *ui, UI_STRING *uis)) in UI_method_set_reader()
715 int (*UI_method_get_writer(UI_METHOD *method))(UI*,UI_STRING*) in UI_method_get_writer()
731 int (*UI_method_get_reader(UI_METHOD *method))(UI*,UI_STRING*) in UI_method_get_reader()
755 enum UI_string_types UI_get_string_type(UI_STRING *uis) in UI_get_string_type()
762 int UI_get_input_flags(UI_STRING *uis) in UI_get_input_flags()
769 const char *UI_get0_output_string(UI_STRING *uis) in UI_get0_output_string()
776 const char *UI_get0_action_string(UI_STRING *uis) in UI_get0_action_string()
790 const char *UI_get0_result_string(UI_STRING *uis) in UI_get0_result_string()
804 const char *UI_get0_test_string(UI_STRING *uis) in UI_get0_test_string()
817 int UI_get_result_minsize(UI_STRING *uis) in UI_get_result_minsize()
831 int UI_get_result_maxsize(UI_STRING *uis) in UI_get_result_maxsize()
845 int UI_set_result(UI *ui, UI_STRING *uis, const char *result) in UI_set_result()