Searched defs:pkg_info (Results 1 – 2 of 2) sorted by relevance
32 typedef struct pkg_info { struct34 char* name;59 } pkg_info; argument
101 bool packagelist_parse_file(const char* path, bool (*callback)(pkg_info*, void*), void* user_data) { in packagelist_parse_file()128 bool packagelist_parse(bool (*callback)(pkg_info*, void*), void* user_data) { in packagelist_parse()