Groonga 3.0.9 Source Code Document
|
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
#include <ngx_http_perl_module.h>
Go to the source code of this file.
Data Structures | |
struct | ngx_http_perl_main_conf_t |
struct | ngx_http_perl_loc_conf_t |
struct | ngx_http_perl_variable_t |
Functions | |
void | ngx_http_perl_handle_request (ngx_http_request_t *r) |
void | ngx_http_perl_sleep_handler (ngx_http_request_t *r) |
Variables | |
ngx_module_t | ngx_http_perl_module |
void ngx_http_perl_handle_request | ( | ngx_http_request_t * | r | ) |
Definition at line 181 of file ngx_http_perl_module.c.
void ngx_http_perl_sleep_handler | ( | ngx_http_request_t * | r | ) |
ngx_module_t ngx_http_perl_module |
Definition at line 115 of file ngx_http_perl_module.c.