Lines Matching refs:dests_alloc
3310 struct dests_alloc in build_trtable() struct
3314 } *dests_alloc; in build_trtable() local
3321 if (__libc_use_alloca (sizeof (struct dests_alloc))) in build_trtable()
3322 dests_alloc = (struct dests_alloc *) alloca (sizeof dests_alloc[0]); in build_trtable()
3326 dests_alloc = re_malloc (struct dests_alloc, 1); in build_trtable()
3327 if (BE (dests_alloc == NULL, 0)) in build_trtable()
3331 dests_node = dests_alloc->dests_node; in build_trtable()
3332 dests_ch = dests_alloc->dests_ch; in build_trtable()
3343 free (dests_alloc); in build_trtable()
3381 free (dests_alloc); in build_trtable()
3517 free (dests_alloc); in build_trtable()