Searched refs:free_with_arg_f (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/include/
H A Dhashtab.h137 htab_free_with_arg free_with_arg_f; local
/freebsd-11-stable/contrib/binutils/include/
H A Dhashtab.h137 htab_free_with_arg free_with_arg_f; local
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dhashtab.c349 result->free_with_arg_f = free_f;
365 htab->free_with_arg_f = free_f;
403 else if (htab->free_with_arg_f != NULL)
405 (*htab->free_with_arg_f) (htab->alloc_arg, entries);
406 (*htab->free_with_arg_f) (htab->alloc_arg, htab);
432 else if (htab->free_with_arg_f != NULL)
433 (*htab->free_with_arg_f) (htab->alloc_arg, htab->entries);
551 else if (htab->free_with_arg_f != NULL)
552 (*htab->free_with_arg_f) (htab->alloc_arg, oentries);
/freebsd-11-stable/contrib/gdb/include/
H A Dhashtab.h128 htab_free_with_arg free_with_arg_f; local
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dhashtab.c349 result->free_with_arg_f = free_f;
365 htab->free_with_arg_f = free_f;
403 else if (htab->free_with_arg_f != NULL)
405 (*htab->free_with_arg_f) (htab->alloc_arg, entries);
406 (*htab->free_with_arg_f) (htab->alloc_arg, htab);
432 else if (htab->free_with_arg_f != NULL)
433 (*htab->free_with_arg_f) (htab->alloc_arg, htab->entries);
551 else if (htab->free_with_arg_f != NULL)
552 (*htab->free_with_arg_f) (htab->alloc_arg, oentries);

Completed in 118 milliseconds