Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 5 of 5) sorted by relevance

/iconv/
A Dgconv_dl.c92 found->handle = NULL; in __gconv_find_shlib()
113 assert (found->handle == NULL); in __gconv_find_shlib()
114 found->handle = __libc_dlopen (found->name); in __gconv_find_shlib()
115 if (found->handle != NULL) in __gconv_find_shlib()
117 found->fct = __libc_dlsym (found->handle, "gconv"); in __gconv_find_shlib()
144 else if (found->handle != NULL) in __gconv_find_shlib()
171 __libc_dlclose (obj->handle); in do_release_shlib()
172 obj->handle = NULL; in do_release_shlib()
184 __twalk_r (loaded, do_release_shlib, handle); in __gconv_release_shlib()
195 if (obj->handle != NULL) in do_release_all()
[all …]
A Dgconv_db.c124 struct __gconv_step **handle, size_t *nsteps) in derivation_lookup() argument
134 *handle = (*result)->steps; in derivation_lookup()
145 struct __gconv_step *handle, size_t nsteps) in add_derivation() argument
159 new_deriv->steps = handle; in add_derivation()
349 *handle = NULL; in gen_steps()
354 *handle = result; in gen_steps()
359 *handle = NULL; in gen_steps()
439 handle, nsteps); in find_derivation()
677 *handle = NULL; in find_derivation()
683 *handle, *nsteps); in find_derivation()
[all …]
A Dgconv_int.h51 void *handle; member
151 __gconv_t *handle, int flags);
191 struct __gconv_step **handle,
197 struct __gconv_step **handle, size_t *nsteps,
249 extern void __gconv_release_shlib (struct __gconv_loaded_object *handle)
A Dgconv_open.c33 __gconv_open (struct gconv_spec *conv_spec, __gconv_t *handle, in __gconv_open() argument
169 *handle = result; in __gconv_open()
A Dgconv_cache.c246 struct __gconv_step **handle, size_t *nsteps, int flags) in __gconv_lookup_cache() argument
309 *handle = result = in __gconv_lookup_cache()
369 *handle = result; in __gconv_lookup_cache()

Completed in 13 milliseconds