Home | History | Annotate | Download | only in ui

Lines Matching full:boolean_data

106 			OPENSSL_free((char *)uis->_.boolean_data.action_desc);
107 OPENSSL_free((char *)uis->_.boolean_data.ok_chars);
108 OPENSSL_free((char *)uis->_.boolean_data.cancel_chars);
226 s->_.boolean_data.action_desc = action_desc;
227 s->_.boolean_data.ok_chars = ok_chars;
228 s->_.boolean_data.cancel_chars = cancel_chars;
784 return uis->_.boolean_data.action_desc;
906 if (strchr(uis->_.boolean_data.ok_chars, *p))
909 uis->_.boolean_data.ok_chars[0];
912 if (strchr(uis->_.boolean_data.cancel_chars, *p))
915 uis->_.boolean_data.cancel_chars[0];