Searched defs:result_buf (Results 1 – 8 of 8) sorted by relevance
| /third_party/openssl/crypto/ui/ |
| D | ui_lib.c | 100 int input_flags, char *result_buf) in general_allocate_prompt() 122 char *result_buf, int minsize, int maxsize, in general_allocate_string() 153 int input_flags, char *result_buf) in general_allocate_boolean() 198 char *result_buf, int minsize, int maxsize) in UI_add_input_string() 207 char *result_buf, int minsize, int maxsize) in UI_dup_input_string() 225 char *result_buf, int minsize, int maxsize, in UI_add_verify_string() 234 char *result_buf, int minsize, int maxsize, in UI_dup_verify_string() 254 int flags, char *result_buf) in UI_add_input_boolean() 263 int flags, char *result_buf) in UI_dup_input_boolean()
|
| D | ui_local.h | 69 char *result_buf; /* Input and Output: If not NULL, member
|
| /third_party/node/deps/openssl/openssl/crypto/ui/ |
| D | ui_lib.c | 100 int input_flags, char *result_buf) in general_allocate_prompt() 122 char *result_buf, int minsize, int maxsize, in general_allocate_string() 153 int input_flags, char *result_buf) in general_allocate_boolean() 198 char *result_buf, int minsize, int maxsize) in UI_add_input_string() 207 char *result_buf, int minsize, int maxsize) in UI_dup_input_string() 225 char *result_buf, int minsize, int maxsize, in UI_add_verify_string() 234 char *result_buf, int minsize, int maxsize, in UI_dup_verify_string() 254 int flags, char *result_buf) in UI_add_input_boolean() 263 int flags, char *result_buf) in UI_dup_input_boolean()
|
| D | ui_local.h | 69 char *result_buf; /* Input and Output: If not NULL, member
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| D | pkey_ctx.rs | 980 let mut result_buf = vec![0; length]; in test_verify_recover() localVariable 993 let mut result_buf = vec![0; length]; in test_verify_recover() localVariable
|
| /third_party/python/Modules/ |
| D | mmapmodule.c | 998 char *result_buf = (char *)PyMem_Malloc(slicelen); in mmap_subscript() local
|
| /third_party/python/Objects/ |
| D | bytearrayobject.c | 406 char *result_buf; in bytearray_subscript() local
|
| D | bytesobject.c | 1615 char* result_buf; in bytes_subscript() local
|