Searched refs:httpDecode64_2 (Results 1 – 10 of 10) sorted by relevance
/external/libcups/examples/ |
D | ppdx.c | 98 if (!httpDecode64_2(decoded, &len, attr->value) || len == 0) in ppdxReadData()
|
/external/libcups/notifier/ |
D | mailto.c | 118 httpDecode64_2(temp, &templen, argv[2]); in main()
|
/external/libcups/cups/ |
D | libcups2.def | 372 httpDecode64_2
|
D | tls-gnutls.c | 810 httpDecode64_2((char *)data + num_data, &decoded, line); in httpLoadCredentials() 1054 httpDecode64_2((char *)data + num_data, &decoded, line); in http_gnutls_load_crl()
|
D | http.h | 498 extern char *httpDecode64_2(char *out, int *outlen, const char *in) _CUPS_API_1_1_21;
|
D | testhttp.c | 305 httpDecode64_2(decode, &decodelen, base64_tests[i][1]); in main()
|
D | http-support.c | 555 return (httpDecode64_2(out, &outlen, in)); in httpDecode64() 570 httpDecode64_2(char *out, /* I - String to write to */ in httpDecode64_2() function
|
/external/libcups/scheduler/ |
D | auth.c | 330 httpDecode64_2(authdata, &authlen, authorization); in cupsdAuthorize() 513 httpDecode64_2(username, &userlen, authorization); in cupsdAuthorize() 762 input_token.value = httpDecode64_2(input_token.value, &len, in cupsdAuthorize()
|
D | job.c | 2020 httpDecode64_2(data, &bytes, value); in cupsdLoadJob()
|
/external/libcups/tools/ |
D | ippeveprinter.c | 776 httpDecode64_2(data.username, &userlen, authorization); in authenticate_request()
|