|
Groonga 3.0.9 Source Code Document
|

Go to the source code of this file.
Data Structures | |
| struct | ngx_regex_conf_t |
Functions | |
| void | ngx_regex_init (void) |
| ngx_int_t | ngx_regex_compile (ngx_regex_compile_t *rc) |
| ngx_int_t | ngx_regex_exec_array (ngx_array_t *a, ngx_str_t *s, ngx_log_t *log) |
Variables | |
| ngx_module_t | ngx_regex_module |
| ngx_int_t ngx_regex_compile | ( | ngx_regex_compile_t * | rc | ) |
| ngx_int_t ngx_regex_exec_array | ( | ngx_array_t * | a, |
| ngx_str_t * | s, | ||
| ngx_log_t * | log | ||
| ) |
| void ngx_regex_init | ( | void | ) |
| ngx_module_t ngx_regex_module |
Definition at line 52 of file ngx_regex.c.
1.8.1.2