Home
last modified time | relevance | path

Searched refs:apr_escape_path (Results 1 – 8 of 8) sorted by relevance

/external/cronet/stable/third_party/apache-portable-runtime/src/include/
Dapr_escape.h159 APR_DECLARE(apr_status_t) apr_escape_path(char *escaped, const char *path,
/external/cronet/tot/third_party/apache-portable-runtime/src/include/
Dapr_escape.h159 APR_DECLARE(apr_status_t) apr_escape_path(char *escaped, const char *path,
/external/cronet/tot/third_party/apache-portable-runtime/src/test/
Dtestescape.c125 apr_escape_path(NULL, src, APR_ESCAPE_STRING, 0, &len); in test_escape()
138 apr_escape_path(NULL, src, APR_ESCAPE_STRING, 1, &len); in test_escape()
/external/cronet/stable/third_party/apache-portable-runtime/src/test/
Dtestescape.c125 apr_escape_path(NULL, src, APR_ESCAPE_STRING, 0, &len); in test_escape()
138 apr_escape_path(NULL, src, APR_ESCAPE_STRING, 1, &len); in test_escape()
/external/cronet/stable/third_party/apache-portable-runtime/src/encoding/
Dapr_escape.c409 APR_DECLARE(apr_status_t) apr_escape_path(char *escaped, const char *path, in apr_escape_path() function
478 switch (apr_escape_path(NULL, str, APR_ESCAPE_STRING, partial, &len)) { in apr_pescape_path()
481 apr_escape_path(path, str, APR_ESCAPE_STRING, partial, NULL); in apr_pescape_path()
/external/cronet/tot/third_party/apache-portable-runtime/src/encoding/
Dapr_escape.c409 APR_DECLARE(apr_status_t) apr_escape_path(char *escaped, const char *path, in apr_escape_path() function
478 switch (apr_escape_path(NULL, str, APR_ESCAPE_STRING, partial, &len)) { in apr_pescape_path()
481 apr_escape_path(path, str, APR_ESCAPE_STRING, partial, NULL); in apr_pescape_path()
/external/cronet/stable/third_party/apache-portable-runtime/src/
DCHANGES22 apr_escape_path and set the correct return value in case we actually
/external/cronet/tot/third_party/apache-portable-runtime/src/
DCHANGES22 apr_escape_path and set the correct return value in case we actually