Home
last modified time | relevance | path

Searched refs:save_chat (Results 1 – 7 of 7) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dclient.c842 save_chat = 1;
846 save_chat = 2;
H A Dvariable.c193 byte save_chat = 0; variable
H A Dmain-win.c3428 int i, res = save_chat; in hook_quit()
3460 if (!save_chat) get_string("Filename:", buf, 79); in hook_quit()
3972 save_chat = 1; in WinMain()
3975 save_chat = 2; in WinMain()
H A Dexterns.h315 extern byte save_chat;
H A Dc-init.c2591 int j, res = save_chat; in quit_hook()
2623 if (!save_chat) get_string("Filename:", buf, 79); in quit_hook()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h1300 void save_chat(Chat *c, ChatId chat_id, bool from_binlog);
H A DContactsManager.cpp8742 void ContactsManager::save_chat(Chat *c, ChatId chat_id, bool from_binlog) { in save_chat() function in td::ContactsManager
8848 save_chat(c, chat_id, c->log_event_id != 0); in on_save_chat_to_database()
9961 save_chat(c, chat_id, from_binlog); in update_chat()