Home
last modified time | relevance | path

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 Dapr_escape.c341 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 Dapr_escape.h126 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 Dtestescape.c112 apr_escape_path_segment(NULL, src, APR_ESCAPE_STRING, &len); in test_escape()