Home
last modified time | relevance | path

Searched refs:dictionary (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Diniparser.h43 #include "dictionary.h"
63 @brief Get number of sections in a dictionary
65 @return int Number of sections found in dictionary
67 This function returns the number of sections found in a dictionary.
69 dictionary: a section name is given as "section" whereas a key is
80 int iniparser_getnsec(const dictionary * d);
85 @brief Get name for section n in a dictionary.
90 This function locates the n-th section in a dictionary and returns
92 dictionary. Do not free or modify the returned string!
98 const char * iniparser_getsecname(const dictionary *
[all...]
H A Ddictionary.h19 @file dictionary.h
21 @brief Implements a dictionary for string variables.
23 This module implements a simple dictionary object, i.e. a list
56 in the dictionary is speeded up by the use of a (hopefully collision-free)
61 int n ; /** Number of entries in dictionary */
66 } dictionary ; typedef
89 @brief Create a new dictionary object.
90 @param size Optional initial size of the dictionary.
91 @return 1 newly allocated dictionary objet.
93 This function allocates a new dictionary objec
[all...]
H A Dmpi_enc_utils.h32 dictionary *cfg_ini;
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ext_util/
H A Dbase_interface.c36 static dictionary *g_appCfg = NULL; // Global configuration

Completed in 2 milliseconds