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

/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 21 milliseconds