Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/common/osi/
Dconfig.c344 size_t total_length = 0; in get_config_size_from_flash() local
357 total_length += length; in get_config_size_from_flash()
371 total_length += length; in get_config_size_from_flash()
374 return total_length; in get_config_size_from_flash()
539 size_t total_length = 0; in config_parse() local
564 total_length += length; in config_parse()
577 total_length += length; in config_parse()
583 while ( (p_line_bgn < buf + total_length - 1) && (p_line_end = strchr(p_line_bgn, '\n'))) { in config_parse()