Home
last modified time | relevance | path

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

/external/libcups/examples/
Dppdx.c98 if (!httpDecode64_2(decoded, &len, attr->value) || len == 0) in ppdxReadData()
/external/libcups/notifier/
Dmailto.c118 httpDecode64_2(temp, &templen, argv[2]); in main()
/external/libcups/cups/
Dlibcups2.def372 httpDecode64_2
Dtls-gnutls.c810 httpDecode64_2((char *)data + num_data, &decoded, line); in httpLoadCredentials()
1054 httpDecode64_2((char *)data + num_data, &decoded, line); in http_gnutls_load_crl()
Dhttp.h498 extern char *httpDecode64_2(char *out, int *outlen, const char *in) _CUPS_API_1_1_21;
Dtesthttp.c305 httpDecode64_2(decode, &decodelen, base64_tests[i][1]); in main()
Dhttp-support.c555 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/
Dauth.c330 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()
Djob.c2020 httpDecode64_2(data, &bytes, value); in cupsdLoadJob()
/external/libcups/tools/
Dippeveprinter.c776 httpDecode64_2(data.username, &userlen, authorization); in authenticate_request()