Home
last modified time | relevance | path

Searched refs:httpDecode64_2 (Results 1 – 5 of 5) sorted by relevance

/external/libcups/cups/
Dlibcups2.def329 httpDecode64_2
Dtls-gnutls.c782 httpDecode64_2((char *)data + num_data, &decoded, line); in httpLoadCredentials()
1025 httpDecode64_2((char *)data + num_data, &decoded, line); in http_gnutls_load_crl()
Dhttp-support.c562 return (httpDecode64_2(out, &outlen, in)); in httpDecode64()
577 httpDecode64_2(char *out, /* I - String to write to */ in httpDecode64_2() function
Dtesthttp.c301 httpDecode64_2(decode, &decodelen, base64_tests[i][1]); in main()
Dhttp.h509 extern char *httpDecode64_2(char *out, int *outlen, const char *in) _CUPS_API_1_1_21;