Searched defs:result_buf (Results 1 – 5 of 5) 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/python/Modules/ |
D | mmapmodule.c | 925 char *result_buf = (char *)PyMem_Malloc(slicelen); in mmap_subscript() local
|
/third_party/python/Objects/ |
D | bytearrayobject.c | 420 char *result_buf; in bytearray_subscript() local
|
D | bytesobject.c | 1614 char* result_buf; in bytes_subscript() local
|