mod_musicindex  1.4.1
mu_pack Struct Reference

Pack of music entries. More...

#include <mod_musicindex.h>

Data Fields

const mu_enthead
 pointer to the head of mu_ent list
const mu_entfhead
 pointer to the head of the songs list (if any)
unsigned long filenb
 number of files in the list
unsigned long fsize
 total size of the pack (files) in bytes
unsigned short dirnb
 number of directories in the list

Detailed Description

Pack of music entries.

This structure holds a pointer to the head of a list of mu_ent items, and the number of files and directories that can be found in that list.

Definition at line 331 of file mod_musicindex.h.

Field Documentation

unsigned short mu_pack::dirnb

number of directories in the list

Definition at line 336 of file mod_musicindex.h.

Referenced by make_music_entry(), send_directories(), and sort_mergesort().

const mu_ent* mu_pack::fhead

pointer to the head of the songs list (if any)

Definition at line 333 of file mod_musicindex.h.

Referenced by build_custom_list(), cookie_addall(), handle_musicfile(), list_songs(), send_customlist(), send_playlist(), send_rss(), sort_mergesort(), and tarball_op().

unsigned long mu_pack::filenb

number of files in the list

Definition at line 334 of file mod_musicindex.h.

Referenced by make_music_entry(), mysql_cache_dircontents(), send_customlist(), send_tracks(), and sort_mergesort().

unsigned long mu_pack::fsize

total size of the pack (files) in bytes

Definition at line 335 of file mod_musicindex.h.

Referenced by list_songs(), make_music_entry(), and mysql_cache_dircontents().


The documentation for this struct was generated from the following file: