Home
last modified time | relevance | path

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

/dports/net-im/toxic/toxic-0.11.3/src/
H A Davatars.c257 if (err != TOX_ERR_FILE_SEND_CHUNK_OK) { in on_avatar_chunk_request()
H A Dchat.c439 if (err != TOX_ERR_FILE_SEND_CHUNK_OK) { in chat_onFileChunkRequest()
/dports/net-im/tox/c-toxcore-0.2.13/auto_tests/
H A Dfile_transfer_test.c128 ck_assert_msg(error == TOX_ERR_FILE_SEND_CHUNK_OK, in tox_file_chunk_request()
/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dtox.h2228 TOX_ERR_FILE_SEND_CHUNK_OK, enumerator
H A Dtox.c1623 SET_ERROR_PARAMETER(error, TOX_ERR_FILE_SEND_CHUNK_OK); in tox_file_send_chunk()