Lines Matching defs:url
136 const char *message, const char *url, apr_bucket_brigade *bb,
166 url ? apr_pstrcat(r->pool, "<a href=\"", url, "\">",
1011 static const char *set_type_url(cmd_parms *cmd, void *dconf, const char *url)
1015 /* url is only used inside <a href="...">, escape accordingly */
1016 conf->type_url = ap_escape_html(cmd->pool, url);
1031 static const char *set_length_url(cmd_parms *cmd, void *dconf, const char *url)
1035 conf->length_url = url;
1050 static const char *set_keepalive_url(cmd_parms *cmd, void *dconf, const char *url)
1054 conf->keepalive_url = url;
1079 static const char *set_vary_url(cmd_parms *cmd, void *dconf, const char *url)
1083 conf->vary_url = url;
1100 const char *url)
1104 conf->validation_url = url;
1121 const char *url)
1125 conf->conditional_url = url;
1140 static const char *set_nocache_url(cmd_parms *cmd, void *dconf, const char *url)
1144 conf->nocache_url = url;
1164 static const char *set_maxage_url(cmd_parms *cmd, void *dconf, const char *url)
1168 conf->maxage_url = url;
1200 static const char *set_version_url(cmd_parms *cmd, void *dconf, const char *url)
1204 conf->version_url = url;