Lines Matching refs:result
36 int UI_set_result(UI *ui, UI_STRING *uis, const char *result);
37 int UI_set_result_ex(UI *ui, UI_STRING *uis, const char *result, int len);
66 retrieve the result of a prompt and its length.
72 prompt result with.
77 retrieve the minimum and maximum required size of the result.
81 UI_set_result_ex() is used to set the result value of a prompt and its length.
83 result retrievable with UI_get0_result_string() by copying the
84 contents of B<result> if its length fits the minimum and maximum size
87 the result retrievable with UI_get0_result_string() to the first
89 if the B<result> matched any of them, or the first of the
90 B<cancel_chars> if the B<result> matched any of them, otherwise it's
111 UI_get0_result_string() returns the UI string result buffer for
115 UI_get_result_string_length() returns the UI string result buffer's
122 UI_get_result_minsize() returns the minimum allowed result size for
126 UI_get_result_maxsize() returns the minimum allowed result size for