Home
last modified time | relevance | path

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

/dports/comms/gammu/gammu-1.42.0/docs/manual/c/
H A Dmessage.rst17 .. doxygenfunction:: GSM_DecodeMultiPartSMS
/dports/comms/gammu/gammu-1.42.0/include/
H A Dgammu-message.h1069 gboolean GSM_DecodeMultiPartSMS(GSM_Debug_Info * di,
/dports/comms/gammu/gammu-1.42.0/helper/
H A Dmessage-display.c370 RetVal = GSM_DecodeMultiPartSMS(GSM_GetGlobalDebug(), &SMSInfo,sms,ems); in DisplayMultiSMSInfo()
/dports/comms/gammu/gammu-1.42.0/smsd/services/
H A Dsql.c474 if (GSM_DecodeMultiPartSMS(GSM_GetDebug(Config->gsm), &SMSInfo, smsmulti, TRUE)) { in SMSDSQL_NamedQuery()
/dports/comms/gammu/gammu-1.42.0/libgammu/service/sms/
H A Dgsmmulti.c1365 gboolean GSM_DecodeMultiPartSMS(GSM_Debug_Info *di, in GSM_DecodeMultiPartSMS() function
/dports/comms/gammu/gammu-1.42.0/smsd/
H A Dcore.c1090 if (GSM_DecodeMultiPartSMS(GSM_GetDebug(Config->gsm), &SMSInfo, sms, TRUE)) { in SMSD_RunOnReceiveEnvironment()
/dports/comms/gammu/gammu-1.42.0/
H A DChangeLog2990 * GSM_DecodeMultiPartSMS doesn't expect anything inside structure to be
2994 * GSM_ClearMultiPartSMSInfo is called from GSM_DecodeMultiPartSMS