Home
last modified time | relevance | path

Searched refs:text_copy (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/ui/
H A Dui_lib.c307 char *text_copy = NULL; in UI_dup_info_string() local
310 text_copy = OPENSSL_strdup(text); in UI_dup_info_string()
311 if (text_copy == NULL) in UI_dup_info_string()
315 return general_allocate_string(ui, text_copy, 1, UIT_INFO, 0, NULL, in UI_dup_info_string()
327 char *text_copy = NULL; in UI_dup_error_string() local
330 text_copy = OPENSSL_strdup(text); in UI_dup_error_string()
331 if (text_copy == NULL) in UI_dup_error_string()
334 return general_allocate_string(ui, text_copy, 1, UIT_ERROR, 0, NULL, in UI_dup_error_string()

Completed in 6 milliseconds