Searched refs:boolean_data (Results 1 – 2 of 2) sorted by relevance
106 OPENSSL_free((char *)uis->_.boolean_data.action_desc); in free_string()107 OPENSSL_free((char *)uis->_.boolean_data.ok_chars); in free_string()108 OPENSSL_free((char *)uis->_.boolean_data.cancel_chars); in free_string()226 s->_.boolean_data.action_desc = action_desc; in general_allocate_boolean()227 s->_.boolean_data.ok_chars = ok_chars; in general_allocate_boolean()228 s->_.boolean_data.cancel_chars = cancel_chars; in general_allocate_boolean()784 return uis->_.boolean_data.action_desc; in UI_get0_action_string()906 if (strchr(uis->_.boolean_data.ok_chars, *p)) in UI_set_result()909 uis->_.boolean_data.ok_chars[0]; in UI_set_result()912 if (strchr(uis->_.boolean_data.cancel_chars, *p)) in UI_set_result()[all …]
132 } boolean_data; member