Searched refs:config_section_end (Results 1 – 4 of 4) sorted by relevance
190 TEST_F(ConfigTest, config_section_end) { in TEST_F() argument195 EXPECT_EQ(section, config_section_end(config)); in TEST_F()
117 const config_section_node_t *config_section_end(const config_t *config);
416 return (const btif_config_section_iter_t *)config_section_end(config); in btif_config_section_end()507 while (snode != config_section_end(conf)) { in btif_config_remove_unpaired()565 while (snode != config_section_end(config)) { in btif_config_remove_restricted()
261 const config_section_node_t *config_section_end(const config_t *config) { in config_section_end() function