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

Go to the source code of this file.

Functions

ngx_int_t ngx_mail_pop3_parse_command (ngx_mail_session_t *s)
ngx_int_t ngx_mail_imap_parse_command (ngx_mail_session_t *s)
ngx_int_t ngx_mail_smtp_parse_command (ngx_mail_session_t *s)
ngx_int_t ngx_mail_auth_parse (ngx_mail_session_t *s, ngx_connection_t *c)

Function Documentation

ngx_int_t ngx_mail_auth_parse ( ngx_mail_session_t s,
ngx_connection_t c 
)

Definition at line 835 of file ngx_mail_parse.c.

Here is the call graph for this function:

ngx_int_t ngx_mail_imap_parse_command ( ngx_mail_session_t s)

Definition at line 216 of file ngx_mail_parse.c.

Here is the call graph for this function:

ngx_int_t ngx_mail_pop3_parse_command ( ngx_mail_session_t s)

Definition at line 18 of file ngx_mail_parse.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: