Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/osi/
Dconfig.c370 size_t total_length = 0; in get_config_size_from_flash() local
383 total_length += length; in get_config_size_from_flash()
397 total_length += length; in get_config_size_from_flash()
400 return total_length; in get_config_size_from_flash()
565 size_t total_length = 0; in config_parse() local
590 total_length += length; in config_parse()
603 total_length += length; in config_parse()
609 while ( (p_line_bgn < buf + total_length - 1) && (p_line_end = strchr(p_line_bgn, '\n'))) { in config_parse()