Lines Matching full:dependency
5 The `pkg` module provides dependency resolution services and the overall `.pc` file parsing
12 :param pkgconf_client_t* client: The pkgconf client object to use for dependency resolution.
49 :param pkgconf_client_t* client: The pkgconf client object to use for dependency resolution.
60 :param pkgconf_client_t* client: The pkgconf client object to use for dependency resolution.
84 Returns the comparator used in a depgraph dependency node as a string.
86 :param pkgconf_dependency_t* pkgdep: The depgraph dependency node to return the comparator for.
101 Verify a pkgconf_dependency_t node in the depgraph. If the dependency is solvable,
104 :param pkgconf_client_t* client: The pkgconf client object to use for dependency resolution.
105 :param pkgconf_dependency_t* pkgdep: The dependency graph node to solve.
107 …:return: On success, the appropriate ``pkgconf_pkg_t`` object to solve the dependency, else ``NULL…
112 Verify the graph dependency nodes are satisfiable by walking the tree using
115 :param pkgconf_client_t* client: The pkgconf client object to use for dependency resolution.
116 …:param pkgconf_pkg_t* root: The root entry in the package dependency graph which should contain th…
117 :param int depth: The maximum allowed depth for dependency resolution.
123 Walk and resolve the dependency graph up to `maxdepth` levels.
125 :param pkgconf_client_t* client: The pkgconf client object to use for dependency resolution.
126 :param pkgconf_pkg_t* root: The root of the dependency graph.
127 …_traverse_func_t func: A traversal function to call for each resolved node in the dependency graph.
129 …:param int maxdepth: The maximum depth to walk the dependency graph for. -1 means infinite recurs…
130 …:param uint skip_flags: Skip over dependency nodes containing the specified flags. A setting of 0…
136 Walks a dependency graph and extracts relevant ``CFLAGS`` fragments.
138 :param pkgconf_client_t* client: The pkgconf client object to use for dependency resolution.
139 :param pkgconf_pkg_t* root: The root of the dependency graph.
141 …:param int maxdepth: The maximum allowed depth for dependency resolution. -1 means infinite recur…
147 Walks a dependency graph and extracts relevant ``LIBS`` fragments.
149 :param pkgconf_client_t* client: The pkgconf client object to use for dependency resolution.
150 :param pkgconf_pkg_t* root: The root of the dependency graph.
152 …:param int maxdepth: The maximum allowed depth for dependency resolution. -1 means infinite recur…