Home
last modified time | relevance | path

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

/dports/net-im/tox/c-toxcore-0.2.13/auto_tests/
H A Dtox_one_test.c58 …ck_assert_msg(ret == UINT32_MAX && error == TOX_ERR_FRIEND_ADD_NO_MESSAGE, "Sending request with n… in test_one()
/dports/net-im/toxic/toxic-0.11.3/src/
H A Dglobal_commands.c106 case TOX_ERR_FRIEND_ADD_NO_MESSAGE: in cmd_add_helper()
/dports/net-im/uTox/uTox/src/
H A Dtox.c705 case TOX_ERR_FRIEND_ADD_NO_MESSAGE: addf_error = ADDF_NOMESSAGE; break; in tox_thread_message()
/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dtox.h1262 TOX_ERR_FRIEND_ADD_NO_MESSAGE, enumerator
H A Dtox.c992 SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_ADD_NO_MESSAGE); in set_friend_error()
/dports/net-im/py-toxcore-c/py-toxcore-c-0.2.0/pytox/
H A Dcore.c372 case TOX_ERR_FRIEND_ADD_NO_MESSAGE: in ToxCore_friend_add()