Home
last modified time | relevance | path

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

/dports/net/freeradius3/freeradius-server-3.0.25/src/main/
H A Dmodules.c868 #define FIND_SIBLING_CF_KEY "find_sibling" in find_module_sibling_section() macro
888 if (cf_data_find(module, FIND_SIBLING_CF_KEY)) { in find_module_sibling_section()
893 cf_data_add(module, FIND_SIBLING_CF_KEY, &loop, NULL); in find_module_sibling_section()
907 cf_data_remove(module, FIND_SIBLING_CF_KEY); in find_module_sibling_section()