Searched refs:apr_escape_path (Results 1 – 8 of 8) sorted by relevance
/external/cronet/stable/third_party/apache-portable-runtime/src/include/ |
D | apr_escape.h | 159 APR_DECLARE(apr_status_t) apr_escape_path(char *escaped, const char *path,
|
/external/cronet/tot/third_party/apache-portable-runtime/src/include/ |
D | apr_escape.h | 159 APR_DECLARE(apr_status_t) apr_escape_path(char *escaped, const char *path,
|
/external/cronet/tot/third_party/apache-portable-runtime/src/test/ |
D | testescape.c | 125 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/ |
D | testescape.c | 125 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/ |
D | apr_escape.c | 409 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/ |
D | apr_escape.c | 409 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/ |
D | CHANGES | 22 apr_escape_path and set the correct return value in case we actually
|
/external/cronet/tot/third_party/apache-portable-runtime/src/ |
D | CHANGES | 22 apr_escape_path and set the correct return value in case we actually
|