Searched refs:text_copy (Results 1 – 1 of 1) sorted by relevance
/openssl-master/crypto/ui/ |
A D | ui_lib.c | 321 char *text_copy = NULL; in UI_dup_info_string() local 324 text_copy = OPENSSL_strdup(text); in UI_dup_info_string() 325 if (text_copy == NULL) { in UI_dup_info_string() 331 return general_allocate_string(ui, text_copy, 1, UIT_INFO, 0, NULL, in UI_dup_info_string() 343 char *text_copy = NULL; in UI_dup_error_string() local 346 text_copy = OPENSSL_strdup(text); in UI_dup_error_string() 347 if (text_copy == NULL) { in UI_dup_error_string() 352 return general_allocate_string(ui, text_copy, 1, UIT_ERROR, 0, NULL, in UI_dup_error_string()
|
Completed in 4 milliseconds