Home
last modified time | relevance | path

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

/dports/net-im/tox/c-toxcore-0.2.13/auto_tests/
H A Dfile_transfer_test.c217 …uint32_t fnum = tox_file_send(tox2, 0, TOX_FILE_KIND_DATA, totalf_size, nullptr, (const uint8_t *)… in file_transfer_test()
281 fnum = tox_file_send(tox2, 0, TOX_FILE_KIND_DATA, totalf_size, nullptr, in file_transfer_test()
328 fnum = tox_file_send(tox2, 0, TOX_FILE_KIND_DATA, totalf_size, nullptr, in file_transfer_test()
/dports/net-im/qTox/qTox-1.17.4/src/core/
H A Dcorefile.cpp110 const uint32_t fileNum = tox_file_send(tox, friendId, TOX_FILE_KIND_AVATAR, filesize, in sendAvatarFile()
152 uint32_t fileNum = tox_file_send(tox, friendId, TOX_FILE_KIND_DATA, filesize, in sendFile()
/dports/net-im/toxic/toxic-0.11.3/src/
H A Davatars.c89 uint32_t filenumber = tox_file_send(m, friendnumber, TOX_FILE_KIND_AVATAR, (size_t) Avatar.size, in avatar_send()
H A Dchat_commands.c349 uint32_t filenum = tox_file_send(m, self->num, TOX_FILE_KIND_DATA, (uint64_t) filesize, NULL, in cmd_sendfile()
H A Dchat.c363 ft->filenumber = tox_file_send(m, friendnum, TOX_FILE_KIND_DATA, ft->file_size, ft->file_id, in chat_resume_file_senders()
/dports/net-im/uTox/uTox/src/
H A Dfile_transfers.c1079 uint32_t file_number = tox_file_send(tox, friend_number, TOX_FILE_KIND_AVATAR, in ft_send_avatar()
1140 …uint32_t file_number = tox_file_send(tox, friend_number, TOX_FILE_KIND_DATA, size, hash, name, nam… in ft_send_file()
1238 …uint32_t file_number = tox_file_send(tox, friend_number, TOX_FILE_KIND_DATA, size, hash, name, nam… in ft_send_data()
/dports/net-im/toxins/toxins-f76a7bd/tox_sync/
H A Dtox_sync.c93 …uint32_t filenum = tox_file_send(m, friendnum, TOX_FILE_KIND_DATA, filesize, 0, (uint8_t *)filenam… in add_filesender()
/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dtox.h2220 uint32_t tox_file_send(Tox *tox, uint32_t friend_number, uint32_t kind, uint64_t file_size, const u…
H A Dtox.c1565 uint32_t tox_file_send(Tox *tox, uint32_t friend_number, uint32_t kind, uint64_t file_size, const u… in tox_file_send() function
/dports/net-im/py-toxcore-c/py-toxcore-c-0.2.0/pytox/
H A Dcore.c1159tox_file_send(self->tox, friend_number, kind, file_size, file_id, filename, filename_length, &err); in ToxCore_file_send()
/dports/net-im/qTox/qTox-1.17.4/
H A DCHANGELOG.md270 …* Fix misuse of toxcore tox_file_send API ([f988177a](https://github.com/qTox/qTox/commit/f988177…