apr_table_unset   103 sapi/apache2filter/sapi_apache2.c 			apr_table_unset(ctx->r->headers_out, sapi_header->header);
apr_table_unset   421 sapi/apache2filter/sapi_apache2.c 	apr_table_unset(f->r->headers_out, "Content-Length");
apr_table_unset   422 sapi/apache2filter/sapi_apache2.c 	apr_table_unset(f->r->headers_out, "Last-Modified");
apr_table_unset   423 sapi/apache2filter/sapi_apache2.c 	apr_table_unset(f->r->headers_out, "Expires");
apr_table_unset   424 sapi/apache2filter/sapi_apache2.c 	apr_table_unset(f->r->headers_out, "ETag");
apr_table_unset   101 sapi/apache2handler/sapi_apache2.c 			apr_table_unset(ctx->r->headers_out, sapi_header->header);
apr_table_unset   488 sapi/apache2handler/sapi_apache2.c 	apr_table_unset(r->headers_out, "Content-Length");
apr_table_unset   489 sapi/apache2handler/sapi_apache2.c 	apr_table_unset(r->headers_out, "Last-Modified");
apr_table_unset   490 sapi/apache2handler/sapi_apache2.c 	apr_table_unset(r->headers_out, "Expires");
apr_table_unset   491 sapi/apache2handler/sapi_apache2.c 	apr_table_unset(r->headers_out, "ETag");