Home
last modified time | relevance | path

Searched refs:tox_friend_get_name (Results 1 – 11 of 11) sorted by relevance

/dports/net-im/toxbot/ToxBot-1e4af05/src/
H A Dcommands.c89 tox_friend_get_name(m, friendnum, (uint8_t *) name, NULL); in cmd_default()
152 tox_friend_get_name(m, friendnum, (uint8_t *) name, NULL); in cmd_gmessage()
174 tox_friend_get_name(m, friendnum, (uint8_t *) name, NULL); in cmd_group()
343 tox_friend_get_name(m, friendnum, (uint8_t *) name, NULL); in cmd_invite()
403 tox_friend_get_name(m, friendnum, (uint8_t *) name, NULL); in cmd_leave()
449 tox_friend_get_name(m, friendnum, (uint8_t *) name, NULL); in cmd_master()
528 tox_friend_get_name(m, friendnum, (uint8_t *) name, NULL); in cmd_passwd()
586 tox_friend_get_name(m, friendnum, (uint8_t *) name, NULL); in cmd_purge()
630 tox_friend_get_name(m, friendnum, (uint8_t *) name, NULL); in cmd_status()
668 tox_friend_get_name(m, friendnum, (uint8_t *) name, NULL); in cmd_statusmessage()
[all …]
H A Dtoxbot.c230 tox_friend_get_name(m, friendnumber, (uint8_t *) name, NULL); in cb_group_invite()
/dports/net-im/tox/c-toxcore-0.2.13/auto_tests/
H A Dset_name_test.c86 tox_friend_get_name(tox2, 0, temp_name, nullptr); in test_set_name()
H A Dsave_friend_test.c124 tox_friend_get_name(tox_to_compare, 0, to_compare.name, nullptr); in main()
/dports/net-im/qTox/qTox-1.17.4/src/core/
H A Dcore.cpp1055 GET_FRIEND_PROPERTY(Username, tox_friend_get_name, true); in loadFriends()
1494 tox_friend_get_name(tox.get(), friendnumber, name, nullptr); in getFriendUsername()
1561 if (!tox_friend_get_name(tox.get(), friendId, cname, nullptr)) { in getPeerName()
/dports/net-im/toxic/toxic-0.11.3/src/
H A Dmisc_tools.c433 if (!tox_friend_get_name(m, friendnum, (uint8_t *) buf, NULL)) { in get_nick_truncate()
/dports/net-im/uTox/uTox/src/
H A Dfriend.c258 tox_friend_get_name(tox, friend_number, name, 0); in utox_friend_init()
/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dtox.h1535 bool tox_friend_get_name(const Tox *tox, uint32_t friend_number, uint8_t *name, TOX_ERR_FRIEND_QUER…
H A Dtox.c1192 bool tox_friend_get_name(const Tox *tox, uint32_t friend_number, uint8_t *name, Tox_Err_Friend_Quer… in tox_friend_get_name() function
/dports/net-im/toxins/toxins-f76a7bd/minitox/import/
H A Dminitox.c719 tox_friend_get_name(tox, friend_num, (uint8_t*)f->name, NULL); in init_friends()
/dports/net-im/py-toxcore-c/py-toxcore-c-0.2.0/pytox/
H A Dcore.c621 if (tox_friend_get_name(self->tox, friend_num, buf, NULL) == false) { in ToxCore_friend_get_name()