Searched refs:apr_escape_urlencoded (Results 1 – 6 of 6) sorted by relevance
/external/cronet/stable/third_party/apache-portable-runtime/src/include/ |
D | apr_escape.h | 194 APR_DECLARE(apr_status_t) apr_escape_urlencoded(char *escaped, const char *str,
|
/external/cronet/tot/third_party/apache-portable-runtime/src/include/ |
D | apr_escape.h | 194 APR_DECLARE(apr_status_t) apr_escape_urlencoded(char *escaped, const char *str,
|
/external/cronet/stable/third_party/apache-portable-runtime/src/encoding/ |
D | apr_escape.c | 492 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/ |
D | apr_escape.c | 492 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/ |
D | testescape.c | 151 apr_escape_urlencoded(NULL, src, APR_ESCAPE_STRING, &len); in test_escape()
|
/external/cronet/stable/third_party/apache-portable-runtime/src/test/ |
D | testescape.c | 151 apr_escape_urlencoded(NULL, src, APR_ESCAPE_STRING, &len); in test_escape()
|