HomeSort by relevance Sort by last modified time
    Searched refs:general_allocate_string (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/ui/
ui_lib.c 165 static int general_allocate_string(UI *ui, const char *prompt, function
246 return general_allocate_string(ui, prompt, 0,
266 return general_allocate_string(ui, prompt_copy, 1,
273 return general_allocate_string(ui, prompt, 0,
292 return general_allocate_string(ui, prompt_copy, 1,
366 return general_allocate_string(ui, text, 0, UIT_INFO, 0, NULL, 0, 0,
384 return general_allocate_string(ui, text_copy, 1, UIT_INFO, 0, NULL,
390 return general_allocate_string(ui, text, 0, UIT_ERROR, 0, NULL, 0, 0,
407 return general_allocate_string(ui, text_copy, 1, UIT_ERROR, 0, NULL,
  /external/openssl/crypto/ui/
ui_lib.c 165 static int general_allocate_string(UI *ui, const char *prompt, function
246 return general_allocate_string(ui, prompt, 0,
266 return general_allocate_string(ui, prompt_copy, 1,
273 return general_allocate_string(ui, prompt, 0,
292 return general_allocate_string(ui, prompt_copy, 1,
366 return general_allocate_string(ui, text, 0, UIT_INFO, 0, NULL, 0, 0,
384 return general_allocate_string(ui, text_copy, 1, UIT_INFO, 0, NULL,
390 return general_allocate_string(ui, text, 0, UIT_ERROR, 0, NULL, 0, 0,
407 return general_allocate_string(ui, text_copy, 1, UIT_ERROR, 0, NULL,

Completed in 44 milliseconds