Home
last modified time | relevance | path

Searched defs:trie_add (Results 1 – 5 of 5) sorted by relevance

/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/src/
H A Dmake_at_dictionary.c542 static void trie_add(trie_t *s, const char *u, size_t len) in trie_add() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/
H A Dmake_at_dictionary.c538 static void trie_add(trie_t *s, const char *u, size_t len) in trie_add() function
/dports/comms/spandsp/spandsp-284fe91/src/
H A Dmake_at_dictionary.c538 static void trie_add(trie_t *s, const char *u, size_t len) in trie_add() function
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Drde_trie.c317 trie_add(struct trie_head *th, struct bgpd_addr *prefix, u_int8_t plen, in trie_add() function
/dports/misc/libpostal/libpostal-1.1-alpha/src/
H A Dtrie.c664 inline bool trie_add(trie_t *self, char *key, uint32_t data) { in trie_add() function