Home
last modified time | relevance | path

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

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dfriend_requests.h20 uint32_t get_nospam(const Friend_Requests *fr);
H A Dfriend_requests.c48 uint32_t get_nospam(const Friend_Requests *fr) in get_nospam() function
H A DMessenger.c133 uint32_t nospam = get_nospam(m->fr); in getaddress()
2884 assert(sizeof(get_nospam(m->fr)) == sizeof(uint32_t)); in save_nospam_keys()
2886 uint32_t nospam = get_nospam(m->fr); in save_nospam_keys()
H A Dtox.c854 uint32_t ret = net_ntohl(get_nospam(tox->m->fr)); in tox_self_get_nospam()