Searched defs:templ (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/auth/
H A Ddb-ldap.c1390 char *ldap_attr, *name, *templ; local
1417 templ = strchr(name, '=');
1418 if (templ == NULL) {
1421 templ = "";
1424 *templ++ = '\0';
1426 if (var_expand_with_funcs(tmp_str, templ, NULL,
1435 if (strchr(templ, '%') == NULL) {
1439 templ = p_strconcat(conn->pool, templ,
1460 field->value = templ;
[all...]

Completed in 736 milliseconds