Home
last modified time | relevance | path

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

/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dlime.c471 int xmlStringLength; in lime_createMultipartMessage() local
563 xmlDocDumpFormatMemoryEnc(xmlOutputMessage, &local_output, &xmlStringLength, "UTF-8", 0); in lime_createMultipartMessage()
565 *output = (uint8_t *)ms_malloc(xmlStringLength + 1); in lime_createMultipartMessage()
566 memcpy(*output, local_output, xmlStringLength); in lime_createMultipartMessage()
567 (*output)[xmlStringLength] = '\0'; in lime_createMultipartMessage()
H A Dchat_file_transfer.c298 int xmlStringLength; in linphone_chat_message_process_response_from_post_file() local
324 xmlDocDumpFormatMemoryEnc(xmlMessageBody, (xmlChar **)&msg->message, &xmlStringLength, in linphone_chat_message_process_response_from_post_file()