Home
last modified time | relevance | path

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

/dports/net-im/toxic/toxic-0.11.3/src/
H A Davatars.h52 void on_avatar_file_control(Tox *m, struct FileTransfer *ft, Tox_File_Control control);
H A Dtoxic.h140 void on_file_recv_control(Tox *m, uint32_t friendnumber, uint32_t filenumber, Tox_File_Control cont…
H A Davatars.c190 void on_avatar_file_control(Tox *m, struct FileTransfer *ft, Tox_File_Control control) in on_avatar_file_control()
H A Dwindows.h185 void(*onFileControl)(ToxWindow *, Tox *, uint32_t, uint32_t, Tox_File_Control);
H A Dfile_transfers.c354 if (!tox_file_control(m, ft->friendnumber, ft->filenumber, (Tox_File_Control) CTRL, &err)) { in close_file_transfer()
H A Dwindows.c283 void on_file_recv_control(Tox *m, uint32_t friendnumber, uint32_t filenumber, Tox_File_Control cont… in on_file_recv_control()
H A Dchat.c492 Tox_File_Control control) in chat_onFileControl()
/dports/net-im/qTox/qTox-1.17.4/src/core/
H A Dcorefile.h98 Tox_File_Control control, void* vCore);
/dports/net-im/tox/c-toxcore-0.2.13/auto_tests/
H A Dfile_transfer_test.c87 …ile_print_control(Tox *tox, uint32_t friend_number, uint32_t file_number, Tox_File_Control control, in file_print_control()
/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dtox.api.h2856 typedef TOX_FILE_CONTROL Tox_File_Control;
H A Dtox.h3253 typedef TOX_FILE_CONTROL Tox_File_Control; typedef
H A Dtox.c212 …x->file_recv_control_callback(tox_data->tox, friend_number, file_number, (Tox_File_Control)control, in tox_file_recv_control_handler()
1436 bool tox_file_control(Tox *tox, uint32_t friend_number, uint32_t file_number, Tox_File_Control cont… in tox_file_control()