Home
last modified time | relevance | path

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

/dports/net/freeradius3/freeradius-server-3.0.25/src/main/
H A Dtmpl.c959 if (cf_new_escape && do_unescape) { in tmpl_afrom_str()
999 if (cf_new_escape && do_unescape) { in tmpl_afrom_str()
1024 if (cf_new_escape && do_unescape) { in tmpl_afrom_str()
1217 if (cf_new_escape && (vp->da->type == PW_TYPE_STRING)) { in tmpl_cast_to_vp()
1420 if (cf_new_escape && (vpt->type != TMPL_TYPE_ATTR)) { in tmpl_expand()
1609 if (cf_new_escape && (vpt->type != TMPL_TYPE_ATTR)) { in tmpl_aexpand()
1812 if (cf_new_escape && (c == '/')) { in tmpl_prints()
H A Dconffile.c130 bool cf_new_escape = false; variable
2780 t2 = gettoken(&ptr, buf2, sizeof(buf2), !cf_new_escape); in cf_section_read()
2824 if (cf_new_escape && (*ptr != '"') && (*ptr != '\'') in cf_section_read()
2843 t3 = getstring(&ptr, buf3, sizeof(buf3), !cf_new_escape); in cf_section_read()
2901 if (!cf_new_escape && !this->item.parent && value && in cf_section_read()
2906 cf_new_escape = true; in cf_section_read()
H A Dparser.c192 if (cf_new_escape) { in condition_tokenize_string()
239 if (cf_new_escape) { in condition_tokenize_string()
H A Dradattr.c1037 cf_new_escape = true; /* fix the tests */ in main()
H A Dxlat.c2300 if (cf_new_escape && *child) { in xlat_aprint()
H A Dmodcall.c1662 if (!cf_new_escape && in modcall_fixup_update()
/dports/net/freeradius3/freeradius-server-3.0.25/src/tests/map/
H A Dmap_unit.c156 cf_new_escape = true; /* fix the tests */ in main()
/dports/net/freeradius3/freeradius-server-3.0.25/src/modules/rlm_realm/
H A Drlm_realm.c386 if (cf_new_escape && (strcmp(inst->delim, "\\\\") == 0)) { in mod_instantiate()
/dports/net/freeradius3/freeradius-server-3.0.25/src/include/
H A Dconffile.h300 extern bool cf_new_escape;