Home
last modified time | relevance | path

Searched refs:boolean_data (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/lib/libcrypto/ui/
H A Dui_lib.c104 free((char *)uis->_.boolean_data.action_desc); in free_string()
105 free((char *)uis->_.boolean_data.ok_chars); in free_string()
106 free((char *)uis->_.boolean_data.cancel_chars); in free_string()
228 if ((s->_.boolean_data.action_desc = in general_allocate_boolean()
234 if ((s->_.boolean_data.ok_chars = strdup(ok_chars)) == NULL) { in general_allocate_boolean()
238 if ((s->_.boolean_data.cancel_chars = strdup(cancel_chars)) == in general_allocate_boolean()
244 s->_.boolean_data.action_desc = action_desc; in general_allocate_boolean()
245 s->_.boolean_data.ok_chars = ok_chars; in general_allocate_boolean()
246 s->_.boolean_data.cancel_chars = cancel_chars; in general_allocate_boolean()
775 return uis->_.boolean_data.action_desc; in UI_get0_action_string()
[all …]
H A Dui_local.h130 } boolean_data; member