Searched refs:boolean_data (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ui/
H A Dui_locl.h126 } boolean_data; member in union:ui_string_st::__anon4939
H A Dui_lib.c104 OPENSSL_free((char *)uis->_.boolean_data.action_desc);
105 OPENSSL_free((char *)uis->_.boolean_data.ok_chars);
106 OPENSSL_free((char *)uis->_.boolean_data.cancel_chars);
212 s->_.boolean_data.action_desc = action_desc;
213 s->_.boolean_data.ok_chars = ok_chars;
214 s->_.boolean_data.cancel_chars = cancel_chars;
744 return uis->_.boolean_data.action_desc;
856 if (strchr(uis->_.boolean_data.ok_chars, *p)) {
857 uis->result_buf[0] = uis->_.boolean_data.ok_chars[0];
860 if (strchr(uis->_.boolean_data
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ui/
H A Dui_locl.h132 } boolean_data; member in union:ui_string_st::__anon7155
H A Dui_lib.c105 OPENSSL_free((char *)uis->_.boolean_data.action_desc);
106 OPENSSL_free((char *)uis->_.boolean_data.ok_chars);
107 OPENSSL_free((char *)uis->_.boolean_data.cancel_chars);
225 s->_.boolean_data.action_desc = action_desc;
226 s->_.boolean_data.ok_chars = ok_chars;
227 s->_.boolean_data.cancel_chars = cancel_chars;
764 return uis->_.boolean_data.action_desc;
886 if (strchr(uis->_.boolean_data.ok_chars, *p))
889 uis->_.boolean_data.ok_chars[0];
892 if (strchr(uis->_.boolean_data
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ui/
H A Dui_locl.h126 } boolean_data; member in union:ui_string_st::__anon4590
H A Dui_lib.c104 OPENSSL_free((char *)uis->_.boolean_data.action_desc);
105 OPENSSL_free((char *)uis->_.boolean_data.ok_chars);
106 OPENSSL_free((char *)uis->_.boolean_data.cancel_chars);
212 s->_.boolean_data.action_desc = action_desc;
213 s->_.boolean_data.ok_chars = ok_chars;
214 s->_.boolean_data.cancel_chars = cancel_chars;
744 return uis->_.boolean_data.action_desc;
856 if (strchr(uis->_.boolean_data.ok_chars, *p)) {
857 uis->result_buf[0] = uis->_.boolean_data.ok_chars[0];
860 if (strchr(uis->_.boolean_data
[all...]

Completed in 117 milliseconds