Home
last modified time | relevance | path

Searched refs:DecodeBASE64 (Results 1 – 7 of 7) sorted by relevance

/dports/comms/gammu/gammu-1.42.0/tests/
H A Dbase64.c35 len = DecodeBASE64(base64, decoded, strlen(base64)); in main()
/dports/comms/gammu/gammu-1.42.0/libgammu/misc/coding/
H A Dcoding.h66 int DecodeBASE64 (const char *Input, unsigned char *Output, const size_t Length);
H A Dcoding.c2156 p=DecodeBASE64(src+i+1, dest+j, z); in DecodeUTF7()
2250 int DecodeBASE64(const char *Input, unsigned char *Output, const size_t Length) in DecodeBASE64() function
/dports/comms/gammu/gammu-1.42.0/libgammu/service/backup/
H A Dbackldif.c251 i = DecodeBASE64(Buffer+strlen(Start)+3, Buffer2, strlen(Buffer)-(strlen(Start)+3)); in ReadLDIFText()
H A Dbacktext.c2086 DecodeBASE64(readvalue, Pbk->Entries[Pbk->EntriesNum].Picture.Buffer, strlen(readvalue)); in ReadPbkEntry()
/dports/comms/gammu/gammu-1.42.0/libgammu/service/
H A Dgsmpbk.c767 DecodeBASE64(s, Pbk->Entries[Pbk->EntriesNum].Picture.Buffer, strlen(s)); in GSM_DecodeVCARD()
/dports/comms/gammu/gammu-1.42.0/libgammu/phone/s60/
H A Ds60phone.c1733 …s->Phone.Data.Picture->Length = DecodeBASE64(msg->Buffer, s->Phone.Data.Picture->Buffer, msg->Leng… in S60_Reply_Screenshot()