Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Functions | Variables
ngx_regex.c File Reference
#include <ngx_config.h>
#include <ngx_core.h>
Include dependency graph for ngx_regex.c:

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

Function Documentation

ngx_int_t ngx_regex_compile ( ngx_regex_compile_t rc)

Definition at line 117 of file ngx_regex.c.

Here is the call graph for this function:

ngx_int_t ngx_regex_exec_array ( ngx_array_t a,
ngx_str_t s,
ngx_log_t log 
)

Definition at line 212 of file ngx_regex.c.

Here is the call graph for this function:

void ngx_regex_init ( void  )

Definition at line 73 of file ngx_regex.c.

Here is the caller graph for this function:

Variable Documentation

ngx_module_t ngx_regex_module
Initial value:
{
&ngx_regex_module_ctx,
ngx_regex_commands,
NULL,
ngx_regex_module_init,
NULL,
NULL,
NULL,
NULL,
NULL,
}

Definition at line 52 of file ngx_regex.c.