Home
last modified time | relevance | path

Searched refs:messenger_load_state_section (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A DMessenger.h764 bool messenger_load_state_section(Messenger *m, const uint8_t *data, uint32_t length, uint16_t type,
H A Dtox.c351 if (messenger_load_state_section(tox->m, data, length, type, &status) in state_load_callback()
H A DMessenger.c3189 bool messenger_load_state_section(Messenger *m, const uint8_t *data, uint32_t length, uint16_t type, in messenger_load_state_section() function