Home
last modified time | relevance | path

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

/dports/www/kannel/gateway-1.4.4/gw/smsc/
H A Dsmsc_soap.c2720 Octstr *data, *res, *udhres; in soap_o2o_msgdata_attribute() local
2735 udhres = octstr_format("<UDH>%S</UDH>", data); in soap_o2o_msgdata_attribute()
2736 octstr_append(res, udhres); in soap_o2o_msgdata_attribute()
2737 O_DESTROY(udhres); in soap_o2o_msgdata_attribute()
2741 udhres = octstr_create("<UDH></UDH>"); in soap_o2o_msgdata_attribute()
2742 octstr_append(res, udhres); in soap_o2o_msgdata_attribute()
2743 O_DESTROY(udhres); in soap_o2o_msgdata_attribute()