Searched refs:identifier (Results 1 – 13 of 13) sorted by relevance
/components/utilities/var_export/ |
A D | var_export.c | 109 ve_exporter_tab[index_j].identifier); in var_export_init() 114 ve_exporter_tab[index_j + 1].identifier); in var_export_init() 184 const ve_exporter_t *ve_binary_search(ve_module_t *mod, const char *identifier) in ve_binary_search() argument 194 strcmp_rst = rt_strcmp(mod->begin[ve_mid_num].identifier, identifier); in ve_binary_search() 214 rt_base_t ve_value_get(ve_module_t *mod, const char *identifier) in ve_value_get() argument 216 const ve_exporter_t *exporter = ve_binary_search(mod, identifier); in ve_value_get() 229 rt_bool_t ve_value_exist(ve_module_t *mod, const char *identifier) in ve_value_exist() argument 231 if (ve_binary_search(mod, identifier)) in ve_value_exist()
|
A D | var_export.h | 21 const char *identifier; /* module identifier */ member 90 rt_base_t ve_value_get(ve_module_t *mod, const char *identifier); 92 rt_bool_t ve_value_exist(ve_module_t *mod, const char *identifier); 94 const ve_exporter_t *ve_binary_search(ve_module_t *mod, const char *identifier);
|
A D | var_export_cmd.c | 76 maxlen, exporter->identifier, in ve_find_module() 111 if (!rt_strcmp(exporter->identifier, argv[3])) in ve_find_value() 115 maxlen, exporter->identifier, in ve_find_value()
|
/components/net/lwip/lwip-2.0.3/doc/ |
A D | mqtt_client.txt | 33 /* Minimal amount of information required is client identifier, so set it here */
|
A D | rawapi.txt | 131 identifier (i.e., a protocol control block - PCB) is created with the 137 Creates a new connection identifier (PCB). If memory is not 157 The tcp_listen() function returns a new connection identifier, and
|
/components/net/lwip/lwip-2.1.2/doc/ |
A D | mqtt_client.txt | 33 /* Minimal amount of information required is client identifier, so set it here */
|
/components/net/lwip/lwip-1.4.1/doc/ |
A D | rawapi.txt | 101 identifier (i.e., a protocol control block - PCB) is created with the 107 Creates a new connection identifier (PCB). If memory is not 127 The tcp_listen() function returns a new connection identifier, and
|
/components/net/lwip/lwip-2.0.3/doc/doxygen/ |
A D | lwip.Doxyfile | 1416 # A unique identifier for the Eclipse help plugin. When installing the plugin 1418 # name. Each documentation set should have its own identifier. 1614 # EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
/components/net/lwip/lwip-2.1.2/doc/doxygen/ |
A D | lwip.Doxyfile | 1427 # A unique identifier for the Eclipse help plugin. When installing the plugin 1429 # name. Each documentation set should have its own identifier. 1625 # EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
A D | lwip.Doxyfile.cmake.in | 1427 # A unique identifier for the Eclipse help plugin. When installing the plugin 1429 # name. Each documentation set should have its own identifier. 1625 # EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
/components/net/lwip/lwip-2.0.3/ |
A D | CHANGELOG | 791 * *.h: Fixed bug #35874 reserved identifier violation (removed leading underscores 3695 identifier from 170 to 136 (bug #17574).
|
/components/net/lwip/lwip-2.1.2/ |
A D | CHANGELOG | 1044 * *.h: Fixed bug #35874 reserved identifier violation (removed leading underscores 3948 identifier from 170 to 136 (bug #17574).
|
/components/net/lwip/lwip-1.4.1/ |
A D | CHANGELOG | 2739 identifier from 170 to 136 (bug #17574).
|
Completed in 93 milliseconds