Home
last modified time | relevance | path

Searched defs:trie_match (Results 1 – 12 of 12) sorted by relevance

/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_exchange_type_topic.erl98 trie_match(X, Words) -> function
101 trie_match(X, Node, [], ResAcc) -> function
104 trie_match(X, Node, [W | RestW] = Words, ResAcc) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/eunit/src/
H A Deunit_lib.erl564 trie_match([_ | _], []) -> function
566 trie_match([E | Es], T) -> function
577 trie_match([], []) -> function
579 trie_match([], _T) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/eunit/src/
H A Deunit_lib.erl568 trie_match([_ | _], []) -> function
570 trie_match([E | Es], T) -> function
581 trie_match([], []) -> function
583 trie_match([], _T) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/eunit/src/
H A Deunit_lib.erl568 trie_match([_ | _], []) -> function
570 trie_match([E | Es], T) -> function
581 trie_match([], []) -> function
583 trie_match([], _T) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/eunit/src/
H A Deunit_lib.erl568 trie_match([_ | _], []) -> function
570 trie_match([E | Es], T) -> function
581 trie_match([], []) -> function
583 trie_match([], _T) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/eunit/src/
H A Deunit_lib.erl568 trie_match([_ | _], []) -> function
570 trie_match([E | Es], T) -> function
581 trie_match([], []) -> function
583 trie_match([], _T) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/eunit/src/
H A Deunit_lib.erl564 trie_match([_ | _], []) -> function
566 trie_match([E | Es], T) -> function
577 trie_match([], []) -> function
579 trie_match([], _T) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/eunit/src/
H A Deunit_lib.erl568 trie_match([_ | _], []) -> function
570 trie_match([E | Es], T) -> function
581 trie_match([], []) -> function
583 trie_match([], _T) -> function
/dports/textproc/p5-Text-Match-FastAlternatives/Text-Match-FastAlternatives-1.05/
H A Dtrie.c55 NM(trie_match)(const struct trie *trie, const U8 *s, STRLEN len) { in NM() argument
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Drde_trie.c556 trie_match(struct trie_head *th, struct bgpd_addr *prefix, u_int8_t plen, in trie_match() function
/dports/security/nmap/nmap-7.91/nbase/
H A Dnbase_addrset.c500 static int trie_match (const struct trie_node *this, const struct sockaddr *sa) in trie_match() function
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dbatchlan.cpp3888 …long trie_match = _HY_HBL_KeywordsPreserveSpaces.FindKey(input.Cut (MAX (0, index - 20), index-1).… in FindNextCommand() local