Home
last modified time | relevance | path

Searched refs:__shlib_handle (Results 1 – 7 of 7) sorted by relevance

/iconv/
A Dgconv_db.c180 && deriv->steps[cnt].__shlib_handle != NULL) in free_derivation()
207 if (step->__shlib_handle != NULL && --step->__counter == 0) in __gconv_release_step()
219 __gconv_release_shlib (step->__shlib_handle); in __gconv_release_step()
220 step->__shlib_handle = NULL; in __gconv_release_step()
223 else if (step->__shlib_handle == NULL) in __gconv_release_step()
295 result[step_cnt].__shlib_handle = shlib_handle; in gen_steps()
384 step->__shlib_handle = __gconv_find_shlib (step->__modname); in increment_counter()
385 if (step->__shlib_handle == NULL) in increment_counter()
398 step->__fct = step->__shlib_handle->fct; in increment_counter()
399 step->__init_fct = step->__shlib_handle->init_fct; in increment_counter()
[all …]
A Dgconv_cache.c191 result->__shlib_handle = __gconv_find_shlib (fullname); in find_module()
192 if (result->__shlib_handle != NULL) in find_module()
197 result->__fct = result->__shlib_handle->fct; in find_module()
198 result->__init_fct = result->__shlib_handle->init_fct; in find_module()
199 result->__end_fct = result->__shlib_handle->end_fct; in find_module()
A Dgconv.h86 struct __gconv_loaded_object *__shlib_handle; member
A Dgconv_builtin.c75 step->__shlib_handle = NULL; in __gconv_get_builtin_trans()
A Dgconv.c50 if (cd->__steps->__shlib_handle != NULL) in __gconv()
A Dgconv_trans.c56 if (step->__shlib_handle != NULL) in __gconv_transliterate()
A Dskeleton.c408 if (next_step->__shlib_handle != NULL) in FUNCTION_NAME()

Completed in 15 milliseconds