Home
last modified time | relevance | path

Searched refs:VC_StoreText (Results 1 – 4 of 4) sorted by relevance

/dports/comms/gammu/gammu-1.42.0/libgammu/service/
H A Dgsmmisc.h46 GSM_Error VC_StoreText(char *Buffer, const size_t buff_len, size_t *Length, const unsigned char *Te…
H A Dgsmcal.c893 …error = VC_StoreText(Buffer, buff_len, Length, note->Entries[i].Text, "SUMMARY", Version == Mozill… in GSM_EncodeVCALENDAR()
897 …error = VC_StoreText(Buffer, buff_len, Length, note->Entries[i].Text, "DESCRIPTION", Version == Mo… in GSM_EncodeVCALENDAR()
902 …error = VC_StoreText(Buffer, buff_len, Length, note->Entries[i].Text, "DESCRIPTION", Version == Mo… in GSM_EncodeVCALENDAR()
906 …error = VC_StoreText(Buffer, buff_len, Length, note->Entries[i].Text, "LOCATION", Version == Mozil… in GSM_EncodeVCALENDAR()
910 …error = VC_StoreText(Buffer, buff_len, Length, note->Entries[i].Text, "X-IRMC-LUID", Version == Mo… in GSM_EncodeVCALENDAR()
1148 …error = VC_StoreText(Buffer, buff_len, Length, note->Entries[i].Text, "SUMMARY", Version == Mozill… in GSM_EncodeVTODO()
1152 …error = VC_StoreText(Buffer, buff_len, Length, note->Entries[i].Text, "DESCRIPTION", Version == Mo… in GSM_EncodeVTODO()
1157 …error = VC_StoreText(Buffer, buff_len, Length, note->Entries[i].Text, "DESCRIPTION", Version == Mo… in GSM_EncodeVTODO()
1161 …error = VC_StoreText(Buffer, buff_len, Length, note->Entries[i].Text, "LOCATION", Version == Mozil… in GSM_EncodeVTODO()
1165 …error = VC_StoreText(Buffer, buff_len, Length, note->Entries[i].Text, "X-IRMC-LUID", Version == Mo… in GSM_EncodeVTODO()
[all …]
H A Dgsmpbk.c331 error = VC_StoreText(Buffer, buff_len, Length, pbk->Entries[i].Text, "LABEL", FALSE); in GSM_EncodeVCARD()
489 error = VC_StoreText(Buffer, buff_len, Length, pbk->Entries[i].Text, "", FALSE); in GSM_EncodeVCARD()
516 error = VC_StoreText(Buffer, buff_len, Length, buffer, "N", FALSE); in GSM_EncodeVCARD()
562 error = VC_StoreText(Buffer, buff_len, Length, buffer, "ADR;WORK", FALSE); in GSM_EncodeVCARD()
608 error = VC_StoreText(Buffer, buff_len, Length, buffer, "ADR;HOME", FALSE); in GSM_EncodeVCARD()
H A Dgsmmisc.c367 GSM_Error VC_StoreText(char *Buffer, const size_t buff_len, size_t *Pos, const unsigned char *Text,… in VC_StoreText() function