Home
last modified time | relevance | path

Searched defs:ui_string_st (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/ui/
Dui_local.h61 struct ui_string_st { struct
62 enum UI_string_types type; /* Input */
63 const char *out_string; /* Input */
64 int input_flags; /* Flags from the user */
69 char *result_buf; /* Input and Output: If not NULL,
74 size_t result_len;
75 union {
88 } _;
91 int flags; /* flags for internal use */
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1570 class ui_string_st(Structure): class