GNUnet  0.20.0
regex Directory Reference
Directory dependency graph for regex:

Files

file  gnunet-daemon-regexprofiler.c [code]
 daemon that uses cadet to announce a regular expression.
 
file  gnunet-regex-profiler.c [code]
 Regex profiler for testing distributed regex use.
 
file  gnunet-regex-simulation-profiler.c [code]
 Regex profiler that dumps all DFAs into a database instead of using the DHT (with cadet).
 
file  gnunet-service-regex.c [code]
 service to advertise capabilities described as regex and to lookup capabilities by regex
 
file  perf-regex.c [code]
 Test how long it takes to create a automaton from a string regex.
 
file  plugin_block_regex.c [code]
 blocks used for regex storage and search
 
file  regex_api_announce.c [code]
 access regex service to advertise capabilities via regex
 
file  regex_api_search.c [code]
 access regex service to discover peers using matching strings
 
file  regex_block_lib.c [code]
 functions for manipulating non-accept blocks stored for regex in the DHT
 
file  regex_block_lib.h [code]
 common function to manipulate blocks stored by regex in the DHT
 
file  regex_internal.c [code]
 library to create Deterministic Finite Automatons (DFAs) from regular expressions (regexes).
 
file  regex_internal.h [code]
 common internal definitions for regex library.
 
file  regex_internal_dht.c [code]
 library to announce regexes in the network and match strings against published regexes.
 
file  regex_internal_lib.h [code]
 library to parse regular expressions into dfa
 
file  regex_ipc.h [code]
 regex IPC messages (not called 'regex.h' due to conflict with system headers)
 
file  regex_test_graph.c [code]
 functions for creating .dot graphs from regexes
 
file  regex_test_lib.c [code]
 library to read regexes representing IP networks from a file.
 
file  regex_test_lib.h [code]
 library to read regexes representing IP networks from a file.
 
file  regex_test_random.c [code]
 functions for creating random regular expressions and strings