Lines Matching refs:boolean_data
56 OPENSSL_free((char *)uis->_.boolean_data.action_desc); in free_string()
57 OPENSSL_free((char *)uis->_.boolean_data.ok_chars); in free_string()
58 OPENSSL_free((char *)uis->_.boolean_data.cancel_chars); in free_string()
173 s->_.boolean_data.action_desc = action_desc; in general_allocate_boolean()
174 s->_.boolean_data.ok_chars = ok_chars; in general_allocate_boolean()
175 s->_.boolean_data.cancel_chars = cancel_chars; in general_allocate_boolean()
799 return uis->_.boolean_data.action_desc; in UI_get0_action_string()
935 if (strchr(uis->_.boolean_data.ok_chars, *p)) { in UI_set_result_ex()
936 uis->result_buf[0] = uis->_.boolean_data.ok_chars[0]; in UI_set_result_ex()
939 if (strchr(uis->_.boolean_data.cancel_chars, *p)) { in UI_set_result_ex()
940 uis->result_buf[0] = uis->_.boolean_data.cancel_chars[0]; in UI_set_result_ex()