Home
last modified time | relevance | path

Searched refs:apr_unescape_hex (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/apr/include/
HDapr_escape.h352 APR_DECLARE(apr_status_t) apr_unescape_hex(void *dest, const char *str,
/trueos/contrib/apr/encoding/
HDapr_escape.c1071 APR_DECLARE(apr_status_t) apr_unescape_hex(void *dest, const char *str, in apr_unescape_hex() function
1168 switch (apr_unescape_hex(NULL, str, APR_ESCAPE_STRING, colon, &size)) { in apr_punescape_hex()
1171 apr_unescape_hex(cmd, str, APR_ESCAPE_STRING, colon, len); in apr_punescape_hex()