MCPcopy Create free account
hub / github.com/apache/httpd / ap_escape_path_segment

Function ap_escape_path_segment

server/util.c:2068–2071  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2066}
2067
2068AP_DECLARE(char *) ap_escape_path_segment(apr_pool_t *p, const char *segment)
2069{
2070 return ap_escape_path_segment_buffer(apr_palloc(p, 3 * strlen(segment) + 1), segment);
2071}
2072
2073AP_DECLARE(char *) ap_os_escape_path(apr_pool_t *p, const char *path, int partial)
2074{

Callers 3

set_neg_headersFunction · 0.85
make_variant_listFunction · 0.85
setup_choice_responseFunction · 0.85

Calls 1

Tested by

no test coverage detected