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

Go to the source code of this file.

Functions

char * ngx_mail_capabilities (ngx_conf_t *cf, ngx_command_t *cmd, void *conf)

Variables

ngx_module_t ngx_mail_core_module

Function Documentation

char* ngx_mail_capabilities ( ngx_conf_t cf,
ngx_command_t cmd,
void *  conf 
)

Definition at line 630 of file ngx_mail_core_module.c.

Here is the call graph for this function:

Variable Documentation

ngx_module_t ngx_mail_core_module
Initial value:
{
&ngx_mail_core_module_ctx,
ngx_mail_core_commands,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}

Definition at line 107 of file ngx_mail_core_module.c.