Home
last modified time | relevance | path

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

/dports/net-im/toxbot/ToxBot-1e4af05/src/
H A Dtoxbot.c476 if (err != TOX_ERR_FRIEND_GET_LAST_ONLINE_OK) in purge_inactive_friends()
/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dtox.h1460 TOX_ERR_FRIEND_GET_LAST_ONLINE_OK, enumerator
H A Dtox.c1151 SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_GET_LAST_ONLINE_OK); in tox_friend_get_last_online()
/dports/net-im/toxic/toxic-0.11.3/src/
H A Dfriendlist.c515 if (loerr != TOX_ERR_FRIEND_GET_LAST_ONLINE_OK) { in friendlist_onFriendAdded()