Searched refs:__shlib_handle (Results 1 – 7 of 7) sorted by relevance
180 && 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 …]
191 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()
86 struct __gconv_loaded_object *__shlib_handle; member
75 step->__shlib_handle = NULL; in __gconv_get_builtin_trans()
50 if (cd->__steps->__shlib_handle != NULL) in __gconv()
56 if (step->__shlib_handle != NULL) in __gconv_transliterate()
408 if (next_step->__shlib_handle != NULL) in FUNCTION_NAME()
Completed in 15 milliseconds