Home
last modified time | relevance | path

Searched refs:apr_escape_urlencoded (Results 1 – 6 of 6) sorted by relevance

/external/cronet/stable/third_party/apache-portable-runtime/src/include/
Dapr_escape.h194 APR_DECLARE(apr_status_t) apr_escape_urlencoded(char *escaped, const char *str,
/external/cronet/tot/third_party/apache-portable-runtime/src/include/
Dapr_escape.h194 APR_DECLARE(apr_status_t) apr_escape_urlencoded(char *escaped, const char *str,
/external/cronet/stable/third_party/apache-portable-runtime/src/encoding/
Dapr_escape.c492 APR_DECLARE(apr_status_t) apr_escape_urlencoded(char *escaped, const char *str, in apr_escape_urlencoded() function
552 switch (apr_escape_urlencoded(NULL, str, APR_ESCAPE_STRING, &len)) { in apr_pescape_urlencoded()
555 apr_escape_urlencoded(encoded, str, APR_ESCAPE_STRING, NULL); in apr_pescape_urlencoded()
/external/cronet/tot/third_party/apache-portable-runtime/src/encoding/
Dapr_escape.c492 APR_DECLARE(apr_status_t) apr_escape_urlencoded(char *escaped, const char *str, in apr_escape_urlencoded() function
552 switch (apr_escape_urlencoded(NULL, str, APR_ESCAPE_STRING, &len)) { in apr_pescape_urlencoded()
555 apr_escape_urlencoded(encoded, str, APR_ESCAPE_STRING, NULL); in apr_pescape_urlencoded()
/external/cronet/tot/third_party/apache-portable-runtime/src/test/
Dtestescape.c151 apr_escape_urlencoded(NULL, src, APR_ESCAPE_STRING, &len); in test_escape()
/external/cronet/stable/third_party/apache-portable-runtime/src/test/
Dtestescape.c151 apr_escape_urlencoded(NULL, src, APR_ESCAPE_STRING, &len); in test_escape()