Searched refs:result_buf (Results 1 – 6 of 6) sorted by relevance
/external/openssl/crypto/ui/ |
D | ui_lib.c | 141 char *result_buf) in general_allocate_prompt() argument 150 || type == UIT_BOOLEAN) && result_buf == NULL) in general_allocate_prompt() 160 ret->result_buf=result_buf; in general_allocate_prompt() 167 char *result_buf, int minsize, int maxsize, const char *test_buf) in general_allocate_string() argument 171 type, input_flags, result_buf); in general_allocate_string() 194 char *result_buf) in general_allocate_boolean() argument 220 type, input_flags, result_buf); in general_allocate_boolean() 244 char *result_buf, int minsize, int maxsize) in UI_add_input_string() argument 247 UIT_PROMPT, flags, result_buf, minsize, maxsize, NULL); in UI_add_input_string() 252 char *result_buf, int minsize, int maxsize) in UI_dup_input_string() argument [all …]
|
D | ui.h | 131 char *result_buf, int minsize, int maxsize); 133 char *result_buf, int minsize, int maxsize); 135 char *result_buf, int minsize, int maxsize, const char *test_buf); 137 char *result_buf, int minsize, int maxsize, const char *test_buf); 140 int flags, char *result_buf); 143 int flags, char *result_buf);
|
D | ui_locl.h | 110 char *result_buf; /* Input and Output: If not NULL, user-defined member
|
/external/openssl/include/openssl/ |
D | ui.h | 131 char *result_buf, int minsize, int maxsize); 133 char *result_buf, int minsize, int maxsize); 135 char *result_buf, int minsize, int maxsize, const char *test_buf); 137 char *result_buf, int minsize, int maxsize, const char *test_buf); 140 int flags, char *result_buf); 143 int flags, char *result_buf);
|
/external/mdnsresponder/mDNSPosix/ |
D | nss_mdns.c | 411 hostent * result_buf, 441 hostent * result_buf, 474 hostent * result_buf, 531 hostent * result_buf, 593 hostent * result_buf, 661 hostent * result_buf, in _nss_mdns_gethostbyname_r() argument 676 name, AF_INET, result_buf, buf, buflen, errnop, h_errnop in _nss_mdns_gethostbyname_r() 685 hostent * result_buf, in _nss_mdns_gethostbyname2_r() argument 700 name, af, result_buf, buf, buflen, errnop, h_errnop in _nss_mdns_gethostbyname2_r() 710 hostent * result_buf, in _nss_mdns_gethostbyaddr_r() argument [all …]
|
/external/openssh/ |
D | umac.c | 1048 UINT64 result_buf[STREAMS]; in uhash_update() local 1049 UINT8 *nh_result = (UINT8 *)&result_buf; in uhash_update() 1101 UINT64 result_buf[STREAMS]; in uhash_final() local 1102 UINT8 *nh_result = (UINT8 *)&result_buf; in uhash_final()
|