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