Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Macros | Typedefs | Functions | Variables
ngx_http_perl_module.h File Reference
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
#include <nginx.h>
#include <EXTERN.h>
#include <perl.h>
Include dependency graph for ngx_http_perl_module.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ngx_http_perl_ctx_t
struct  ngx_http_perl_var_t

Macros

#define dTHXa(a)

Typedefs

typedef ngx_http_request_tnginx

Functions

void boot_DynaLoader (pTHX_ CV *cv)
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

Macro Definition Documentation

#define dTHXa (   a)

Definition at line 56 of file ngx_http_perl_module.h.

Typedef Documentation

Definition at line 21 of file ngx_http_perl_module.h.

Function Documentation

void boot_DynaLoader ( pTHX_ CV *  cv)
void ngx_http_perl_handle_request ( ngx_http_request_t r)

Definition at line 181 of file ngx_http_perl_module.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void ngx_http_perl_sleep_handler ( ngx_http_request_t r)

Definition at line 271 of file ngx_http_perl_module.c.

Here is the call graph for this function:

Variable Documentation

ngx_module_t ngx_http_perl_module

Definition at line 115 of file ngx_http_perl_module.c.