Searched refs:PL_Base64Decode (Results 1 - 6 of 6) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/ |
H A D | plbase64.h | 44 #define PL_Base64Decode VBoxNsplPL_Base64Decode macro 76 * PL_Base64Decode 94 PL_Base64Decode
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/ |
H A D | base64t.c | 2044 /* 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 D | base64.c | 356 * PL_Base64Decode 369 PL_Base64Decode function
|
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ |
H A D | nsFileSpec.cpp | 959 char* decodedData = PL_Base64Decode(data.get(), data.Length(), nsnull);
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsLocalFileMac.cpp | 2453 char* decodedData = PL_Base64Decode(PromiseFlatCString(aPersistentDescriptor).get(), dataSize, nsnull);
|
H A D | nsLocalFileOSX.cpp | 1595 char* decodedData = PL_Base64Decode(PromiseFlatCString(aPersistentDescriptor).get(), dataSize, nsnull);
|
Completed in 87 milliseconds