APR_URI_UNP_OMITSITEPART  273 modules/dav/main/util.c     new_file = apr_uri_unparse(r->pool, &comp, APR_URI_UNP_OMITSITEPART);
APR_URI_UNP_OMITSITEPART  322 modules/proxy/mod_proxy_ftp.c         path = apr_uri_unparse(p, &f->r->parsed_uri, APR_URI_UNP_OMITSITEPART | APR_URI_UNP_OMITQUERY);
APR_URI_UNP_OMITSITEPART  222 srclib/apr-util/test/testuri.c             s = apr_uri_unparse(p, &info, APR_URI_UNP_OMITSITEPART);
APR_URI_UNP_OMITSITEPART   97 srclib/apr-util/uri/apr_uri.c     if (!(flags & APR_URI_UNP_OMITSITEPART)) {