Searched refs:apr_escape_path_segment (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/encoding/ |
H A D | apr_escape.c | 341 APR_DECLARE(apr_status_t) apr_escape_path_segment(char *escaped, in apr_escape_path_segment() function 395 switch (apr_escape_path_segment(NULL, str, APR_ESCAPE_STRING, &len)) { in apr_pescape_path_segment() 398 apr_escape_path_segment(cmd, str, APR_ESCAPE_STRING, NULL); in apr_pescape_path_segment()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/ |
H A D | apr_escape.h | 126 APR_DECLARE(apr_status_t) apr_escape_path_segment(char *escaped,
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testescape.c | 112 apr_escape_path_segment(NULL, src, APR_ESCAPE_STRING, &len); in test_escape()
|