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

Go to the source code of this file.

Functions

int ngx_cdecl main (int argc, char *const *argv)
char ** ngx_set_environment (ngx_cycle_t *cycle, ngx_uint_t *last)
ngx_pid_t ngx_exec_new_binary (ngx_cycle_t *cycle, char *const *argv)
uint64_t ngx_get_cpu_affinity (ngx_uint_t n)

Variables

ngx_module_t ngx_core_module
ngx_uint_t ngx_max_module

Function Documentation

int ngx_cdecl main ( int  argc,
char *const *  argv 
)

Definition at line 202 of file nginx.c.

Here is the call graph for this function:

ngx_pid_t ngx_exec_new_binary ( ngx_cycle_t cycle,
char *const *  argv 
)

Definition at line 572 of file nginx.c.

Here is the call graph for this function:

Here is the caller graph for this function:

uint64_t ngx_get_cpu_affinity ( ngx_uint_t  n)

Definition at line 1323 of file nginx.c.

char** ngx_set_environment ( ngx_cycle_t cycle,
ngx_uint_t last 
)

Definition at line 473 of file nginx.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

ngx_module_t ngx_core_module
Initial value:
{
&ngx_core_module_ctx,
ngx_core_commands,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}

Definition at line 171 of file nginx.c.

ngx_uint_t ngx_max_module

Definition at line 187 of file nginx.c.