Home
last modified time | relevance | path

Searched refs:_alpm_graph_free (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Dgraph.c32 void _alpm_graph_free(void *data) in _alpm_graph_free() function
H A Dgraph.h42 void _alpm_graph_free(void *data);
H A Ddelta.c224 alpm_list_free_inner(vertices, _alpm_graph_free); in _alpm_shortest_delta_path()
253 alpm_list_free_inner(vertices, _alpm_graph_free); in find_unused()
H A Ddeps.c275 alpm_list_free_inner(vertices, _alpm_graph_free); in _alpm_sortbydeps()