Home
last modified time | relevance | path

Searched defs:conversation (Results 1 – 25 of 1281) sorted by relevance

12345678910>>...52

/dports/net-im/coyim/coyim-0.3.11/otr_client/
H A Dconversation.go38 type conversation struct { struct
39 peer jid.Any
40 locked bool
42 s Sender
44 eh *EventHandler
46 *otr3.Conversation
49 func (c *conversation) StartEncryptedChat() error {
53 func (c *conversation) EventHandler() *EventHandler {
68 func (c *conversation) EndEncryptedChat() error {
124 func (c *conversation) OurFingerprint() []byte {
[all …]
/dports/net/samba412/samba-4.12.15/python/samba/emulate/
H A Dtraffic_packets.py130 def null_packet(packet, conversation, context): argument
134 def packet_cldap_3(packet, conversation, context): argument
198 def packet_dns_0(packet, conversation, context): argument
304 def packet_ldap_0(packet, conversation, context): argument
320 def packet_ldap_2(packet, conversation, context): argument
327 def packet_ldap_3(packet, conversation, context): argument
508 def packet_nbns_0(packet, conversation, context): argument
714 def packet_samr_0(packet, conversation, context): argument
721 def packet_samr_1(packet, conversation, context): argument
744 def packet_samr_3(packet, conversation, context): argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/nlopes/slack/
H A Dconversation.go4 type conversation struct { struct
5 ID string `json:"id"`
6 Created JSONTime `json:"created"`
7 IsOpen bool `json:"is_open"`
8 LastRead string `json:"last_read,omitempty"`
9 Latest *Message `json:"latest,omitempty"`
10 UnreadCount int `json:"unread_count,omitempty"`
11 UnreadCountDisplay int `json:"unread_count_display,omitempty"`
16 conversation anonMember
/dports/net/wireshark-lite/wireshark-3.6.1/epan/
H A Dconversation.h92 typedef struct conversation { struct
93 struct conversation *next; /** pointer to next conversation on hash chain */ argument
94 struct conversation *last; /** pointer to the last conversation on hash chain */ argument
95 struct conversation *latest_found; /** pointer to the last conversation on hash chain */ argument
96 guint32 conv_index; /** unique ID for conversation */ argument
97 guint32 setup_frame; /** frame number that setup this conversation */ argument
99 guint32 last_frame; /** highest frame number in this conversation */ argument
100 wmem_tree_t *data_list; /** list of data associated with conversation */ argument
101 …ee_t *dissector_tree; /** tree containing protocol dissector client associated with conversation */ argument
103 conversation_key_t key_ptr; /** pointer to the key for this conversation */ argument
H A Dconversation.c89 conversation_create_from_template(conversation_t *conversation, const address *addr2, const guint32… in conversation_create_from_template()
621 conversation_t *conversation=NULL; in conversation_new() local
936 conversation_t *conversation; in find_conversation() local
1325 conversation_set_dissector_from_frame_number(conversation_t *conversation, in conversation_set_dissector_from_frame_number()
1332 conversation_set_dissector(conversation_t *conversation, const dissector_handle_t handle) in conversation_set_dissector()
1338 conversation_get_dissector(conversation_t *conversation, const guint32 frame_num) in conversation_get_dissector()
1343 static gboolean try_conversation_call_dissector_helper(conversation_t *conversation, gboolean* diss… in try_conversation_call_dissector_helper()
1375 conversation_t *conversation; in try_conversation_dissector() local
1417 conversation_t *conversation; in try_conversation_dissector_by_id() local
/dports/net/tshark-lite/wireshark-3.6.1/epan/
H A Dconversation_table.c93 g_string_free(cmd_str, TRUE);
95 if (table->host_gui_init)
96 table->host_gui_init(table, filter);
97 }
98 /** get conversation from protocol ID
100 * @param proto_id protocol ID
101 * @return tap function handler of conversation
103 register_ct_t* get_conversation_by_proto_id(int proto_id)
105return (register_ct_t*)wmem_tree_lookup_string(registered_ct_tables, proto_get_protocol_short_name…
H A Dconversation.c89 conversation_create_from_template(conversation_t *conversation, const address *addr2, const guint32… in conversation_create_from_template()
621 conversation_t *conversation=NULL; in conversation_new() local
936 conversation_t *conversation; in find_conversation() local
1325 conversation_set_dissector_from_frame_number(conversation_t *conversation, in conversation_set_dissector_from_frame_number()
1332 conversation_set_dissector(conversation_t *conversation, const dissector_handle_t handle) in conversation_set_dissector()
1338 conversation_get_dissector(conversation_t *conversation, const guint32 frame_num) in conversation_get_dissector()
1343 static gboolean try_conversation_call_dissector_helper(conversation_t *conversation, gboolean* diss… in try_conversation_call_dissector_helper()
1375 conversation_t *conversation; in try_conversation_dissector() local
1417 conversation_t *conversation; in try_conversation_dissector_by_id() local
/dports/net/wireshark/wireshark-3.6.1/epan/
H A Dconversation.h92 typedef struct conversation { struct
93 struct conversation *next; /** pointer to next conversation on hash chain */ argument
94 struct conversation *last; /** pointer to the last conversation on hash chain */ argument
95 struct conversation *latest_found; /** pointer to the last conversation on hash chain */ argument
96 guint32 conv_index; /** unique ID for conversation */ argument
97 guint32 setup_frame; /** frame number that setup this conversation */ argument
99 guint32 last_frame; /** highest frame number in this conversation */ argument
100 wmem_tree_t *data_list; /** list of data associated with conversation */ argument
101 …ee_t *dissector_tree; /** tree containing protocol dissector client associated with conversation */ argument
103 conversation_key_t key_ptr; /** pointer to the key for this conversation */ argument
H A Dconversation.c89 conversation_create_from_template(conversation_t *conversation, const address *addr2, const guint32… in conversation_create_from_template()
621 conversation_t *conversation=NULL; in conversation_new() local
936 conversation_t *conversation; in find_conversation() local
1325 conversation_set_dissector_from_frame_number(conversation_t *conversation, in conversation_set_dissector_from_frame_number()
1332 conversation_set_dissector(conversation_t *conversation, const dissector_handle_t handle) in conversation_set_dissector()
1338 conversation_get_dissector(conversation_t *conversation, const guint32 frame_num) in conversation_get_dissector()
1343 static gboolean try_conversation_call_dissector_helper(conversation_t *conversation, gboolean* diss… in try_conversation_call_dissector_helper()
1375 conversation_t *conversation; in try_conversation_dissector() local
1417 conversation_t *conversation; in try_conversation_dissector_by_id() local
/dports/net/tshark/wireshark-3.6.1/epan/
H A Dconversation.h92 typedef struct conversation { struct
93 struct conversation *next; /** pointer to next conversation on hash chain */ argument
94 struct conversation *last; /** pointer to the last conversation on hash chain */ argument
95 struct conversation *latest_found; /** pointer to the last conversation on hash chain */ argument
96 guint32 conv_index; /** unique ID for conversation */ argument
97 guint32 setup_frame; /** frame number that setup this conversation */ argument
99 guint32 last_frame; /** highest frame number in this conversation */ argument
100 wmem_tree_t *data_list; /** list of data associated with conversation */ argument
101 …ee_t *dissector_tree; /** tree containing protocol dissector client associated with conversation */ argument
103 conversation_key_t key_ptr; /** pointer to the key for this conversation */ argument
H A Dconversation.c89 conversation_create_from_template(conversation_t *conversation, const address *addr2, const guint32… in conversation_create_from_template()
621 conversation_t *conversation=NULL; in conversation_new() local
936 conversation_t *conversation; in find_conversation() local
1325 conversation_set_dissector_from_frame_number(conversation_t *conversation, in conversation_set_dissector_from_frame_number()
1332 conversation_set_dissector(conversation_t *conversation, const dissector_handle_t handle) in conversation_set_dissector()
1338 conversation_get_dissector(conversation_t *conversation, const guint32 frame_num) in conversation_get_dissector()
1343 static gboolean try_conversation_call_dissector_helper(conversation_t *conversation, gboolean* diss… in try_conversation_call_dissector_helper()
1375 conversation_t *conversation; in try_conversation_dissector() local
1417 conversation_t *conversation; in try_conversation_dissector_by_id() local
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dconversations.h133 struct conversation { struct
150 /* Sets the suffix used for conversations db filenames. Only needed argument
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dconversations.h153 struct conversation { struct
154 modseq_t modseq;
155 uint32_t num_records;
156 uint32_t exists;
157 uint32_t unseen;
158 uint32_t prev_unseen;
159 uint32_t trash_unseen;
160 uint32_t prev_trash_unseen;
161 uint32_t size;
162 uint32_t counts[32];
[all …]
/dports/net-im/slack-term/slack-term-0.4.1/vendor/github.com/nlopes/slack/
H A Dconversation.go12 type conversation struct { struct
13 ID string `json:"id"`
14 Created JSONTime `json:"created"`
15 IsOpen bool `json:"is_open"`
20 IsGroup bool `json:"is_group"`
21 IsShared bool `json:"is_shared"`
22 IsIM bool `json:"is_im"`
27 IsMpIM bool `json:"is_mpim"`
28 Unlinked int `json:"unlinked"`
32 User string `json:"user"`
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dconversations.h162 struct conversation { struct
163 int version;
164 modseq_t modseq;
166 uint32_t exists;
167 uint32_t unseen;
168 uint32_t size;
170 conv_folder_t *folders;
171 conv_sender_t *senders;
172 conv_thread_t *thread;
173 char *subject;
[all …]
/dports/x11/gdm/gdm-3.28.4/daemon/
H A Dgdm-session.c198 GdmSessionConversation *conversation; in find_conversation_by_name() local
691 GdmSessionConversation *conversation; in gdm_session_handle_choice_list_query() local
728 GdmSessionConversation *conversation; in gdm_session_handle_info_query() local
751 GdmSessionConversation *conversation; in gdm_session_handle_secret_info_query() local
1047 GdmSessionConversation *conversation; in register_worker() local
1334 GdmSessionConversation *conversation; in gdm_session_handle_client_begin_verification() local
1353 GdmSessionConversation *conversation; in gdm_session_handle_client_begin_verification_for_user() local
2041 GdmSessionConversation *conversation; in start_conversation() local
2136 GdmSessionConversation *conversation; in gdm_session_start_conversation() local
2167 GdmSessionConversation *conversation; in gdm_session_stop_conversation() local
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/OnScreenChat/classes/DTO/
H A DMessageDto.php15 private $conversation; variable in ILIAS\\OnScreenChat\\DTO\\MessageDto
28 public function __construct(string $id, ConversationDto $conversation)
62 public function setConversation(ConversationDto $conversation) : void
/dports/net-im/py-unmessage/unmessage-0.2.0/unmessage/
H A Drequests.py2 def __init__(self, conversation, packet): argument
8 def __init__(self, conversation, argument
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/
H A DGoogleCloudDialogflowV2HumanAgentAssistantEvent.php21 public $conversation; variable in Google_Service_Dialogflow_GoogleCloudDialogflowV2HumanAgentAssistantEvent
26 public function setConversation($conversation)
H A DGoogleCloudDialogflowV2beta1HumanAgentAssistantEvent.php21 public $conversation; variable in Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
26 public function setConversation($conversation)
H A DGoogleCloudDialogflowV2ConversationEvent.php20 public $conversation; variable in Google_Service_Dialogflow_GoogleCloudDialogflowV2ConversationEvent
27 public function setConversation($conversation)
H A DGoogleCloudDialogflowV2beta1ConversationEvent.php20 public $conversation; variable in Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1ConversationEvent
27 public function setConversation($conversation)
/dports/games/endless-sky/endless-sky-0.9.14/source/
H A Dmain.cpp68 Conversation conversation; in main() local
159 void GameLoop(PlayerInfo &player, const Conversation &conversation, const string &testToRunName, bo… in GameLoop()
367 Conversation conversation; in LoadConversation() local
/dports/net-im/ktp-common-internals/ktp-common-internals-21.12.3/KTp/Declarative/
H A Dmainlogmodel.cpp158 const Conversation *conversation = m_logItems.at(row).conversation; in data() local
285 Conversation *conversation = m_conversations.value(accountId + contactId); in startChat() local
426 Conversation *conversation = new Conversation(contactId, account, this); in handleChannel() local
461 Conversation *conversation = qobject_cast<Conversation*>(sender()); in onConversationChanged() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/
H A DTcpipSpy.java160 JdwpConversation conversation = fPackets in getCommand() local
170 JdwpConversation conversation = fPackets in store() local
174 fPackets.put(Integer.valueOf(id), conversation); in store() local

12345678910>>...52