Searched refs:bufcoded (Results 1 - 2 of 2) sorted by relevance

/httpd/include/
H A Dhttpd.h1911 * @param bufcoded The encoded string
1915 AP_DECLARE(char *) ap_pbase64decode(apr_pool_t *p, const char *bufcoded);
/httpd/server/
H A Dutil.c2305 AP_DECLARE(char *) ap_pbase64decode(apr_pool_t *p, const char *bufcoded) argument
2310 decoded = (char *) apr_palloc(p, 1 + apr_base64_decode_len(bufcoded));
2311 l = apr_base64_decode(decoded, bufcoded);

Completed in 30 milliseconds