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_smtp_module.h File Reference
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_mail.h>
#include <ngx_mail_smtp_module.h>
Include dependency graph for ngx_mail_smtp_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_mail_smtp_srv_conf_t

Functions

void ngx_mail_smtp_init_session (ngx_mail_session_t *s, ngx_connection_t *c)
void ngx_mail_smtp_init_protocol (ngx_event_t *rev)
void ngx_mail_smtp_auth_state (ngx_event_t *rev)
ngx_int_t ngx_mail_smtp_parse_command (ngx_mail_session_t *s)

Variables

ngx_module_t ngx_mail_smtp_module

Function Documentation

void ngx_mail_smtp_auth_state ( ngx_event_t rev)

Definition at line 385 of file ngx_mail_smtp_handler.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void ngx_mail_smtp_init_protocol ( ngx_event_t rev)

Definition at line 331 of file ngx_mail_smtp_handler.c.

Here is the call graph for this function:

void ngx_mail_smtp_init_session ( ngx_mail_session_t s,
ngx_connection_t c 
)

Definition at line 56 of file ngx_mail_smtp_handler.c.

Here is the call graph for this function:

ngx_int_t ngx_mail_smtp_parse_command ( ngx_mail_session_t s)

Definition at line 623 of file ngx_mail_parse.c.

Here is the call graph for this function:

Variable Documentation

ngx_module_t ngx_mail_smtp_module

Definition at line 97 of file ngx_mail_smtp_module.c.