Home
last modified time | relevance | path

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

/dports/net-im/tox/c-toxcore-0.2.13/auto_tests/
H A Dfile_transfer_test.c215 tox_callback_file_recv(tox3, tox_file_receive); in file_transfer_test()
279 tox_callback_file_recv(tox3, tox_file_receive); in file_transfer_test()
326 tox_callback_file_recv(tox3, tox_file_receive); in file_transfer_test()
/dports/net-im/toxins/toxins-f76a7bd/tox_sync/
H A Dtox_sync.c260 tox_callback_file_recv(tox, file_request_accept); in main()
/dports/net-im/qTox/qTox-1.17.4/src/core/
H A Dcorefile.cpp87 tox_callback_file_recv(&tox, CoreFile::onFileReceiveCallback); in connectCallbacks()
/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dtox.h2364 void tox_callback_file_recv(Tox *tox, tox_file_recv_cb *callback);
H A Dtox.c1667 void tox_callback_file_recv(Tox *tox, tox_file_recv_cb *callback) in tox_callback_file_recv() function
/dports/net-im/uTox/uTox/src/
H A Dfile_transfers.c1399 tox_callback_file_recv(tox, incoming_file_callback_request); in utox_set_callbacks_file_transfer()
/dports/net-im/toxic/toxic-0.11.3/src/
H A Dtoxic.c813 tox_callback_file_recv(m, on_file_recv); in init_tox_callbacks()
/dports/net-im/py-toxcore-c/py-toxcore-c-0.2.0/pytox/
H A Dcore.c283 tox_callback_file_recv(tox, callback_file_recv); in init_helper()