HomeSort by relevance Sort by last modified time
    Searched refs:httpDecode64_2 (Results 1 - 4 of 4) sorted by null

  /external/libcups/cups/
tls-gnutls.c 782 httpDecode64_2((char *)data + num_data, &decoded, line);
1025 httpDecode64_2((char *)data + num_data, &decoded, line);
    [all...]
http.h 494 extern char *httpDecode64(char *out, const char *in) _CUPS_DEPRECATED_MSG("Use httpDecode64_2 instead.");
509 extern char *httpDecode64_2(char *out, int *outlen, const char *in) _CUPS_API_1_1_21;
testhttp.c 291 * httpDecode64_2()/httpEncode64_2()
294 fputs("httpDecode64_2()/httpEncode64_2(): ", stdout);
301 httpDecode64_2(decode, &decodelen, base64_tests[i][1]);
313 printf(" httpDecode64_2() returned \"%s\", expected \"%s\"...\n",
http-support.c 543 * This function is deprecated. Use the httpDecode64_2() function instead
562 return (httpDecode64_2(out, &outlen, in));
567 * 'httpDecode64_2()' - Base64-decode a string.
570 * string before calling @code httpDecode64_2@. On return "outlen" contains the
577 httpDecode64_2(char *out, /* I - String to write to */
    [all...]

Completed in 787 milliseconds