VLC
3.0.15
|
Functions | |
static char * | strdupnull (const char *src) |
int | config_GetType (const char *psz_name) |
bool | config_IsSafe (const char *name) |
int64_t | config_GetInt (vlc_object_t *p_this, const char *psz_name) |
float | config_GetFloat (vlc_object_t *p_this, const char *psz_name) |
char * | config_GetPsz (vlc_object_t *p_this, const char *psz_name) |
void | config_PutPsz (vlc_object_t *p_this, const char *psz_name, const char *psz_value) |
void | config_PutInt (vlc_object_t *p_this, const char *psz_name, int64_t i_value) |
void | config_PutFloat (vlc_object_t *p_this, const char *psz_name, float f_value) |
ssize_t | config_GetIntChoices (vlc_object_t *obj, const char *name, int64_t **restrict values, char ***restrict texts) |
Determines a list of suggested values for an integer configuration item. More... | |
static ssize_t | config_ListModules (const char *cap, char ***restrict values, char ***restrict texts) |
ssize_t | config_GetPszChoices (vlc_object_t *obj, const char *name, char ***restrict values, char ***restrict texts) |
Determines a list of suggested values for a string configuration item. More... | |
static int | confcmp (const void *a, const void *b) |
static int | confnamecmp (const void *key, const void *elem) |
int | config_SortConfig (void) |
Index the configuration items by name for faster lookups. More... | |
void | config_UnsortConfig (void) |
module_config_t * | config_FindConfig (const char *name) |
void | config_Free (module_config_t *tab, size_t confsize) |
Destroys an array of configuration items. More... | |
void | config_ResetAll (vlc_object_t *p_this) |
Variables | |
vlc_rwlock_t | config_lock = PTHREAD_RWLOCK_INITIALIZER |
bool | config_dirty = false |
struct { | |
module_config_t ** list | |
size_t count | |
} | config = { NULL, 0 } |
|
static |
module_config_t* config_FindConfig | ( | const char * | name | ) |
Referenced by aout_New(), config_ChainParse(), config_GetFloat(), config_GetInt(), config_GetIntChoices(), config_GetPsz(), config_GetPszChoices(), config_GetType(), config_LoadCmdLine(), config_LoadConfigFile(), config_PutFloat(), config_PutInt(), config_PutPsz(), and vout_InitInterlacingSupport().
void config_Free | ( | module_config_t * | tab, |
size_t | confsize | ||
) |
Destroys an array of configuration items.
config | start of array of items |
confsize | number of items in the array |
Referenced by vlc_plugin_destroy().
float config_GetFloat | ( | vlc_object_t * | p_this, |
const char * | psz_name | ||
) |
int64_t config_GetInt | ( | vlc_object_t * | p_this, |
const char * | psz_name | ||
) |
ssize_t config_GetIntChoices | ( | vlc_object_t * | obj, |
const char * | name, | ||
int64_t **restrict | values, | ||
char ***restrict | texts | ||
) |
Determines a list of suggested values for an integer configuration item.
values | pointer to a table of integer values [OUT] |
texts | pointer to a table of descriptions strings [OUT] |
References config_FindConfig(), count, module_config_t::i, module_config_t::i_cb, module_config_t::list, module_config_t::list_count, module_config_t::list_text, module_Map(), msg_Warn, name, module_config_t::owner, strdup(), unlikely, vlc_alloc(), and vlc_gettext().
char* config_GetPsz | ( | vlc_object_t * | p_this, |
const char * | psz_name | ||
) |
ssize_t config_GetPszChoices | ( | vlc_object_t * | obj, |
const char * | name, | ||
char ***restrict | values, | ||
char ***restrict | texts | ||
) |
Determines a list of suggested values for a string configuration item.
values | pointer to a table of value strings [OUT] |
texts | pointer to a table of descriptions strings [OUT] |
References config_FindConfig(), CONFIG_ITEM_MODULE, config_ListModules(), count, module_config_t::i_type, IsConfigStringType, module_config_t::list, module_config_t::list_count, module_config_t::list_text, module_Map(), name, module_config_t::owner, module_config_t::psz, module_config_t::psz_cb, module_config_t::psz_type, xmalloc(), and xstrdup().
int config_GetType | ( | const char * | psz_name | ) |
References CONFIG_CLASS, config_FindConfig(), CONFIG_ITEM_BOOL, CONFIG_ITEM_FLOAT, CONFIG_ITEM_INTEGER, CONFIG_ITEM_STRING, module_config_t::i_type, psz_name, VLC_VAR_BOOL, VLC_VAR_FLOAT, VLC_VAR_INTEGER, and VLC_VAR_STRING.
Referenced by config_ChainParse(), and var_OptionParse().
bool config_IsSafe | ( | const char * | name | ) |
Referenced by var_OptionParse().
|
static |
Referenced by config_GetPszChoices().
void config_PutFloat | ( | vlc_object_t * | p_this, |
const char * | psz_name, | ||
float | f_value | ||
) |
void config_PutInt | ( | vlc_object_t * | p_this, |
const char * | psz_name, | ||
int64_t | i_value | ||
) |
void config_PutPsz | ( | vlc_object_t * | p_this, |
const char * | psz_name, | ||
const char * | psz_value | ||
) |
void config_ResetAll | ( | vlc_object_t * | p_this | ) |
int config_SortConfig | ( | void | ) |
Index the configuration items by name for faster lookups.
< Not enough memory
< No error
Referenced by module_InitBank(), and module_LoadPlugins().
void config_UnsortConfig | ( | void | ) |
Referenced by module_EndBank(), and module_LoadPlugins().
|
static |
|
inlinestatic |
References strdup().
Referenced by config_GetPsz().
struct { ... } config |
Referenced by module_config_free(), and module_config_get().
bool config_dirty = false |
Referenced by config_PutFloat(), config_PutInt(), and config_PutPsz().
vlc_rwlock_t config_lock = PTHREAD_RWLOCK_INITIALIZER |
size_t count |
Referenced by aout_FiltersPipelineChangeViewpoint(), aout_FiltersPipelineCreate(), aout_FiltersPipelineDrain(), aout_FiltersPipelineFlush(), aout_FiltersPipelinePlay(), config_GetIntChoices(), config_GetPszChoices(), config_SortConfig(), EsOutControlLocked(), hpack_decode(), hpack_encode(), input_EsOutTimeshiftNew(), input_SubtitleFile2Uri(), input_vaControl(), ListModules(), module_find(), module_LoadPlugins(), parity(), picture_pool_New(), picture_pool_NewFromFormat(), picture_pool_Reserve(), popcountll(), stream_extractor_AttachParsed(), var_CountChoices(), vlc_GetCPUCount(), vlc_h2_frame_headers(), vlc_h2_stream_headers(), vlc_https_recv(), vlc_https_send(), vlc_list_children(), vlc_rand_bytes(), vlc_read_i11e(), vlc_readv_i11e(), vlc_sd_GetNames(), vlc_timer_do(), vlc_tls_ConnectWrite(), vlc_tls_ProxyRead(), vlc_tls_ProxyWrite(), vlc_tls_SocketRead(), vlc_tls_SocketWrite(), vlc_write_i11e(), vlc_writev(), vlc_writev_i11e(), and vout_display_Pool().
module_config_t** list |