/httpd/modules/http/ |
H A D | http_protocol.c | 1118 ap_escape_html(r->pool, location), 1125 ap_escape_html(r->pool, location), 1132 ap_escape_html(r->pool, location), 1153 ap_escape_html(r->pool, r->uri), 1160 ap_escape_html(r->pool, r->uri), 1166 ap_escape_html(r->pool, r->method), 1168 ap_escape_html(r->pool, r->uri), 1175 ap_escape_html(r->pool, r->uri), 1184 ap_escape_html(r->pool, r->method), 1192 ap_escape_html( [all...] |
/httpd/modules/generators/ |
H A D | mod_status.c | 403 ap_rvputs(r, ap_escape_html(r->pool, ap_get_server_name(r)), 780 ap_escape_html(r->pool, 782 ap_escape_html(r->pool, 785 ap_escape_html(r->pool, 865 ap_escape_html(r->pool, 867 ap_escape_html(r->pool, 869 ap_escape_html(r->pool,
|
H A D | mod_info.c | 152 thisfn = ap_escape_html(r->pool, thisfn); 189 ap_escape_html(r->pool, dir->directive), 190 ap_escape_html(r->pool, dir->args)); 201 ap_escape_html(r->pool, dir->directive), 202 ap_escape_html(r->pool, dir->args)); 215 ap_escape_html(r->pool, dirname + 1)); 221 ap_rprintf(r, "/%s</tt></dd>", ap_escape_html(r->pool, dirname)); 469 ap_escape_html(r->pool, ap_get_server_name(r)), 912 ap_escape_html(r->pool, cmd->name), 915 ap_rputs(ap_escape_html( [all...] |
H A D | mod_autoindex.c | 1559 ap_rvputs(r, "<img src=\"", ap_escape_html(scratch, tp), 1614 ap_rvputs(r, "<img src=\"", ap_escape_html(scratch, tp), 1675 anchor = ap_escape_html(scratch, ap_os_escape_path(scratch, t, 0)); 1707 ap_escape_html(scratch, 1736 ap_escape_html(scratch, t2), "</a>", NULL); 1750 ap_escape_html(scratch, t2), 1797 ap_escape_html(scratch, 1835 ap_escape_html(scratch, t2), 1871 ap_escape_html(scratch, t2), 2005 char *title_name = ap_escape_html( [all...] |
H A D | mod_cgi.c | 1090 location = ap_escape_html(rr->pool, location);
|
H A D | mod_cgid.c | 1757 location = ap_escape_html(rr->pool, location);
|
/httpd/modules/proxy/ |
H A D | mod_proxy_ftp.c | 526 escpath = ap_escape_html(p, path); 533 ap_escape_html(p, site), basedir, escpath, 551 ap_escape_html(p, reldir)); 560 wildcard = ap_escape_html(p, wildcard); 573 ap_escape_html(p, pwd)); 581 ap_escape_html(p, readme)); 669 ap_escape_html(p, ctx->buffer), 671 ap_escape_html(p, filename), 672 ap_escape_html(p, link_ptr)); 715 ap_escape_html( [all...] |
H A D | mod_proxy_balancer.c | 1372 ap_escape_html(r->pool, worker->s->route), 1375 ap_escape_html(r->pool, worker->s->redirect), 1465 ap_rvputs(r, ap_escape_html(r->pool, ap_get_server_name(r)), 1540 ap_rvputs(r, "<td>", ap_escape_html(r->pool, worker->s->route), 1543 ap_escape_html(r->pool, worker->s->redirect), NULL); 1572 ap_rvputs(r, "value=\"", ap_escape_html(r->pool, wsel->s->route), 1576 ap_rvputs(r, "value=\"", ap_escape_html(r->pool, wsel->s->redirect),
|
H A D | proxy_util.c | 382 const char *uri = ap_escape_html(r->pool, r->uri); 386 uri, "\">", ap_escape_html(r->pool, r->method), " ", uri, 388 "Reason: <strong>", ap_escape_html(r->pool, message),
|
/httpd/modules/dav/main/ |
H A D | mod_dav.c | 641 what, ap_escape_html(r->pool, locn)); 721 ap_escape_html(r->pool, r->uri))); 741 ap_escape_html(r->pool, r->uri))); 917 ap_escape_html(r->pool, r->uri)); 954 ap_escape_html(r->pool, r->uri)); 979 ap_escape_html(r->pool, r->uri)), 1007 char *msg = ap_escape_html(r->pool, r->uri); 1048 ap_escape_html(r->pool, r->uri))); 1234 ap_escape_html(r->pool, r->uri)), 1265 ap_escape_html( [all...] |
H A D | util.c | 1927 ap_escape_html(r->pool, resource->uri))); 1962 ap_escape_html(r->pool, resource->uri)), 1984 ap_escape_html(r->pool, resource->uri)), 2018 ap_escape_html(r->pool, resource->uri)), 2067 ap_escape_html(r->pool, resource->uri)), 2082 ap_escape_html(r->pool, resource->uri)), 2094 ap_escape_html(r->pool, av_info->parent_resource->uri)), 2119 ap_escape_html(r->pool, resource->uri)), 2142 ap_escape_html(r->pool, av_info->parent_resource->uri)),
|
/httpd/modules/mappers/ |
H A D | mod_imagemap.c | 481 ap_escape_html(r->pool, r->uri), 486 ap_escape_html(r->pool, r->uri), 531 etext = ap_escape_html(r->pool, text); 556 etext = ap_escape_html(r->pool, text);
|
H A D | mod_speling.c | 433 *(const char **)apr_array_push(t) = ap_escape_html(sub_pool, r->uri); 460 *(const char **)apr_array_push(t) = ap_escape_html(sub_pool, vuri);
|
H A D | mod_negotiation.c | 2661 *((const char **) apr_array_push(arr)) = ap_escape_html(r->pool, filename);
|
/httpd/server/ |
H A D | protocol.c | 744 ap_escape_html(r->pool, key), 800 /* ensure ap_escape_html will terminate correctly */ 802 field_escaped = ap_escape_html(r->pool, field); 846 ap_escape_html(r->pool, last_field))); 890 ap_escape_html(r->pool,
|
H A D | util_script.c | 238 ap_escape_html(r->pool, ap_get_server_name_for_url(r)));
|
H A D | core.c | 3253 ap_escape_html(r->pool, r->server->server_admin), 3255 ap_escape_html(r->pool, ap_get_server_name(r)), 3262 ap_escape_html(r->pool, ap_get_server_name(r)),
|
H A D | log.c | 1310 ap_escape_html(r->pool, apr_pvsprintf(r->pool, fmt,
|
/httpd/include/ |
H A D | httpd.h | 1744 #define ap_escape_html(p,s) ap_escape_html2(p,s,0) macro
|
/httpd/modules/ldap/ |
H A D | util_ldap_cache_mgr.c | 609 ap_escape_html(r->pool, ap_escape_uri(r->pool, r->uri)),
|
/httpd/modules/test/ |
H A D | mod_policy.c | 1016 conf->type_url = ap_escape_html(cmd->pool, url);
|
/httpd/modules/filters/ |
H A D | mod_include.c | 2712 key_text = ap_escape_html(ctx->dpool, elts[i].key); 2718 val_text = ap_escape_html(ctx->dpool, val_text);
|
/httpd/modules/lua/ |
H A D | lua_request.c | 512 /* wrap ap_escape_html r:escape_html(String) */ 517 lua_pushstring(L, ap_escape_html(r->pool, s));
|
H A D | mod_lua.c | 109 ap_rputs(ap_escape_html(r->pool, lua_response), r);
|