Home
last modified time | relevance | path

Searched refs:topic_match (Results 1 – 6 of 6) sorted by relevance

/dports/devel/libxs/libxs-1.2.0/src/
H A Dtopic_filter.cpp33 static bool topic_match (const char *topic_, in topic_match() function
161 if (topic_match (it->first.c_str (), data_, size_)) { in pf_match()
198 if (topic_match (it->first.c_str (), data_, size_)) in sf_match()
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/unit/
H A Dtest_mq_wamp.py66 def topic_match(self, topic): member in FakeWampConnector
89 assert self.topic_match(topic)
107 self.assertTrue(w.topic_match(j))
118 self.assertFalse(w.topic_match(j))
/dports/www/elixir-phoenix/phoenix-1.3.3/lib/phoenix/
H A Dsocket.ex205 defp defchannel(topic_match, channel_module, nil = _transports, opts) do
207 …def __channel__(unquote(topic_match), _transport), do: unquote({channel_module, Macro.escape(opts)…
211 defp defchannel(topic_match, channel_module, transports, opts) do
213 def __channel__(unquote(topic_match), transport)
/dports/irc/ircII/ircii-20210314/source/
H A Dicb.c261 static const u_char topic_match[] = "changed the topic to \""; variable
410 if (my_strnicmp(space + 1, topic_match, sizeof(topic_match) - 1) == 0) in icb_got_status()
416 topic = space + 1 + sizeof(topic_match) - 1; in icb_got_status()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/adrift/
H A Dsclibrar.cpp6489 sc_int npc, topic_count, topic, topic_match, default_topic; in lib_cmd_ask_npc_about() local
6505 topic_match = default_topic = -1; in lib_cmd_ask_npc_about()
6536 topic_match = topic; in lib_cmd_ask_npc_about()
6550 if (found && lib_npc_reply_to(game, npc, topic_match)) in lib_cmd_ask_npc_about()
/dports/games/scare/scare-1.3.10/source/
H A Dsclibrar.c7299 sc_int npc, topic_count, topic, topic_match, default_topic; in lib_cmd_ask_npc_about() local
7315 topic_match = default_topic = -1; in lib_cmd_ask_npc_about()
7350 topic_match = topic; in lib_cmd_ask_npc_about()
7364 if (found && lib_npc_reply_to (game, npc, topic_match)) in lib_cmd_ask_npc_about()