Lines Matching refs:alloc_arg
322 htab_del del_f, void *alloc_arg, in htab_create_alloc_ex() argument
332 result = (htab_t) (*alloc_f) (alloc_arg, 1, sizeof (struct htab)); in htab_create_alloc_ex()
335 result->entries = (PTR *) (*alloc_f) (alloc_arg, size, sizeof (PTR)); in htab_create_alloc_ex()
339 (*free_f) (alloc_arg, result); in htab_create_alloc_ex()
347 result->alloc_arg = alloc_arg; in htab_create_alloc_ex()
357 htab_del del_f, PTR alloc_arg, in htab_set_functions_ex() argument
363 htab->alloc_arg = alloc_arg; in htab_set_functions_ex()
405 (*htab->free_with_arg_f) (htab->alloc_arg, entries); in htab_delete()
406 (*htab->free_with_arg_f) (htab->alloc_arg, htab); in htab_delete()
500 nentries = (PTR *) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize, in htab_expand()
531 (*htab->free_with_arg_f) (htab->alloc_arg, oentries); in htab_expand()