Home
last modified time | relevance | path

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

/dports/net-im/uTox/uTox/src/xlib/
H A Dfilesys.c187 postmessage_toxcore(TOX_FILE_ACCEPT, fid, file_number, path); in native_select_dir_ft()
213 postmessage_toxcore(TOX_FILE_ACCEPT, fid, file->file_number, path); in native_autoselect_dir_ft()
/dports/net-im/uTox/uTox/src/
H A Dtox.h65 TOX_FILE_ACCEPT, enumerator
H A Dutox.c296 postmessage_toxcore(TOX_FILE_ACCEPT, param1, param2 << 16, data); in utox_message_dispatch()
H A Dtox.c882 case TOX_FILE_ACCEPT: in tox_thread_message()
/dports/net-im/uTox/uTox/src/windows/
H A Dmain.7.c91 postmessage_toxcore(TOX_FILE_ACCEPT, fid, num, path); in native_select_dir_ft()
/dports/net-im/uTox/uTox/src/cocoa/
H A Dinteraction.m941 postmessage_toxcore(TOX_FILE_ACCEPT, fid, num, strdup(destination.path.UTF8String));