Searched refs:boolean_data (Results 1 – 2 of 2) sorted by relevance
104 OPENSSL_free((char *)uis->_.boolean_data.action_desc); in free_string()105 OPENSSL_free((char *)uis->_.boolean_data.ok_chars); in free_string()106 OPENSSL_free((char *)uis->_.boolean_data.cancel_chars); in free_string()212 s->_.boolean_data.action_desc = action_desc; in general_allocate_boolean()213 s->_.boolean_data.ok_chars = ok_chars; in general_allocate_boolean()214 s->_.boolean_data.cancel_chars = cancel_chars; in general_allocate_boolean()744 return uis->_.boolean_data.action_desc; in UI_get0_action_string()856 if (strchr(uis->_.boolean_data.ok_chars, *p)) { in UI_set_result()857 uis->result_buf[0] = uis->_.boolean_data.ok_chars[0]; in UI_set_result()860 if (strchr(uis->_.boolean_data.cancel_chars, *p)) { in UI_set_result()[all …]
126 } boolean_data; member