VLC 4.0.0-dev
|
Go to the source code of this file.
Functions | |
static info_t * | info_New (const char *name) |
static void | info_Delete (info_t *i) |
static info_category_t * | info_category_New (const char *name) |
static info_t * | info_category_FindInfo (info_category_t *cat, const char *name) |
static void | info_category_ReplaceInfo (info_category_t *cat, info_t *info) |
static info_t * | info_category_VaAddInfo (info_category_t *cat, const char *name, const char *format, va_list args) |
static info_t * | info_category_AddInfo (info_category_t *cat, const char *name, const char *format,...) |
static int | info_category_DeleteInfo (info_category_t *cat, const char *name) |
static void | info_category_Delete (info_category_t *cat) |
|
inlinestatic |
References info_category_VaAddInfo(), and name.
Referenced by EsOutProgramMeta(), EsOutUpdateInfo(), and info_category_AddCodecInfo().
|
inlinestatic |
References info_Delete(), info_category_t::infos, info_t::node, info_category_t::psz_name, vlc_list_first_entry_or_null, and vlc_list_remove().
Referenced by input_item_DelInfo(), input_item_MergeInfos(), input_item_Release(), and input_item_ReplaceInfos().
|
inlinestatic |
References info_category_FindInfo(), info_Delete(), name, info_t::node, VLC_EGENERIC, vlc_list_remove(), and VLC_SUCCESS.
Referenced by input_item_DelInfo().
|
inlinestatic |
References info_foreach, info_category_t::infos, name, and info_t::psz_name.
Referenced by info_category_DeleteInfo(), info_category_ReplaceInfo(), info_category_VaAddInfo(), and input_item_GetInfoLocked().
|
inlinestatic |
References info_category_t::infos, name, info_category_t::psz_name, strdup(), and vlc_list_init().
Referenced by EsOutProgramMeta(), EsOutUpdateInfo(), and InputItemVaAddInfo().
|
inlinestatic |
References info_category_FindInfo(), info_Delete(), info_category_t::infos, info_t::node, info_t::psz_name, vlc_list_append(), and vlc_list_remove().
Referenced by input_item_MergeInfos().
|
inlinestatic |
References info_category_FindInfo(), info_New(), info_category_t::infos, name, info_t::node, info_t::psz_value, vasprintf(), and vlc_list_append().
Referenced by info_category_AddInfo(), and InputItemVaAddInfo().
|
inlinestatic |
References info_t::psz_name, and info_t::psz_value.
Referenced by info_category_Delete(), info_category_DeleteInfo(), and info_category_ReplaceInfo().
|
inlinestatic |
References name, info_t::psz_name, info_t::psz_value, and strdup().
Referenced by info_category_VaAddInfo().