Home
last modified time | relevance | path

Searched refs:osi_strdup (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.7.0/components/bt/common/osi/include/osi/
Dallocator.h26 char *osi_strdup(const char *str);
/hal_espressif-3.7.0/components/bt/common/osi/
Dconfig.c235 entry->value = osi_strdup(value); in config_set_string()
646 section->name = osi_strdup(name); in section_new()
682 entry->key = osi_strdup(key); in entry_new()
683 entry->value = osi_strdup(value); in entry_new()
Dallocator.c201 char *osi_strdup(const char *str) in osi_strdup() function