Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Typedefs | Functions | Variables
ngx_mail_auth_http_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_auth_http_module.c:

Go to the source code of this file.

Data Structures

struct  ngx_mail_auth_http_conf_t
struct  ngx_mail_auth_http_ctx_s

Typedefs

typedef struct
ngx_mail_auth_http_ctx_s 
ngx_mail_auth_http_ctx_t
typedef void(* ngx_mail_auth_http_handler_pt )(ngx_mail_session_t *s, ngx_mail_auth_http_ctx_t *ctx)

Functions

void ngx_mail_auth_http_init (ngx_mail_session_t *s)

Variables

ngx_module_t ngx_mail_auth_http_module

Typedef Documentation

Definition at line 31 of file ngx_mail_auth_http_module.c.

typedef void(* ngx_mail_auth_http_handler_pt)(ngx_mail_session_t *s, ngx_mail_auth_http_ctx_t *ctx)

Definition at line 33 of file ngx_mail_auth_http_module.c.

Function Documentation

void ngx_mail_auth_http_init ( ngx_mail_session_t s)

Definition at line 153 of file ngx_mail_auth_http_module.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

ngx_module_t ngx_mail_auth_http_module
Initial value:
{
&ngx_mail_auth_http_module_ctx,
ngx_mail_auth_http_commands,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}

Definition at line 124 of file ngx_mail_auth_http_module.c.