Home
last modified time | relevance | path

Searched refs:ap_os_escape_path (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/fpc-httpd22/fpc-3.2.2/packages/httpd22/src/
H A Dhttpd.pas126 Result := ap_os_escape_path(p, path, 1);
H A Dhttpd.inc1404 function ap_os_escape_path(p: Papr_pool_t; const path: PChar; partial: Integer): PChar;
1406 external LibHTTPD name LibNamePrefix + 'ap_os_escape_path' + LibSuff12;
1408 { @see ap_os_escape_path }
/dports/lang/fpc-source/fpc-3.2.2/packages/httpd22/src/
H A Dhttpd.pas126 Result := ap_os_escape_path(p, path, 1);
H A Dhttpd.inc1404 function ap_os_escape_path(p: Papr_pool_t; const path: PChar; partial: Integer): PChar;
1406 external LibHTTPD name LibNamePrefix + 'ap_os_escape_path' + LibSuff12;
1408 { @see ap_os_escape_path }
/dports/lang/fpc-source/fpc-3.2.2/packages/httpd20/src/
H A Dhttpd.pas126 Result := ap_os_escape_path(p, path, 1);
H A Dhttpd.inc1340 function ap_os_escape_path(p: Papr_pool_t; const path: PChar; partial: Integer): PChar;
1342 external LibHTTPD name LibNamePrefix + 'ap_os_escape_path' + LibSuff12;
1344 { @see ap_os_escape_path }
/dports/www/htdigest/httpd-2.4.6/include/
H A Dhttpd.h1633 AP_DECLARE(char *) ap_os_escape_path(apr_pool_t *p, const char *path, int partial);
1636 #define ap_escape_uri(ppool,path) ap_os_escape_path(ppool,path,1)
/dports/lang/fpc-source/fpc-3.2.2/packages/httpd24/src/
H A Dhttpd24.pas332 ap_escape_uri:=ap_os_escape_path(ppool,path,1);
H A Dhttpd.inc1549 function ap_os_escape_path(p: Papr_pool_t; const path: PChar; partial: Integer): PChar;
1551 external LibHTTPD name LibNamePrefix + 'ap_os_escape_path' + LibSuff12;
1554 {* @see ap_os_escape_path }
1558 //#define ap_escape_uri(ppool,path) ap_os_escape_path(ppool,path,1)
/dports/www/fpc-httpd24/fpc-3.2.2/packages/httpd24/src/
H A Dhttpd24.pas332 ap_escape_uri:=ap_os_escape_path(ppool,path,1);
H A Dhttpd.inc1549 function ap_os_escape_path(p: Papr_pool_t; const path: PChar; partial: Integer): PChar;
1551 external LibHTTPD name LibNamePrefix + 'ap_os_escape_path' + LibSuff12;
1554 {* @see ap_os_escape_path }
1558 //#define ap_escape_uri(ppool,path) ap_os_escape_path(ppool,path,1)
/dports/www/apache24/httpd-2.4.53/include/
H A Dhttpd.h1826 AP_DECLARE(char *) ap_os_escape_path(apr_pool_t *p, const char *path, int partial);
1829 #define ap_escape_uri(ppool,path) ap_os_escape_path(ppool,path,1)
/dports/www/htdigest/httpd-2.4.6/modules/mappers/
H A Dmod_alias.c405 escurl = ap_os_escape_path(r->pool, r->uri + l, 1); in try_alias_list()
/dports/www/mod_perl2/mod_perl-2.0.11/xs/maps/
H A Dapache2_functions.map321 ap_os_escape_path | | path, p, partial=TRUE | escape_path
/dports/www/apache24/httpd-2.4.53/modules/mappers/
H A Dmod_alias.c544 escurl = ap_os_escape_path(r->pool, r->uri + l, 1); in try_alias_list()
/dports/lang/fpc-source/fpc-3.2.2/packages/httpd13/src/
H A Dhttpd.inc1004 function ap_os_escape_path(p: Ppool; const path: PChar; partial: cint): PChar;
1007 //#define ap_escape_uri(ppool,path) ap_os_escape_path(ppool,path,1)
/dports/www/htdigest/httpd-2.4.6/modules/generators/
H A Dmod_autoindex.c1675 anchor = ap_escape_html(scratch, ap_os_escape_path(scratch, t, 0)); in output_directories()
/dports/www/apache24/httpd-2.4.53/modules/generators/
H A Dmod_autoindex.c1681 anchor = ap_escape_html(scratch, ap_os_escape_path(scratch, t, 0)); in output_directories()
/dports/www/htdigest/httpd-2.4.6/server/
H A Dutil.c1801 AP_DECLARE(char *) ap_os_escape_path(apr_pool_t *p, const char *path, int partial) function
/dports/www/htdigest/httpd-2.4.6/modules/lua/
H A Dlua_request.c1514 returnValue = ap_os_escape_path(r->pool, path, partial); in lua_ap_os_escape_path()
/dports/www/apache24/httpd-2.4.53/server/
H A Dutil.c2085 AP_DECLARE(char *) ap_os_escape_path(apr_pool_t *p, const char *path, int partial) function
/dports/www/apache24/httpd-2.4.53/modules/lua/
H A Dlua_request.c1667 returnValue = ap_os_escape_path(r->pool, path, partial); in lua_ap_os_escape_path()
/dports/java/java-subversion/subversion-1.14.1/subversion/mod_dav_svn/
H A Drepos.c3577 href = ap_os_escape_path(pool, href, 0); in emit_collection_entry()
/dports/devel/py-subversion/subversion-1.14.1/subversion/mod_dav_svn/
H A Drepos.c3577 href = ap_os_escape_path(pool, href, 0); in emit_collection_entry()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/mod_dav_svn/
H A Drepos.c3577 href = ap_os_escape_path(pool, href, 0); in emit_collection_entry()

12