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

Go to the source code of this file.

Data Structures

struct  ngx_mail_proxy_conf_t

Functions

void ngx_mail_proxy_init (ngx_mail_session_t *s, ngx_addr_t *peer)

Variables

ngx_module_t ngx_mail_proxy_module

Function Documentation

void ngx_mail_proxy_init ( ngx_mail_session_t s,
ngx_addr_t peer 
)

Definition at line 112 of file ngx_mail_proxy_module.c.

Here is the call graph for this function:

Variable Documentation

ngx_module_t ngx_mail_proxy_module
Initial value:
{
&ngx_mail_proxy_module_ctx,
ngx_mail_proxy_commands,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}

Definition at line 92 of file ngx_mail_proxy_module.c.