References Functions: | sources_index() | mod_sources.c |
sources_init() | mod_sources.c |
Print the list of packages, grouped by source. We break our HTML encapsulation by using <ol></ol> to allow a quick count of the number of packages.
#define MAX_VALUES 100
Visible in: | magpie.c | |
mod_sources.c | ||
Used in: | magpie.c |
static int cmp_source ( const void* p, const void* q )
Calls: | strcoll() | |
Used in: | sources_init() | mod_sources.c |
static int sources_index ( FILE* fp, int type )
Calls: | mp_item_close(), mp_item_open(), mp_url() | |
Used in: | mod_sources.c |
static int sources_init ( void )
Calls: | gzip() | support.c |
fclose(), fopen(), fprintf(), mp_abstract(), mp_break(), mp_doc_close(), mp_doc_open(), mp_histogram(), mp_item_close(), mp_item_open(), mp_list_close(), mp_list_open(), mp_name(), mp_nbsp(), mp_text(), mp_title(), mp_url(), qsort(), strchr(), strcoll(), strcpy() | ||
Used in: | mod_sources.c | |
References Functions: | cmp_source() | mod_sources.c |
References Variables: | cache | mod_debian.c |
cachecnt | mod_debian.c | |
categories |