HomeSort by relevance Sort by last modified time
    Searched full:boolean_data (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/ui/
ui_lib.c 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)
    [all...]
ui_locl.h 132 } boolean_data; member in union:ui_string_st::__anon12679

Completed in 133 milliseconds