VLC
3.0.15
|
Go to the source code of this file.
Functions | |
static info_t * | info_New (const char *name, const char *value) |
static void | info_Delete (info_t *i) |
static info_category_t * | info_category_New (const char *name) |
static info_t * | info_category_FindInfo (const info_category_t *cat, int *index, 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.
|
inlinestatic |
References info_category_t::i_infos, info_Delete(), info_category_t::pp_infos, and info_category_t::psz_name.
Referenced by input_item_DelInfo(), input_item_MergeInfos(), and input_item_Release().
|
inlinestatic |
< No error
< Unspecified error
References info_category_t::i_infos, info_category_FindInfo(), info_Delete(), name, info_category_t::pp_infos, TAB_ERASE, VLC_EGENERIC, and VLC_SUCCESS.
Referenced by input_item_DelInfo().
|
inlinestatic |
References info_category_t::i_infos, name, info_category_t::pp_infos, and info_t::psz_name.
Referenced by info_category_DeleteInfo(), info_category_ReplaceInfo(), info_category_VaAddInfo(), and input_item_GetInfo().
|
inlinestatic |
References info_category_t::i_infos, name, info_category_t::pp_infos, info_category_t::psz_name, and strdup().
Referenced by InputItemVaAddInfo().
|
inlinestatic |
References info_category_t::i_infos, info_category_FindInfo(), info_Delete(), info_category_t::pp_infos, info_t::psz_name, and TAB_APPEND.
Referenced by input_item_MergeInfos().
|
inlinestatic |
References info_category_t::i_infos, info_category_FindInfo(), info_New(), name, info_category_t::pp_infos, info_t::psz_value, TAB_APPEND, and vasprintf().
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().