Home
last modified time | relevance | path

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

/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dchat_file_transfer.c135 …LinphoneImEncryptionEngineCbsUploadingFileCb cb_process_uploading_file = linphone_im_encryption_en… in on_send_body() local
136 if (cb_process_uploading_file) { in on_send_body()
139 …retval = cb_process_uploading_file(imee, msg, offset, (const uint8_t *)buffer, size, encrypted_buf… in on_send_body()
161 …LinphoneImEncryptionEngineCbsUploadingFileCb cb_process_uploading_file = linphone_im_encryption_en… in on_send_end() local
162 if (cb_process_uploading_file) { in on_send_end()
163 cb_process_uploading_file(imee, msg, 0, NULL, NULL, NULL); in on_send_end()