Home
last modified time | relevance | path

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

/dports/comms/scmxx/scmxx-0.9.0/src/smspdu/
H A Dsmscoding.h41 ucs4char_t* sms_data_decode (enum sms_encoding charset,
H A Dsmsud_dec.c111 ucs4char_t* sms_data_decode (enum sms_encoding encoding, in sms_data_decode() function
H A Dsmspdu_dec.c333 n->text = sms_data_decode(SMS_CHARSET_GSM, in sms_pdu_address_decode()
384 sms->ud[sms->partnum].text = sms_data_decode(sms->scheme.encoding, in sms_pdu_userdata_decode()
/dports/comms/gnokii/gnokii-0.6.31/common/
H A Dgsm-sms.c431 static gn_error sms_data_decode(unsigned char *message, unsigned char *output, unsigned int length, in sms_data_decode() function
705 sms_data_decode(rawsms->user_data + 5 + sms->user_data[0].u.bitmap.size, in sms_pdu_decode()
715 sms_data_decode(rawsms->user_data + 3, in sms_pdu_decode()
731 return sms_data_decode(rawsms->user_data + sms->udh.length, /* Skip the UDH */ in sms_pdu_decode()