Lines Matching refs:__shlib_handle
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()
400 step->__end_fct = step->__shlib_handle->end_fct; in increment_counter()