Searched refs:PL_Base64Decode (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/
H A Dplbase64.h44 #define PL_Base64Decode VBoxNsplPL_Base64Decode macro
76 * PL_Base64Decode
94 PL_Base64Decode
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/
H A Dbase64t.c2044 /* PL_Base64Decode, single characters */
2053 printf("Test 009 (PL_Base64Decode, single characters, equals) ..."); fflush(stdout);
2068 rv = PL_Base64Decode((char *)cypher, 4, result);
2088 /* PL_Base64Decode, single characters */
2097 printf("Test 010 (PL_Base64Decode, single characters, no equals) ..."); fflush(stdout);
2112 rv = PL_Base64Decode((char *)cypher, 2, result);
2132 /* PL_Base64Decode, double characters */
2141 printf("Test 011 (PL_Base64Decode, double characters, equals) ..."); fflush(stdout);
2161 rv = PL_Base64Decode((char *)cypher, 4, result);
2183 /* PL_Base64Decode, doubl
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dbase64.c356 * PL_Base64Decode
369 PL_Base64Decode function
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpec.cpp959 char* decodedData = PL_Base64Decode(data.get(), data.Length(), nsnull);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileMac.cpp2453 char* decodedData = PL_Base64Decode(PromiseFlatCString(aPersistentDescriptor).get(), dataSize, nsnull);
H A DnsLocalFileOSX.cpp1595 char* decodedData = PL_Base64Decode(PromiseFlatCString(aPersistentDescriptor).get(), dataSize, nsnull);

Completed in 87 milliseconds