Lines Matching defs:name
221 return apr_pstrcat(cmd->pool, cmd->cmd->name,
228 return apr_pstrcat(cmd->pool, cmd->cmd->name,
232 /* Pull the real provider name and the alias name from the block header */
237 return apr_pstrcat(cmd->pool, cmd->cmd->name,
243 "The alias provider name must be different from the base provider name.", NULL);
274 /* Save off the new directory config along with the original provider name
359 const char *err = NULL, *name;
365 name = ap_expr_str_exec(r, conf->ap_auth_name, &err);
372 return ap_escape_quotes(r->pool, name);