Searched refs:httpDecode64_2 (Results 1 – 5 of 5) sorted by relevance
/external/libcups/cups/ |
D | libcups2.def | 329 httpDecode64_2
|
D | tls-gnutls.c | 782 httpDecode64_2((char *)data + num_data, &decoded, line); in httpLoadCredentials() 1025 httpDecode64_2((char *)data + num_data, &decoded, line); in http_gnutls_load_crl()
|
D | http-support.c | 562 return (httpDecode64_2(out, &outlen, in)); in httpDecode64() 577 httpDecode64_2(char *out, /* I - String to write to */ in httpDecode64_2() function
|
D | testhttp.c | 301 httpDecode64_2(decode, &decodelen, base64_tests[i][1]); in main()
|
D | http.h | 509 extern char *httpDecode64_2(char *out, int *outlen, const char *in) _CUPS_API_1_1_21;
|