Home
last modified time | relevance | path

Searched refs:TOX_ERR_FRIEND_QUERY_OK (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/tox/c-toxcore-0.2.13/auto_tests/
H A Dtyping_test.c54 …ck_assert_msg(err_t == TOX_ERR_FRIEND_QUERY_OK, "tox_friend_get_typing call did not return correct… in test_typing()
/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dtox.c1188 SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_QUERY_OK); in tox_friend_get_name_size()
1210 SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_QUERY_OK); in tox_friend_get_name()
1232 SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_QUERY_OK); in tox_friend_get_status_message_size()
1258 SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_QUERY_OK); in tox_friend_get_status_message()
1281 SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_QUERY_OK); in tox_friend_get_status()
1303 SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_QUERY_OK); in tox_friend_get_connection_status()
1325 SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_QUERY_OK); in tox_friend_get_typing()
H A Dtox.h1495 TOX_ERR_FRIEND_QUERY_OK, enumerator
/dports/net-im/toxic/toxic-0.11.3/src/
H A Dmisc_tools.c430 if (err != TOX_ERR_FRIEND_QUERY_OK) { in get_nick_truncate()