Lines Matching refs:result
41 int (*lookup_ul) (const char *src, char **result, int flags);
42 int (*to_unicode_lzlz) (const char *name, char **result, int flags);
48 struct functions *result = malloc (sizeof (*result)); in functions_allocate() local
49 if (result == NULL) in functions_allocate()
57 free (result); in functions_allocate()
68 free (result); in functions_allocate()
72 result->handle = handle; in functions_allocate()
73 result->lookup_ul = ptr_lookup_ul; in functions_allocate()
74 result->to_unicode_lzlz = ptr_to_unicode_lzlz; in functions_allocate()
76 PTR_MANGLE (result->lookup_ul); in functions_allocate()
77 PTR_MANGLE (result->to_unicode_lzlz); in functions_allocate()
80 return result; in functions_allocate()
103 gai_strdup (const char *name, char **result) in gai_strdup() argument
108 *result = ptr; in gai_strdup()
113 __idna_to_dns_encoding (const char *name, char **result) in __idna_to_dns_encoding() argument
119 return gai_strdup (name, result); in __idna_to_dns_encoding()
147 *result = ptr; in __idna_to_dns_encoding()
158 __idna_from_dns_encoding (const char *name, char **result) in libc_hidden_def()
164 return gai_strdup (name, result); in libc_hidden_def()
174 *result = ptr; in libc_hidden_def()