Searched defs:input_flags (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/ui/
H A Dui_locl.h106 int input_flags; /* Flags from the user */ member in struct:ui_string_st
H A Dui_lib.c140 int prompt_freeable, enum UI_string_types type, int input_flags,
158 ret->input_flags=input_flags;
166 int prompt_freeable, enum UI_string_types type, int input_flags,
171 type, input_flags, result_buf);
193 int prompt_freeable, enum UI_string_types type, int input_flags,
220 type, input_flags, result_buf);
766 return uis->input_flags;
139 general_allocate_prompt(UI *ui, const char *prompt, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf) argument
165 general_allocate_string(UI *ui, const char *prompt, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument
190 general_allocate_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf) argument
/external/openssl/crypto/ui/
H A Dui_locl.h106 int input_flags; /* Flags from the user */ member in struct:ui_string_st
H A Dui_lib.c140 int prompt_freeable, enum UI_string_types type, int input_flags,
158 ret->input_flags=input_flags;
166 int prompt_freeable, enum UI_string_types type, int input_flags,
171 type, input_flags, result_buf);
193 int prompt_freeable, enum UI_string_types type, int input_flags,
220 type, input_flags, result_buf);
766 return uis->input_flags;
139 general_allocate_prompt(UI *ui, const char *prompt, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf) argument
165 general_allocate_string(UI *ui, const char *prompt, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument
190 general_allocate_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf) argument

Completed in 107 milliseconds