Lines Matching refs:handle
124 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()
230 const char *fromset, struct __gconv_step **handle, size_t *nsteps) in gen_steps() argument
349 *handle = NULL; in gen_steps()
354 *handle = result; in gen_steps()
359 *handle = NULL; in gen_steps()
429 struct __gconv_step **handle, size_t *nsteps) in find_derivation() argument
439 handle, nsteps); in find_derivation()
443 result = increment_counter (*handle, *nsteps); in find_derivation()
672 fromset_expand ?: fromset, handle, nsteps); in find_derivation()
677 *handle = NULL; in find_derivation()
683 *handle, *nsteps); in find_derivation()
719 struct __gconv_step **handle, size_t *nsteps, in __gconv_find_transform() argument
732 result = __gconv_lookup_cache (toset, fromset, handle, nsteps, flags); in __gconv_find_transform()
767 handle, nsteps); in __gconv_find_transform()
776 ? (*handle == NULL ? __GCONV_NOCONV : __GCONV_OK) in __gconv_find_transform()