Lines Matching defs:cookie
104 pkg_dir_iter(void *cookie) in pkg_dir_iter()
133 int (*matchiter)(const char *, void *), void *cookie) in iterate_local_pkg_dir() argument
151 pkg_db_iter(void *cookie) in pkg_db_iter()
180 iterate_pkg_db(int (*matchiter)(const char *, void *), void *cookie) in iterate_pkg_db() argument
204 pkg_db_iter_cached(void *cookie) in pkg_db_iter_cached()
228 iterate_pkg_db_cached(int (*matchiter)(const char *, void *), void *cookie) in iterate_pkg_db_cached() argument
265 match_by_basename(const char *pkg, void *cookie) in match_by_basename()
282 match_by_pattern(const char *pkg, void *cookie) in match_by_pattern()
293 void *cookie; member
297 match_and_add(const char *pkg, void *cookie) in match_and_add()
360 match_best_installed(const char *pkg, void *cookie) in match_best_installed()
439 void *cookie; member
443 match_and_call(const char *pkg, void *cookie) in match_and_call()
461 void *cookie) in match_installed_pkgs()
480 match_best_file(const char *filename, void *cookie) in match_best_file()
556 void *cookie; member
561 match_file_and_call(const char *filename, void *cookie) in match_file_and_call()
604 int (*cb)(const char *, void *), void *cookie) in match_local_files() argument