!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR	Darren Hiebert	/dhiebert@users.sourceforge.net/
!_TAG_PROGRAM_NAME	Exuberant Ctags	//
!_TAG_PROGRAM_URL	http://ctags.sourceforge.net	/official site/
!_TAG_PROGRAM_VERSION	5.9~svn20110310	//
ALL_INCS	objs/Makefile	/^ALL_INCS = -I src\/core \\$/;"	m
AO_REQUIRE_CAS	src/os/unix/ngx_atomic.h	18;"	d
CC	objs/Makefile	/^CC =	cc$/;"	m
CFLAGS	objs/Makefile	/^CFLAGS =  -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g $/;"	m
CLOCK_REALTIME	src/event/modules/ngx_eventport_module.c	19;"	d	file:
CMSG_DATA	src/os/unix/ngx_freebsd_config.h	64;"	d
CMSG_DATA	src/os/unix/ngx_freebsd_config.h	65;"	d
CMSG_DATA	src/os/unix/ngx_posix_config.h	148;"	d
CMSG_DATA	src/os/unix/ngx_posix_config.h	149;"	d
CMSG_LEN	src/os/unix/ngx_freebsd_config.h	61;"	d
CMSG_LEN	src/os/unix/ngx_freebsd_config.h	62;"	d
CMSG_LEN	src/os/unix/ngx_posix_config.h	145;"	d
CMSG_LEN	src/os/unix/ngx_posix_config.h	146;"	d
CMSG_SPACE	src/os/unix/ngx_freebsd_config.h	58;"	d
CMSG_SPACE	src/os/unix/ngx_freebsd_config.h	59;"	d
CMSG_SPACE	src/os/unix/ngx_posix_config.h	142;"	d
CMSG_SPACE	src/os/unix/ngx_posix_config.h	143;"	d
CORE_DEPS	objs/Makefile	/^CORE_DEPS = src\/core\/nginx.h \\$/;"	m
CORE_INCS	objs/Makefile	/^CORE_INCS = -I src\/core \\$/;"	m
CPP	objs/Makefile	/^CPP =	cc -E$/;"	m
CR	src/core/ngx_core.h	83;"	d
CRLF	src/core/ngx_core.h	84;"	d
DECLINED	src/http/modules/perl/nginx.pm	/^use constant DECLINED                       => -5;$/;"	c
DEFAULT_CONNECTIONS	src/event/ngx_event.c	13;"	d	file:
DP_ISPOLLED	src/event/modules/ngx_devpoll_module.c	19;"	d	file:
DP_POLL	src/event/modules/ngx_devpoll_module.c	18;"	d	file:
EPOLLERR	src/event/modules/ngx_epoll_module.c	25;"	d	file:
EPOLLET	src/event/modules/ngx_epoll_module.c	28;"	d	file:
EPOLLHUP	src/event/modules/ngx_epoll_module.c	26;"	d	file:
EPOLLIN	src/event/modules/ngx_epoll_module.c	17;"	d	file:
EPOLLMSG	src/event/modules/ngx_epoll_module.c	24;"	d	file:
EPOLLONESHOT	src/event/modules/ngx_epoll_module.c	29;"	d	file:
EPOLLOUT	src/event/modules/ngx_epoll_module.c	19;"	d	file:
EPOLLPRI	src/event/modules/ngx_epoll_module.c	18;"	d	file:
EPOLLRDBAND	src/event/modules/ngx_epoll_module.c	21;"	d	file:
EPOLLRDNORM	src/event/modules/ngx_epoll_module.c	20;"	d	file:
EPOLLWRBAND	src/event/modules/ngx_epoll_module.c	23;"	d	file:
EPOLLWRNORM	src/event/modules/ngx_epoll_module.c	22;"	d	file:
EPOLL_CTL_ADD	src/event/modules/ngx_epoll_module.c	31;"	d	file:
EPOLL_CTL_DEL	src/event/modules/ngx_epoll_module.c	32;"	d	file:
EPOLL_CTL_MOD	src/event/modules/ngx_epoll_module.c	33;"	d	file:
ETIME	src/event/modules/ngx_eventport_module.c	34;"	d	file:
F	src/core/ngx_md5.c	126;"	d	file:
F_SETSIG	src/event/modules/ngx_rtsig_module.c	31;"	d	file:
G	src/core/ngx_md5.c	127;"	d	file:
GEORNG	src/http/modules/ngx_http_geo_module.c	/^    u_char    GEORNG[6];$/;"	m	struct:__anon129	file:
GET	src/core/ngx_md5.c	152;"	d	file:
GET	src/core/ngx_md5.c	163;"	d	file:
H	src/core/ngx_md5.c	128;"	d	file:
HTTP_ACCEPTED	src/http/modules/perl/nginx.pm	/^use constant HTTP_ACCEPTED                  => 202;$/;"	c
HTTP_BAD_GATEWAY	src/http/modules/perl/nginx.pm	/^use constant HTTP_BAD_GATEWAY               => 502;$/;"	c
HTTP_BAD_REQUEST	src/http/modules/perl/nginx.pm	/^use constant HTTP_BAD_REQUEST               => 400;$/;"	c
HTTP_CONFLICT	src/http/modules/perl/nginx.pm	/^use constant HTTP_CONFLICT                  => 409;$/;"	c
HTTP_CREATED	src/http/modules/perl/nginx.pm	/^use constant HTTP_CREATED                   => 201;$/;"	c
HTTP_DEPS	objs/Makefile	/^HTTP_DEPS = src\/http\/ngx_http.h \\$/;"	m
HTTP_FORBIDDEN	src/http/modules/perl/nginx.pm	/^use constant HTTP_FORBIDDEN                 => 403;$/;"	c
HTTP_GATEWAY_TIME_OUT	src/http/modules/perl/nginx.pm	/^use constant HTTP_GATEWAY_TIME_OUT          => 504;$/;"	c
HTTP_GONE	src/http/modules/perl/nginx.pm	/^use constant HTTP_GONE                      => 410;$/;"	c
HTTP_INCS	objs/Makefile	/^HTTP_INCS = -I src\/http \\$/;"	m
HTTP_INSUFFICIENT_STORAGE	src/http/modules/perl/nginx.pm	/^use constant HTTP_INSUFFICIENT_STORAGE      => 507;$/;"	c
HTTP_INTERNAL_SERVER_ERROR	src/http/modules/perl/nginx.pm	/^use constant HTTP_INTERNAL_SERVER_ERROR     => 500;$/;"	c
HTTP_LENGTH_REQUIRED	src/http/modules/perl/nginx.pm	/^use constant HTTP_LENGTH_REQUIRED           => 411;$/;"	c
HTTP_MOVED_PERMANENTLY	src/http/modules/perl/nginx.pm	/^use constant HTTP_MOVED_PERMANENTLY         => 301;$/;"	c
HTTP_MOVED_TEMPORARILY	src/http/modules/perl/nginx.pm	/^use constant HTTP_MOVED_TEMPORARILY         => 302;$/;"	c
HTTP_NOT_ACCEPTABLE	src/http/modules/perl/nginx.pm	/^use constant HTTP_NOT_ACCEPTABLE            => 406;$/;"	c
HTTP_NOT_ALLOWED	src/http/modules/perl/nginx.pm	/^use constant HTTP_NOT_ALLOWED               => 405;$/;"	c
HTTP_NOT_FOUND	src/http/modules/perl/nginx.pm	/^use constant HTTP_NOT_FOUND                 => 404;$/;"	c
HTTP_NOT_IMPLEMENTED	src/http/modules/perl/nginx.pm	/^use constant HTTP_NOT_IMPLEMENTED           => 501;$/;"	c
HTTP_NOT_MODIFIED	src/http/modules/perl/nginx.pm	/^use constant HTTP_NOT_MODIFIED              => 304;$/;"	c
HTTP_NO_CONTENT	src/http/modules/perl/nginx.pm	/^use constant HTTP_NO_CONTENT                => 204;$/;"	c
HTTP_OK	src/http/modules/perl/nginx.pm	/^use constant HTTP_OK                        => 200;$/;"	c
HTTP_PARTIAL_CONTENT	src/http/modules/perl/nginx.pm	/^use constant HTTP_PARTIAL_CONTENT           => 206;$/;"	c
HTTP_PAYMENT_REQUIRED	src/http/modules/perl/nginx.pm	/^use constant HTTP_PAYMENT_REQUIRED          => 402;$/;"	c
HTTP_RANGE_NOT_SATISFIABLE	src/http/modules/perl/nginx.pm	/^use constant HTTP_RANGE_NOT_SATISFIABLE     => 416;$/;"	c
HTTP_REDIRECT	src/http/modules/perl/nginx.pm	/^use constant HTTP_REDIRECT                  => 302;$/;"	c
HTTP_REQUEST_ENTITY_TOO_LARGE	src/http/modules/perl/nginx.pm	/^use constant HTTP_REQUEST_ENTITY_TOO_LARGE  => 413;$/;"	c
HTTP_REQUEST_TIME_OUT	src/http/modules/perl/nginx.pm	/^use constant HTTP_REQUEST_TIME_OUT          => 408;$/;"	c
HTTP_REQUEST_URI_TOO_LARGE	src/http/modules/perl/nginx.pm	/^use constant HTTP_REQUEST_URI_TOO_LARGE     => 414;$/;"	c
HTTP_SEE_OTHER	src/http/modules/perl/nginx.pm	/^use constant HTTP_SEE_OTHER                 => 303;$/;"	c
HTTP_SERVER_ERROR	src/http/modules/perl/nginx.pm	/^use constant HTTP_SERVER_ERROR              => 500;$/;"	c
HTTP_SERVICE_UNAVAILABLE	src/http/modules/perl/nginx.pm	/^use constant HTTP_SERVICE_UNAVAILABLE       => 503;$/;"	c
HTTP_TEMPORARY_REDIRECT	src/http/modules/perl/nginx.pm	/^use constant HTTP_TEMPORARY_REDIRECT        => 307;$/;"	c
HTTP_UNAUTHORIZED	src/http/modules/perl/nginx.pm	/^use constant HTTP_UNAUTHORIZED              => 401;$/;"	c
HTTP_UNSUPPORTED_MEDIA_TYPE	src/http/modules/perl/nginx.pm	/^use constant HTTP_UNSUPPORTED_MEDIA_TYPE    => 415;$/;"	c
I	src/core/ngx_md5.c	129;"	d	file:
INADDR_NONE	src/core/ngx_config.h	115;"	d
IOV_MAX	src/os/unix/ngx_darwin_config.h	55;"	d
IOV_MAX	src/os/unix/ngx_freebsd_config.h	104;"	d
IOV_MAX	src/os/unix/ngx_posix_config.h	95;"	d
KERNCALL	src/os/unix/rfork_thread.S	/^#define	KERNCALL	int $0x80$/;"	d
KERN_RTSIGMAX	src/event/modules/ngx_rtsig_module.c	33;"	d	file:
KERN_RTSIGNR	src/event/modules/ngx_rtsig_module.c	32;"	d	file:
LF	src/core/ngx_core.h	82;"	d
LINK	objs/Makefile	/^LINK =	$(CC)$/;"	m
MAC_OS_X_VERSION_MIN_REQUIRED	src/os/unix/ngx_darwin_config.h	12;"	d
NGINX_VAR	src/core/nginx.h	16;"	d
NGINX_VER	src/core/nginx.h	14;"	d
NGINX_VERSION	src/core/nginx.h	13;"	d
NGX_ABORT	src/core/ngx_core.h	35;"	d
NGX_AGAIN	src/core/ngx_core.h	31;"	d
NGX_ALIGNMENT	src/core/ngx_config.h	94;"	d
NGX_ALIGNMENT	src/os/unix/ngx_solaris_config.h	57;"	d
NGX_ANY_CONF	src/core/ngx_conf_file.h	53;"	d
NGX_ATOMIC_T_LEN	src/os/unix/ngx_atomic.h	101;"	d
NGX_ATOMIC_T_LEN	src/os/unix/ngx_atomic.h	103;"	d
NGX_ATOMIC_T_LEN	src/os/unix/ngx_atomic.h	129;"	d
NGX_ATOMIC_T_LEN	src/os/unix/ngx_atomic.h	170;"	d
NGX_ATOMIC_T_LEN	src/os/unix/ngx_atomic.h	212;"	d
NGX_ATOMIC_T_LEN	src/os/unix/ngx_atomic.h	218;"	d
NGX_ATOMIC_T_LEN	src/os/unix/ngx_atomic.h	249;"	d
NGX_ATOMIC_T_LEN	src/os/unix/ngx_atomic.h	255;"	d
NGX_ATOMIC_T_LEN	src/os/unix/ngx_atomic.h	274;"	d
NGX_ATOMIC_T_LEN	src/os/unix/ngx_atomic.h	28;"	d
NGX_ATOMIC_T_LEN	src/os/unix/ngx_atomic.h	30;"	d
NGX_ATOMIC_T_LEN	src/os/unix/ngx_atomic.h	62;"	d
NGX_ATOMIC_T_LEN	src/os/unix/ngx_atomic.h	74;"	d
NGX_AT_FDCWD	src/os/unix/ngx_files.h	372;"	d
NGX_BROKEN_SCM_RIGHTS	src/os/unix/ngx_posix_config.h	26;"	d
NGX_BUSY	src/core/ngx_core.h	32;"	d
NGX_CASA	src/os/unix/ngx_gcc_atomic_sparc64.h	27;"	d
NGX_CASA	src/os/unix/ngx_gcc_atomic_sparc64.h	29;"	d
NGX_CASA	src/os/unix/ngx_sunpro_atomic_sparc64.h	11;"	d
NGX_CASA	src/os/unix/ngx_sunpro_atomic_sparc64.h	9;"	d
NGX_CHAIN_ERROR	src/core/ngx_buf.h	120;"	d
NGX_CHANGEBIN_SIGNAL	src/core/ngx_config.h	67;"	d
NGX_CHANGEBIN_SIGNAL	src/core/ngx_config.h	70;"	d
NGX_CLEAR_EVENT	src/event/ngx_event.h	382;"	d
NGX_CLEAR_EVENT	src/event/ngx_event.h	403;"	d
NGX_CLEAR_EVENT	src/event/ngx_event.h	438;"	d
NGX_CLOSE_EVENT	src/event/ngx_event.h	337;"	d
NGX_CLOSE_EVENT	src/event/ngx_event.h	371;"	d
NGX_CLOSE_EVENT	src/event/ngx_event.h	372;"	d
NGX_CMD_CLOSE_CHANNEL	src/os/unix/ngx_process_cycle.h	17;"	d
NGX_CMD_OPEN_CHANNEL	src/os/unix/ngx_process_cycle.h	16;"	d
NGX_CMD_QUIT	src/os/unix/ngx_process_cycle.h	18;"	d
NGX_CMD_REOPEN	src/os/unix/ngx_process_cycle.h	20;"	d
NGX_CMD_TERMINATE	src/os/unix/ngx_process_cycle.h	19;"	d
NGX_COMPILER	objs/ngx_auto_config.h	4;"	d
NGX_CONFIGURE	objs/ngx_auto_config.h	1;"	d
NGX_CONF_1MORE	src/core/ngx_conf_file.h	46;"	d
NGX_CONF_2MORE	src/core/ngx_conf_file.h	47;"	d
NGX_CONF_ANY	src/core/ngx_conf_file.h	45;"	d
NGX_CONF_ARGS_NUMBER	src/core/ngx_conf_file.h	42;"	d
NGX_CONF_BITMASK_SET	src/core/ngx_conf_file.h	204;"	d
NGX_CONF_BLOCK	src/core/ngx_conf_file.h	43;"	d
NGX_CONF_BLOCK_DONE	src/core/ngx_conf_file.h	68;"	d
NGX_CONF_BLOCK_START	src/core/ngx_conf_file.h	67;"	d
NGX_CONF_BUFFER	src/core/ngx_conf_file.c	11;"	d	file:
NGX_CONF_ERROR	src/core/ngx_conf_file.h	65;"	d
NGX_CONF_FILE_DONE	src/core/ngx_conf_file.h	69;"	d
NGX_CONF_FLAG	src/core/ngx_conf_file.h	44;"	d
NGX_CONF_MAX_ARGS	src/core/ngx_conf_file.h	31;"	d
NGX_CONF_MODULE	src/core/ngx_conf_file.h	72;"	d
NGX_CONF_MULTI	src/core/ngx_conf_file.h	48;"	d
NGX_CONF_NOARGS	src/core/ngx_conf_file.h	22;"	d
NGX_CONF_OK	src/core/ngx_conf_file.h	64;"	d
NGX_CONF_PATH	objs/ngx_auto_config.h	337;"	d
NGX_CONF_PREFIX	objs/ngx_auto_config.h	327;"	d
NGX_CONF_TAKE1	src/core/ngx_conf_file.h	23;"	d
NGX_CONF_TAKE12	src/core/ngx_conf_file.h	33;"	d
NGX_CONF_TAKE123	src/core/ngx_conf_file.h	38;"	d
NGX_CONF_TAKE1234	src/core/ngx_conf_file.h	39;"	d
NGX_CONF_TAKE13	src/core/ngx_conf_file.h	34;"	d
NGX_CONF_TAKE2	src/core/ngx_conf_file.h	24;"	d
NGX_CONF_TAKE23	src/core/ngx_conf_file.h	36;"	d
NGX_CONF_TAKE3	src/core/ngx_conf_file.h	25;"	d
NGX_CONF_TAKE4	src/core/ngx_conf_file.h	26;"	d
NGX_CONF_TAKE5	src/core/ngx_conf_file.h	27;"	d
NGX_CONF_TAKE6	src/core/ngx_conf_file.h	28;"	d
NGX_CONF_TAKE7	src/core/ngx_conf_file.h	29;"	d
NGX_CONF_UNSET	src/core/ngx_conf_file.h	57;"	d
NGX_CONF_UNSET_MSEC	src/core/ngx_conf_file.h	61;"	d
NGX_CONF_UNSET_PTR	src/core/ngx_conf_file.h	59;"	d
NGX_CONF_UNSET_SIZE	src/core/ngx_conf_file.h	60;"	d
NGX_CONF_UNSET_UINT	src/core/ngx_conf_file.h	58;"	d
NGX_CORE_MODULE	src/core/ngx_conf_file.h	71;"	d
NGX_CPU_CACHE_LINE	objs/ngx_auto_config.h	64;"	d
NGX_CRYPT	objs/ngx_auto_config.h	272;"	d
NGX_CV_SIGNAL	src/os/unix/ngx_freebsd_rfork_thread.h	35;"	d
NGX_CYCLE_POOL_SIZE	src/core/ngx_cycle.h	17;"	d
NGX_DEBUG_POINTS_ABORT	src/core/ngx_cycle.h	22;"	d
NGX_DEBUG_POINTS_STOP	src/core/ngx_cycle.h	21;"	d
NGX_DECLINED	src/core/ngx_core.h	34;"	d
NGX_DEFAULT_CIPHERS	src/http/modules/ngx_http_ssl_module.c	17;"	d	file:
NGX_DEFAULT_CIPHERS	src/mail/ngx_mail_ssl_module.c	13;"	d	file:
NGX_DEFAULT_ECDH_CURVE	src/http/modules/ngx_http_ssl_module.c	18;"	d	file:
NGX_DEFAULT_ECDH_CURVE	src/mail/ngx_mail_ssl_module.c	14;"	d	file:
NGX_DEFAULT_POOL_SIZE	src/core/ngx_palloc.h	22;"	d
NGX_DIRECT_CONF	src/core/ngx_conf_file.h	50;"	d
NGX_DIR_MASK_LEN	src/os/unix/ngx_files.h	222;"	d
NGX_DISABLE_EVENT	src/event/ngx_event.h	343;"	d
NGX_DISABLE_EVENT	src/event/ngx_event.h	384;"	d
NGX_DISABLE_EVENT	src/event/ngx_event.h	385;"	d
NGX_DISABLE_SYMLINKS_NOTOWNER	src/core/ngx_core.h	96;"	d
NGX_DISABLE_SYMLINKS_OFF	src/core/ngx_core.h	94;"	d
NGX_DISABLE_SYMLINKS_ON	src/core/ngx_core.h	95;"	d
NGX_DONE	src/core/ngx_core.h	33;"	d
NGX_EACCES	src/os/unix/ngx_errno.h	25;"	d
NGX_EADDRINUSE	src/os/unix/ngx_errno.h	37;"	d
NGX_EAGAIN	src/os/unix/ngx_errno.h	59;"	d
NGX_EAGAIN	src/os/unix/ngx_errno.h	61;"	d
NGX_EBUSY	src/os/unix/ngx_errno.h	26;"	d
NGX_ECANCELED	src/os/unix/ngx_errno.h	49;"	d
NGX_ECHILD	src/os/unix/ngx_errno.h	23;"	d
NGX_ECONNABORTED	src/os/unix/ngx_errno.h	38;"	d
NGX_ECONNREFUSED	src/os/unix/ngx_errno.h	42;"	d
NGX_ECONNRESET	src/os/unix/ngx_errno.h	39;"	d
NGX_EEXIST	src/os/unix/ngx_errno.h	27;"	d
NGX_EHOSTDOWN	src/os/unix/ngx_errno.h	46;"	d
NGX_EHOSTUNREACH	src/os/unix/ngx_errno.h	47;"	d
NGX_EILSEQ	src/os/unix/ngx_errno.h	50;"	d
NGX_EINPROGRESS	src/os/unix/ngx_errno.h	36;"	d
NGX_EINTR	src/os/unix/ngx_errno.h	22;"	d
NGX_EINVAL	src/os/unix/ngx_errno.h	31;"	d
NGX_EISDIR	src/os/unix/ngx_errno.h	30;"	d
NGX_ELOOP	src/os/unix/ngx_errno.h	55;"	d
NGX_EMFILE	src/os/unix/ngx_errno.h	33;"	d
NGX_EMLINK	src/os/unix/ngx_errno.h	54;"	d
NGX_ENAMETOOLONG	src/os/unix/ngx_errno.h	43;"	d
NGX_ENETDOWN	src/os/unix/ngx_errno.h	44;"	d
NGX_ENETUNREACH	src/os/unix/ngx_errno.h	45;"	d
NGX_ENFILE	src/os/unix/ngx_errno.h	32;"	d
NGX_ENOENT	src/os/unix/ngx_errno.h	19;"	d
NGX_ENOMEM	src/os/unix/ngx_errno.h	24;"	d
NGX_ENOMOREFILES	src/os/unix/ngx_errno.h	51;"	d
NGX_ENOPATH	src/os/unix/ngx_errno.h	20;"	d
NGX_ENOSPC	src/os/unix/ngx_errno.h	34;"	d
NGX_ENOSYS	src/os/unix/ngx_errno.h	48;"	d
NGX_ENOTCONN	src/os/unix/ngx_errno.h	40;"	d
NGX_ENOTDIR	src/os/unix/ngx_errno.h	29;"	d
NGX_EPERM	src/os/unix/ngx_errno.h	18;"	d
NGX_EPIPE	src/os/unix/ngx_errno.h	35;"	d
NGX_ERROR	src/core/ngx_core.h	30;"	d
NGX_ERROR_ALERT	src/core/ngx_connection.h	/^     NGX_ERROR_ALERT = 0,$/;"	e	enum:__anon292
NGX_ERROR_ERR	src/core/ngx_connection.h	/^     NGX_ERROR_ERR,$/;"	e	enum:__anon292
NGX_ERROR_IGNORE_ECONNRESET	src/core/ngx_connection.h	/^     NGX_ERROR_IGNORE_ECONNRESET,$/;"	e	enum:__anon292
NGX_ERROR_IGNORE_EINVAL	src/core/ngx_connection.h	/^     NGX_ERROR_IGNORE_EINVAL$/;"	e	enum:__anon292
NGX_ERROR_INFO	src/core/ngx_connection.h	/^     NGX_ERROR_INFO,$/;"	e	enum:__anon292
NGX_ERROR_LOG_PATH	objs/ngx_auto_config.h	352;"	d
NGX_ESCAPE_ARGS	src/core/ngx_string.h	194;"	d
NGX_ESCAPE_HTML	src/core/ngx_string.h	196;"	d
NGX_ESCAPE_MAIL_AUTH	src/core/ngx_string.h	199;"	d
NGX_ESCAPE_MEMCACHED	src/core/ngx_string.h	198;"	d
NGX_ESCAPE_REFRESH	src/core/ngx_string.h	197;"	d
NGX_ESCAPE_URI	src/core/ngx_string.h	193;"	d
NGX_ESCAPE_URI_COMPONENT	src/core/ngx_string.h	195;"	d
NGX_ESRCH	src/os/unix/ngx_errno.h	21;"	d
NGX_ETIMEDOUT	src/os/unix/ngx_errno.h	41;"	d
NGX_EVENT_CONF	src/event/ngx_event.h	465;"	d
NGX_EVENT_MODULE	src/event/ngx_event.h	464;"	d
NGX_EXDEV	src/os/unix/ngx_errno.h	28;"	d
NGX_FILE_APPEND	src/os/unix/ngx_files.h	76;"	d
NGX_FILE_CREATE_OR_OPEN	src/os/unix/ngx_files.h	73;"	d
NGX_FILE_DEFAULT_ACCESS	src/os/unix/ngx_files.h	100;"	d
NGX_FILE_DIRECTORY	src/os/unix/ngx_files.h	83;"	d
NGX_FILE_DIRECTORY	src/os/unix/ngx_files.h	85;"	d
NGX_FILE_ERROR	src/os/unix/ngx_files.h	50;"	d
NGX_FILE_NOFOLLOW	src/os/unix/ngx_files.h	80;"	d
NGX_FILE_NONBLOCK	src/os/unix/ngx_files.h	77;"	d
NGX_FILE_OPEN	src/os/unix/ngx_files.h	74;"	d
NGX_FILE_OWNER_ACCESS	src/os/unix/ngx_files.h	101;"	d
NGX_FILE_RDONLY	src/os/unix/ngx_files.h	70;"	d
NGX_FILE_RDWR	src/os/unix/ngx_files.h	72;"	d
NGX_FILE_SEARCH	src/os/unix/ngx_files.h	89;"	d
NGX_FILE_SEARCH	src/os/unix/ngx_files.h	92;"	d
NGX_FILE_SEARCH	src/os/unix/ngx_files.h	95;"	d
NGX_FILE_TRUNCATE	src/os/unix/ngx_files.h	75;"	d
NGX_FILE_WRONLY	src/os/unix/ngx_files.h	71;"	d
NGX_FLUSH_EVENT	src/event/ngx_event.h	348;"	d
NGX_FLUSH_EVENT	src/event/ngx_event.h	377;"	d
NGX_FLUSH_EVENT	src/event/ngx_event.h	378;"	d
NGX_GEOIP_COUNTRY_CODE	src/http/modules/ngx_http_geoip_module.c	16;"	d	file:
NGX_GEOIP_COUNTRY_CODE3	src/http/modules/ngx_http_geoip_module.c	17;"	d	file:
NGX_GEOIP_COUNTRY_NAME	src/http/modules/ngx_http_geoip_module.c	18;"	d	file:
NGX_GROUP	objs/ngx_auto_config.h	402;"	d
NGX_HASH_ELT_SIZE	src/core/ngx_hash.c	248;"	d	file:
NGX_HASH_LARGE	src/core/ngx_hash.h	66;"	d
NGX_HASH_LARGE_ASIZE	src/core/ngx_hash.h	68;"	d
NGX_HASH_LARGE_HSIZE	src/core/ngx_hash.h	69;"	d
NGX_HASH_READONLY_KEY	src/core/ngx_hash.h	72;"	d
NGX_HASH_SMALL	src/core/ngx_hash.h	65;"	d
NGX_HASH_WILDCARD_KEY	src/core/ngx_hash.h	71;"	d
NGX_HAVE_ACCEPT4	objs/ngx_auto_config.h	117;"	d
NGX_HAVE_ALIGNED_DIRECTIO	objs/ngx_auto_config.h	82;"	d
NGX_HAVE_ATOMIC_OPS	src/os/unix/ngx_atomic.h	134;"	d
NGX_HAVE_ATOMIC_OPS	src/os/unix/ngx_atomic.h	158;"	d
NGX_HAVE_ATOMIC_OPS	src/os/unix/ngx_atomic.h	175;"	d
NGX_HAVE_ATOMIC_OPS	src/os/unix/ngx_atomic.h	199;"	d
NGX_HAVE_ATOMIC_OPS	src/os/unix/ngx_atomic.h	21;"	d
NGX_HAVE_ATOMIC_OPS	src/os/unix/ngx_atomic.h	227;"	d
NGX_HAVE_ATOMIC_OPS	src/os/unix/ngx_atomic.h	234;"	d
NGX_HAVE_ATOMIC_OPS	src/os/unix/ngx_atomic.h	243;"	d
NGX_HAVE_ATOMIC_OPS	src/os/unix/ngx_atomic.h	269;"	d
NGX_HAVE_ATOMIC_OPS	src/os/unix/ngx_atomic.h	56;"	d
NGX_HAVE_ATOMIC_OPS	src/os/unix/ngx_atomic.h	95;"	d
NGX_HAVE_C99_VARIADIC_MACROS	objs/ngx_auto_config.h	14;"	d
NGX_HAVE_CASELESS_FILESYSTEM	src/os/unix/ngx_darwin_config.h	86;"	d
NGX_HAVE_CASELESS_FILESYSTEM	src/os/unix/ngx_files.h	56;"	d
NGX_HAVE_CLEAR_EVENT	objs/ngx_auto_config.h	29;"	d
NGX_HAVE_CPU_AFFINITY	src/os/unix/ngx_setaffinity.h	12;"	d
NGX_HAVE_CRYPT_H	objs/ngx_auto_headers.h	34;"	d
NGX_HAVE_DEBUG_MALLOC	src/os/unix/ngx_darwin_config.h	91;"	d
NGX_HAVE_DEBUG_MALLOC	src/os/unix/ngx_freebsd_config.h	114;"	d
NGX_HAVE_DEFERRED_ACCEPT	objs/ngx_auto_config.h	102;"	d
NGX_HAVE_D_TYPE	objs/ngx_auto_config.h	237;"	d
NGX_HAVE_EPOLL	objs/ngx_auto_config.h	24;"	d
NGX_HAVE_FIONBIO	objs/ngx_auto_config.h	227;"	d
NGX_HAVE_GCC_ATOMIC	objs/ngx_auto_config.h	9;"	d
NGX_HAVE_GCC_VARIADIC_MACROS	objs/ngx_auto_config.h	19;"	d
NGX_HAVE_GETADDRINFO	objs/ngx_auto_config.h	252;"	d
NGX_HAVE_GMTOFF	objs/ngx_auto_config.h	232;"	d
NGX_HAVE_GNU_CRYPT_R	objs/ngx_auto_config.h	54;"	d
NGX_HAVE_INHERITED_NONBLOCK	src/os/unix/ngx_darwin_config.h	81;"	d
NGX_HAVE_INHERITED_NONBLOCK	src/os/unix/ngx_freebsd_config.h	109;"	d
NGX_HAVE_INHERITED_NONBLOCK	src/os/unix/ngx_linux_config.h	107;"	d
NGX_HAVE_INHERITED_NONBLOCK	src/os/unix/ngx_solaris_config.h	92;"	d
NGX_HAVE_INTTYPES_H	objs/ngx_auto_headers.h	9;"	d
NGX_HAVE_KEEPALIVE_TUNABLE	objs/ngx_auto_config.h	107;"	d
NGX_HAVE_LIMITS_H	objs/ngx_auto_headers.h	14;"	d
NGX_HAVE_LITTLE_ENDIAN	objs/ngx_auto_config.h	137;"	d
NGX_HAVE_LOCALTIME_R	objs/ngx_auto_config.h	187;"	d
NGX_HAVE_MAP_ANON	objs/ngx_auto_config.h	202;"	d
NGX_HAVE_MAP_DEVZERO	objs/ngx_auto_config.h	207;"	d
NGX_HAVE_MAX_PATH	src/os/unix/ngx_files.h	212;"	d
NGX_HAVE_MD5	objs/ngx_auto_config.h	302;"	d
NGX_HAVE_MEMALIGN	objs/ngx_auto_config.h	197;"	d
NGX_HAVE_MSGHDR_MSG_CONTROL	objs/ngx_auto_config.h	222;"	d
NGX_HAVE_NONALIGNED	objs/ngx_auto_config.h	59;"	d
NGX_HAVE_OPENAT	objs/ngx_auto_config.h	247;"	d
NGX_HAVE_OPENSSL_MD5_H	objs/ngx_auto_config.h	297;"	d
NGX_HAVE_OPENSSL_SHA1_H	objs/ngx_auto_config.h	312;"	d
NGX_HAVE_OS_SPECIFIC_INIT	src/os/unix/ngx_darwin_config.h	90;"	d
NGX_HAVE_OS_SPECIFIC_INIT	src/os/unix/ngx_freebsd_config.h	113;"	d
NGX_HAVE_OS_SPECIFIC_INIT	src/os/unix/ngx_linux_config.h	111;"	d
NGX_HAVE_OS_SPECIFIC_INIT	src/os/unix/ngx_solaris_config.h	102;"	d
NGX_HAVE_O_DIRECT	objs/ngx_auto_config.h	77;"	d
NGX_HAVE_POSIX_FADVISE	objs/ngx_auto_config.h	72;"	d
NGX_HAVE_POSIX_MEMALIGN	objs/ngx_auto_config.h	192;"	d
NGX_HAVE_POSIX_SEM	objs/ngx_auto_config.h	217;"	d
NGX_HAVE_PREAD	objs/ngx_auto_config.h	172;"	d
NGX_HAVE_PR_SET_DUMPABLE	objs/ngx_auto_config.h	44;"	d
NGX_HAVE_PWRITE	objs/ngx_auto_config.h	177;"	d
NGX_HAVE_READ_AHEAD	src/os/unix/ngx_files.h	312;"	d
NGX_HAVE_READ_AHEAD	src/os/unix/ngx_files.h	319;"	d
NGX_HAVE_SCHED_SETAFFINITY	objs/ngx_auto_config.h	49;"	d
NGX_HAVE_SCHED_YIELD	objs/ngx_auto_config.h	97;"	d
NGX_HAVE_SC_NPROCESSORS_ONLN	objs/ngx_auto_config.h	242;"	d
NGX_HAVE_SENDFILE	objs/ngx_auto_config.h	34;"	d
NGX_HAVE_SENDFILE64	objs/ngx_auto_config.h	39;"	d
NGX_HAVE_SHA1	objs/ngx_auto_config.h	307;"	d
NGX_HAVE_SO_SNDLOWAT	src/core/ngx_config.h	48;"	d
NGX_HAVE_SO_SNDLOWAT	src/os/unix/ngx_linux_config.h	102;"	d
NGX_HAVE_SO_SNDLOWAT	src/os/unix/ngx_solaris_config.h	98;"	d
NGX_HAVE_STATFS	objs/ngx_auto_config.h	87;"	d
NGX_HAVE_STATVFS	objs/ngx_auto_config.h	92;"	d
NGX_HAVE_SYSVSHM	objs/ngx_auto_config.h	212;"	d
NGX_HAVE_SYS_MOUNT_H	objs/ngx_auto_headers.h	24;"	d
NGX_HAVE_SYS_PARAM_H	objs/ngx_auto_headers.h	19;"	d
NGX_HAVE_SYS_PRCTL_H	objs/ngx_auto_headers.h	44;"	d
NGX_HAVE_SYS_STATVFS_H	objs/ngx_auto_headers.h	29;"	d
NGX_HAVE_SYS_VFS_H	objs/ngx_auto_headers.h	49;"	d
NGX_HAVE_TCP_INFO	objs/ngx_auto_config.h	112;"	d
NGX_HAVE_UNISTD_H	objs/ngx_auto_headers.h	4;"	d
NGX_HAVE_UNIX_DOMAIN	objs/ngx_auto_config.h	122;"	d
NGX_HAVE_VARIADIC_MACROS	src/core/ngx_log.h	106;"	d
NGX_HAVE_VARIADIC_MACROS	src/core/ngx_log.h	74;"	d
NGX_HAVE_VARIADIC_MACROS	src/core/ngx_log.h	90;"	d
NGX_HEADERS	src/os/unix/ngx_darwin_sendfile_chain.c	31;"	d	file:
NGX_HEADERS	src/os/unix/ngx_darwin_sendfile_chain.c	34;"	d	file:
NGX_HEADERS	src/os/unix/ngx_freebsd_sendfile_chain.c	33;"	d	file:
NGX_HEADERS	src/os/unix/ngx_freebsd_sendfile_chain.c	36;"	d	file:
NGX_HEADERS	src/os/unix/ngx_linux_sendfile_chain.c	31;"	d	file:
NGX_HEADERS	src/os/unix/ngx_linux_sendfile_chain.c	33;"	d	file:
NGX_HTML_ENTITY_LEN	src/http/modules/ngx_http_charset_filter_module.c	20;"	d	file:
NGX_HTTPS_CERT_ERROR	src/http/ngx_http_request.h	108;"	d
NGX_HTTPS_NO_CERT	src/http/ngx_http_request.h	109;"	d
NGX_HTTP_ACCEPTED	src/http/ngx_http_request.h	73;"	d
NGX_HTTP_ACCESS_PHASE	src/http/ngx_http_core_module.h	/^    NGX_HTTP_ACCESS_PHASE,$/;"	e	enum:__anon169
NGX_HTTP_AIO_OFF	src/http/ngx_http_core_module.h	28;"	d
NGX_HTTP_AIO_ON	src/http/ngx_http_core_module.h	29;"	d
NGX_HTTP_AIO_SENDFILE	src/http/ngx_http_core_module.h	30;"	d
NGX_HTTP_ANCIENT_BROWSER	src/http/modules/ngx_http_browser_module.c	21;"	d	file:
NGX_HTTP_AUTH_BUF_SIZE	src/http/modules/ngx_http_auth_basic_module.c	14;"	d	file:
NGX_HTTP_AUTOINDEX_NAME_LEN	src/http/modules/ngx_http_autoindex_module.c	48;"	d	file:
NGX_HTTP_AUTOINDEX_PREALLOCATE	src/http/modules/ngx_http_autoindex_module.c	46;"	d	file:
NGX_HTTP_BAD_GATEWAY	src/http/ngx_http_request.h	130;"	d
NGX_HTTP_BAD_REQUEST	src/http/ngx_http_request.h	84;"	d
NGX_HTTP_CACHE	objs/ngx_auto_config.h	257;"	d
NGX_HTTP_CACHE_BYPASS	src/http/ngx_http_cache.h	18;"	d
NGX_HTTP_CACHE_EXPIRED	src/http/ngx_http_cache.h	19;"	d
NGX_HTTP_CACHE_HIT	src/http/ngx_http_cache.h	22;"	d
NGX_HTTP_CACHE_KEY_LEN	src/http/ngx_http_cache.h	25;"	d
NGX_HTTP_CACHE_MISS	src/http/ngx_http_cache.h	17;"	d
NGX_HTTP_CACHE_SCARCE	src/http/ngx_http_cache.h	23;"	d
NGX_HTTP_CACHE_STALE	src/http/ngx_http_cache.h	20;"	d
NGX_HTTP_CACHE_UPDATING	src/http/ngx_http_cache.h	21;"	d
NGX_HTTP_CHARSET_OFF	src/http/modules/ngx_http_charset_filter_module.c	13;"	d	file:
NGX_HTTP_CHARSET_VAR	src/http/modules/ngx_http_charset_filter_module.c	15;"	d	file:
NGX_HTTP_CLIENT_CLOSED_REQUEST	src/http/ngx_http_request.h	125;"	d
NGX_HTTP_CLIENT_ERROR	src/http/ngx_http_request.h	53;"	d
NGX_HTTP_CLIENT_TEMP_PATH	objs/ngx_auto_config.h	362;"	d
NGX_HTTP_CLOSE	src/http/ngx_http_request.h	102;"	d
NGX_HTTP_CONFLICT	src/http/ngx_http_request.h	90;"	d
NGX_HTTP_CONNECTION_CLOSE	src/http/ngx_http_request.h	44;"	d
NGX_HTTP_CONNECTION_KEEP_ALIVE	src/http/ngx_http_request.h	45;"	d
NGX_HTTP_CONNECT_UPSTREAM_STATE	src/http/ngx_http_request.h	/^    NGX_HTTP_CONNECT_UPSTREAM_STATE,$/;"	e	enum:__anon231
NGX_HTTP_CONTENT_PHASE	src/http/ngx_http_core_module.h	/^    NGX_HTTP_CONTENT_PHASE,$/;"	e	enum:__anon169
NGX_HTTP_CONTINUE	src/http/ngx_http_request.h	67;"	d
NGX_HTTP_COPY	src/http/ngx_http_request.h	34;"	d
NGX_HTTP_COPY_BUFFERED	src/http/ngx_http_request.h	141;"	d
NGX_HTTP_CREATED	src/http/ngx_http_request.h	72;"	d
NGX_HTTP_DAV_COPY_BLOCK	src/http/modules/ngx_http_dav_module.c	13;"	d	file:
NGX_HTTP_DAV_INFINITY_DEPTH	src/http/modules/ngx_http_dav_module.c	20;"	d	file:
NGX_HTTP_DAV_INVALID_DEPTH	src/http/modules/ngx_http_dav_module.c	19;"	d	file:
NGX_HTTP_DAV_NO_DEPTH	src/http/modules/ngx_http_dav_module.c	18;"	d	file:
NGX_HTTP_DAV_OFF	src/http/modules/ngx_http_dav_module.c	15;"	d	file:
NGX_HTTP_DEFAULT_INDEX	src/http/modules/ngx_http_index_module.c	26;"	d	file:
NGX_HTTP_DELETE	src/http/ngx_http_request.h	32;"	d
NGX_HTTP_DISCARD_BUFFER_SIZE	src/http/ngx_http_request.h	19;"	d
NGX_HTTP_EXPIRES_ACCESS	src/http/modules/ngx_http_headers_filter_module.c	/^    NGX_HTTP_EXPIRES_ACCESS,$/;"	e	enum:__anon137	file:
NGX_HTTP_EXPIRES_DAILY	src/http/modules/ngx_http_headers_filter_module.c	/^    NGX_HTTP_EXPIRES_DAILY,$/;"	e	enum:__anon137	file:
NGX_HTTP_EXPIRES_EPOCH	src/http/modules/ngx_http_headers_filter_module.c	/^    NGX_HTTP_EXPIRES_EPOCH,$/;"	e	enum:__anon137	file:
NGX_HTTP_EXPIRES_MAX	src/http/modules/ngx_http_headers_filter_module.c	/^    NGX_HTTP_EXPIRES_MAX,$/;"	e	enum:__anon137	file:
NGX_HTTP_EXPIRES_MODIFIED	src/http/modules/ngx_http_headers_filter_module.c	/^    NGX_HTTP_EXPIRES_MODIFIED,$/;"	e	enum:__anon137	file:
NGX_HTTP_EXPIRES_OFF	src/http/modules/ngx_http_headers_filter_module.c	/^    NGX_HTTP_EXPIRES_OFF,$/;"	e	enum:__anon137	file:
NGX_HTTP_EXPIRES_UNSET	src/http/modules/ngx_http_headers_filter_module.c	/^    NGX_HTTP_EXPIRES_UNSET$/;"	e	enum:__anon137	file:
NGX_HTTP_FASTCGI_ABORT_REQUEST	src/http/modules/ngx_http_fastcgi_module.c	86;"	d	file:
NGX_HTTP_FASTCGI_BEGIN_REQUEST	src/http/modules/ngx_http_fastcgi_module.c	85;"	d	file:
NGX_HTTP_FASTCGI_DATA	src/http/modules/ngx_http_fastcgi_module.c	92;"	d	file:
NGX_HTTP_FASTCGI_END_REQUEST	src/http/modules/ngx_http_fastcgi_module.c	87;"	d	file:
NGX_HTTP_FASTCGI_KEEP_CONN	src/http/modules/ngx_http_fastcgi_module.c	83;"	d	file:
NGX_HTTP_FASTCGI_PARAMS	src/http/modules/ngx_http_fastcgi_module.c	88;"	d	file:
NGX_HTTP_FASTCGI_RESPONDER	src/http/modules/ngx_http_fastcgi_module.c	81;"	d	file:
NGX_HTTP_FASTCGI_STDERR	src/http/modules/ngx_http_fastcgi_module.c	91;"	d	file:
NGX_HTTP_FASTCGI_STDIN	src/http/modules/ngx_http_fastcgi_module.c	89;"	d	file:
NGX_HTTP_FASTCGI_STDOUT	src/http/modules/ngx_http_fastcgi_module.c	90;"	d	file:
NGX_HTTP_FASTCGI_TEMP_PATH	objs/ngx_auto_config.h	372;"	d
NGX_HTTP_FIND_CONFIG_PHASE	src/http/ngx_http_core_module.h	/^    NGX_HTTP_FIND_CONFIG_PHASE,$/;"	e	enum:__anon169
NGX_HTTP_FLUSH	src/http/ngx_http.h	136;"	d
NGX_HTTP_FORBIDDEN	src/http/ngx_http_request.h	86;"	d
NGX_HTTP_GATEWAY_TIME_OUT	src/http/ngx_http_request.h	132;"	d
NGX_HTTP_GET	src/http/ngx_http_request.h	28;"	d
NGX_HTTP_GZIP	objs/ngx_auto_config.h	262;"	d
NGX_HTTP_GZIP_BUFFERED	src/http/ngx_http_request.h	138;"	d
NGX_HTTP_GZIP_PROXIED_ANY	src/http/ngx_http_core_module.h	25;"	d
NGX_HTTP_GZIP_PROXIED_AUTH	src/http/ngx_http_core_module.h	24;"	d
NGX_HTTP_GZIP_PROXIED_EXPIRED	src/http/ngx_http_core_module.h	18;"	d
NGX_HTTP_GZIP_PROXIED_NO_CACHE	src/http/ngx_http_core_module.h	19;"	d
NGX_HTTP_GZIP_PROXIED_NO_ETAG	src/http/ngx_http_core_module.h	23;"	d
NGX_HTTP_GZIP_PROXIED_NO_LM	src/http/ngx_http_core_module.h	22;"	d
NGX_HTTP_GZIP_PROXIED_NO_STORE	src/http/ngx_http_core_module.h	20;"	d
NGX_HTTP_GZIP_PROXIED_OFF	src/http/ngx_http_core_module.h	17;"	d
NGX_HTTP_GZIP_PROXIED_PRIVATE	src/http/ngx_http_core_module.h	21;"	d
NGX_HTTP_GZIP_STATIC_ALWAYS	src/http/modules/ngx_http_gzip_static_module.c	15;"	d	file:
NGX_HTTP_GZIP_STATIC_OFF	src/http/modules/ngx_http_gzip_static_module.c	13;"	d	file:
NGX_HTTP_GZIP_STATIC_ON	src/http/modules/ngx_http_gzip_static_module.c	14;"	d	file:
NGX_HTTP_HEAD	src/http/ngx_http_request.h	29;"	d
NGX_HTTP_IMAGE_BUFFERED	src/http/modules/ngx_http_image_filter_module.c	36;"	d	file:
NGX_HTTP_IMAGE_CROP	src/http/modules/ngx_http_image_filter_module.c	19;"	d	file:
NGX_HTTP_IMAGE_DONE	src/http/modules/ngx_http_image_filter_module.c	27;"	d	file:
NGX_HTTP_IMAGE_GIF	src/http/modules/ngx_http_image_filter_module.c	32;"	d	file:
NGX_HTTP_IMAGE_JPEG	src/http/modules/ngx_http_image_filter_module.c	31;"	d	file:
NGX_HTTP_IMAGE_NONE	src/http/modules/ngx_http_image_filter_module.c	30;"	d	file:
NGX_HTTP_IMAGE_OFF	src/http/modules/ngx_http_image_filter_module.c	15;"	d	file:
NGX_HTTP_IMAGE_PASS	src/http/modules/ngx_http_image_filter_module.c	26;"	d	file:
NGX_HTTP_IMAGE_PNG	src/http/modules/ngx_http_image_filter_module.c	33;"	d	file:
NGX_HTTP_IMAGE_PROCESS	src/http/modules/ngx_http_image_filter_module.c	25;"	d	file:
NGX_HTTP_IMAGE_READ	src/http/modules/ngx_http_image_filter_module.c	24;"	d	file:
NGX_HTTP_IMAGE_RESIZE	src/http/modules/ngx_http_image_filter_module.c	18;"	d	file:
NGX_HTTP_IMAGE_ROTATE	src/http/modules/ngx_http_image_filter_module.c	20;"	d	file:
NGX_HTTP_IMAGE_SIZE	src/http/modules/ngx_http_image_filter_module.c	17;"	d	file:
NGX_HTTP_IMAGE_START	src/http/modules/ngx_http_image_filter_module.c	23;"	d	file:
NGX_HTTP_IMAGE_TEST	src/http/modules/ngx_http_image_filter_module.c	16;"	d	file:
NGX_HTTP_IMS_BEFORE	src/http/ngx_http_core_module.h	44;"	d
NGX_HTTP_IMS_EXACT	src/http/ngx_http_core_module.h	43;"	d
NGX_HTTP_IMS_OFF	src/http/ngx_http_core_module.h	42;"	d
NGX_HTTP_INITING_REQUEST_STATE	src/http/ngx_http_request.h	/^    NGX_HTTP_INITING_REQUEST_STATE = 0,$/;"	e	enum:__anon231
NGX_HTTP_INSUFFICIENT_STORAGE	src/http/ngx_http_request.h	133;"	d
NGX_HTTP_INTERNAL_SERVER_ERROR	src/http/ngx_http_request.h	128;"	d
NGX_HTTP_KEEPALIVE_DISABLE_MSIE6	src/http/ngx_http_core_module.h	48;"	d
NGX_HTTP_KEEPALIVE_DISABLE_NONE	src/http/ngx_http_core_module.h	47;"	d
NGX_HTTP_KEEPALIVE_DISABLE_SAFARI	src/http/ngx_http_core_module.h	49;"	d
NGX_HTTP_KEEPALIVE_STATE	src/http/ngx_http_request.h	/^    NGX_HTTP_KEEPALIVE_STATE$/;"	e	enum:__anon231
NGX_HTTP_LAST	src/http/ngx_http.h	135;"	d
NGX_HTTP_LAST_2XX	src/http/ngx_http_header_filter_module.c	65;"	d	file:
NGX_HTTP_LAST_2XX	src/http/ngx_http_special_response.c	305;"	d	file:
NGX_HTTP_LAST_3XX	src/http/ngx_http_header_filter_module.c	78;"	d	file:
NGX_HTTP_LAST_3XX	src/http/ngx_http_special_response.c	317;"	d	file:
NGX_HTTP_LAST_4XX	src/http/ngx_http_header_filter_module.c	111;"	d	file:
NGX_HTTP_LAST_4XX	src/http/ngx_http_special_response.c	338;"	d	file:
NGX_HTTP_LAST_5XX	src/http/ngx_http_header_filter_module.c	127;"	d	file:
NGX_HTTP_LAST_5XX	src/http/ngx_http_special_response.c	357;"	d	file:
NGX_HTTP_LC_HEADER_LEN	src/http/ngx_http_request.h	16;"	d
NGX_HTTP_LENGTH_REQUIRED	src/http/ngx_http_request.h	91;"	d
NGX_HTTP_LIF_CONF	src/http/ngx_http_config.h	46;"	d
NGX_HTTP_LINGERING_ALWAYS	src/http/ngx_http_core_module.h	39;"	d
NGX_HTTP_LINGERING_BUFFER_SIZE	src/http/ngx_http_request.h	20;"	d
NGX_HTTP_LINGERING_CLOSE_STATE	src/http/ngx_http_request.h	/^    NGX_HTTP_LINGERING_CLOSE_STATE,$/;"	e	enum:__anon231
NGX_HTTP_LINGERING_OFF	src/http/ngx_http_core_module.h	37;"	d
NGX_HTTP_LINGERING_ON	src/http/ngx_http_core_module.h	38;"	d
NGX_HTTP_LMT_CONF	src/http/ngx_http_config.h	47;"	d
NGX_HTTP_LOCK	src/http/ngx_http_request.h	39;"	d
NGX_HTTP_LOC_CONF	src/http/ngx_http_config.h	43;"	d
NGX_HTTP_LOC_CONF_OFFSET	src/http/ngx_http_config.h	52;"	d
NGX_HTTP_LOG_PATH	objs/ngx_auto_config.h	357;"	d
NGX_HTTP_LOG_PHASE	src/http/ngx_http_core_module.h	/^    NGX_HTTP_LOG_PHASE$/;"	e	enum:__anon169
NGX_HTTP_LOG_UNSAFE	src/http/ngx_http_request.h	64;"	d
NGX_HTTP_LOWLEVEL_BUFFERED	src/http/ngx_http_request.h	136;"	d
NGX_HTTP_MAIN_CONF	src/http/ngx_http_config.h	41;"	d
NGX_HTTP_MAIN_CONF_OFFSET	src/http/ngx_http_config.h	50;"	d
NGX_HTTP_MAX_SUBREQUESTS	src/http/ngx_http_request.h	13;"	d
NGX_HTTP_MAX_URI_CHANGES	src/http/ngx_http_request.h	12;"	d
NGX_HTTP_MEMCACHED_END	src/http/modules/ngx_http_memcached_module.c	150;"	d	file:
NGX_HTTP_MKCOL	src/http/ngx_http_request.h	33;"	d
NGX_HTTP_MODERN_BROWSER	src/http/modules/ngx_http_browser_module.c	20;"	d	file:
NGX_HTTP_MODULE	src/http/ngx_http_config.h	39;"	d
NGX_HTTP_MOVE	src/http/ngx_http_request.h	35;"	d
NGX_HTTP_MOVED_PERMANENTLY	src/http/ngx_http_request.h	78;"	d
NGX_HTTP_MOVED_TEMPORARILY	src/http/ngx_http_request.h	79;"	d
NGX_HTTP_MP4_CO64_ATOM	src/http/modules/ngx_http_mp4_module.c	36;"	d	file:
NGX_HTTP_MP4_CO64_DATA	src/http/modules/ngx_http_mp4_module.c	37;"	d	file:
NGX_HTTP_MP4_CTTS_ATOM	src/http/modules/ngx_http_mp4_module.c	27;"	d	file:
NGX_HTTP_MP4_CTTS_DATA	src/http/modules/ngx_http_mp4_module.c	28;"	d	file:
NGX_HTTP_MP4_DINF_ATOM	src/http/modules/ngx_http_mp4_module.c	20;"	d	file:
NGX_HTTP_MP4_HDLR_ATOM	src/http/modules/ngx_http_mp4_module.c	16;"	d	file:
NGX_HTTP_MP4_LAST_ATOM	src/http/modules/ngx_http_mp4_module.c	39;"	d	file:
NGX_HTTP_MP4_MDHD_ATOM	src/http/modules/ngx_http_mp4_module.c	15;"	d	file:
NGX_HTTP_MP4_MDIA_ATOM	src/http/modules/ngx_http_mp4_module.c	14;"	d	file:
NGX_HTTP_MP4_MINF_ATOM	src/http/modules/ngx_http_mp4_module.c	17;"	d	file:
NGX_HTTP_MP4_MOOV_BUFFER_EXCESS	src/http/modules/ngx_http_mp4_module.c	995;"	d	file:
NGX_HTTP_MP4_SMHD_ATOM	src/http/modules/ngx_http_mp4_module.c	19;"	d	file:
NGX_HTTP_MP4_STBL_ATOM	src/http/modules/ngx_http_mp4_module.c	21;"	d	file:
NGX_HTTP_MP4_STCO_ATOM	src/http/modules/ngx_http_mp4_module.c	34;"	d	file:
NGX_HTTP_MP4_STCO_DATA	src/http/modules/ngx_http_mp4_module.c	35;"	d	file:
NGX_HTTP_MP4_STSC_ATOM	src/http/modules/ngx_http_mp4_module.c	29;"	d	file:
NGX_HTTP_MP4_STSC_CHUNK	src/http/modules/ngx_http_mp4_module.c	30;"	d	file:
NGX_HTTP_MP4_STSC_DATA	src/http/modules/ngx_http_mp4_module.c	31;"	d	file:
NGX_HTTP_MP4_STSD_ATOM	src/http/modules/ngx_http_mp4_module.c	22;"	d	file:
NGX_HTTP_MP4_STSS_ATOM	src/http/modules/ngx_http_mp4_module.c	25;"	d	file:
NGX_HTTP_MP4_STSS_DATA	src/http/modules/ngx_http_mp4_module.c	26;"	d	file:
NGX_HTTP_MP4_STSZ_ATOM	src/http/modules/ngx_http_mp4_module.c	32;"	d	file:
NGX_HTTP_MP4_STSZ_DATA	src/http/modules/ngx_http_mp4_module.c	33;"	d	file:
NGX_HTTP_MP4_STTS_ATOM	src/http/modules/ngx_http_mp4_module.c	23;"	d	file:
NGX_HTTP_MP4_STTS_DATA	src/http/modules/ngx_http_mp4_module.c	24;"	d	file:
NGX_HTTP_MP4_TKHD_ATOM	src/http/modules/ngx_http_mp4_module.c	13;"	d	file:
NGX_HTTP_MP4_TRAK_ATOM	src/http/modules/ngx_http_mp4_module.c	12;"	d	file:
NGX_HTTP_MP4_VMHD_ATOM	src/http/modules/ngx_http_mp4_module.c	18;"	d	file:
NGX_HTTP_NGINX_CODES	src/http/ngx_http_request.h	104;"	d
NGX_HTTP_NOT_ALLOWED	src/http/ngx_http_request.h	88;"	d
NGX_HTTP_NOT_FOUND	src/http/ngx_http_request.h	87;"	d
NGX_HTTP_NOT_IMPLEMENTED	src/http/ngx_http_request.h	129;"	d
NGX_HTTP_NOT_MODIFIED	src/http/ngx_http_request.h	81;"	d
NGX_HTTP_NO_CHARSET	src/http/modules/ngx_http_charset_filter_module.c	14;"	d	file:
NGX_HTTP_NO_CONTENT	src/http/ngx_http_request.h	74;"	d
NGX_HTTP_NPN_ADVERTISE	src/http/modules/ngx_http_ssl_module.c	272;"	d	file:
NGX_HTTP_OFF_3XX	src/http/ngx_http_header_filter_module.c	66;"	d	file:
NGX_HTTP_OFF_3XX	src/http/ngx_http_special_response.c	306;"	d	file:
NGX_HTTP_OFF_4XX	src/http/ngx_http_header_filter_module.c	79;"	d	file:
NGX_HTTP_OFF_4XX	src/http/ngx_http_special_response.c	318;"	d	file:
NGX_HTTP_OFF_5XX	src/http/ngx_http_header_filter_module.c	112;"	d	file:
NGX_HTTP_OFF_5XX	src/http/ngx_http_special_response.c	339;"	d	file:
NGX_HTTP_OK	src/http/ngx_http_request.h	71;"	d
NGX_HTTP_OPTIONS	src/http/ngx_http_request.h	36;"	d
NGX_HTTP_PARSE_HEADER_DONE	src/http/ngx_http_request.h	51;"	d
NGX_HTTP_PARSE_INVALID_09_METHOD	src/http/ngx_http_request.h	56;"	d
NGX_HTTP_PARSE_INVALID_HEADER	src/http/ngx_http_request.h	58;"	d
NGX_HTTP_PARSE_INVALID_METHOD	src/http/ngx_http_request.h	54;"	d
NGX_HTTP_PARSE_INVALID_REQUEST	src/http/ngx_http_request.h	55;"	d
NGX_HTTP_PARTIAL_CONTENT	src/http/ngx_http_request.h	75;"	d
NGX_HTTP_PATCH	src/http/ngx_http_request.h	41;"	d
NGX_HTTP_PERL_SSI_ARG	src/http/modules/perl/ngx_http_perl_module.c	134;"	d	file:
NGX_HTTP_PERL_SSI_SUB	src/http/modules/perl/ngx_http_perl_module.c	133;"	d	file:
NGX_HTTP_POST	src/http/ngx_http_request.h	30;"	d
NGX_HTTP_POST_ACCESS_PHASE	src/http/ngx_http_core_module.h	/^    NGX_HTTP_POST_ACCESS_PHASE,$/;"	e	enum:__anon169
NGX_HTTP_POST_READ_PHASE	src/http/ngx_http_core_module.h	/^    NGX_HTTP_POST_READ_PHASE = 0,$/;"	e	enum:__anon169
NGX_HTTP_POST_REWRITE_PHASE	src/http/ngx_http_core_module.h	/^    NGX_HTTP_POST_REWRITE_PHASE,$/;"	e	enum:__anon169
NGX_HTTP_PREACCESS_PHASE	src/http/ngx_http_core_module.h	/^    NGX_HTTP_PREACCESS_PHASE,$/;"	e	enum:__anon169
NGX_HTTP_PRECONDITION_FAILED	src/http/ngx_http_request.h	92;"	d
NGX_HTTP_PROCESSING	src/http/ngx_http_request.h	69;"	d
NGX_HTTP_PROCESS_REQUEST_STATE	src/http/ngx_http_request.h	/^    NGX_HTTP_PROCESS_REQUEST_STATE,$/;"	e	enum:__anon231
NGX_HTTP_PROPFIND	src/http/ngx_http_request.h	37;"	d
NGX_HTTP_PROPPATCH	src/http/ngx_http_request.h	38;"	d
NGX_HTTP_PROXY_TEMP_PATH	objs/ngx_auto_config.h	367;"	d
NGX_HTTP_PUT	src/http/ngx_http_request.h	31;"	d
NGX_HTTP_RANDOM_INDEX_PREALLOCATE	src/http/modules/ngx_http_random_index_module.c	18;"	d	file:
NGX_HTTP_RANGE_NOT_SATISFIABLE	src/http/ngx_http_request.h	96;"	d
NGX_HTTP_READING_REQUEST_STATE	src/http/ngx_http_request.h	/^    NGX_HTTP_READING_REQUEST_STATE,$/;"	e	enum:__anon231
NGX_HTTP_READING_UPSTREAM_STATE	src/http/ngx_http_request.h	/^    NGX_HTTP_READING_UPSTREAM_STATE,$/;"	e	enum:__anon231
NGX_HTTP_REALIP_HEADER	src/http/modules/ngx_http_realip_module.c	15;"	d	file:
NGX_HTTP_REALIP_XFWD	src/http/modules/ngx_http_realip_module.c	14;"	d	file:
NGX_HTTP_REALIP_XREALIP	src/http/modules/ngx_http_realip_module.c	13;"	d	file:
NGX_HTTP_REFERER_NO_URI_PART	src/http/modules/ngx_http_referer_module.c	13;"	d	file:
NGX_HTTP_REQUEST_BODY_FILE_CLEAN	src/http/ngx_http_core_module.c	21;"	d	file:
NGX_HTTP_REQUEST_BODY_FILE_OFF	src/http/ngx_http_core_module.c	19;"	d	file:
NGX_HTTP_REQUEST_BODY_FILE_ON	src/http/ngx_http_core_module.c	20;"	d	file:
NGX_HTTP_REQUEST_ENTITY_TOO_LARGE	src/http/ngx_http_request.h	93;"	d
NGX_HTTP_REQUEST_HEADER_TOO_LARGE	src/http/ngx_http_request.h	106;"	d
NGX_HTTP_REQUEST_TIME_OUT	src/http/ngx_http_request.h	89;"	d
NGX_HTTP_REQUEST_URI_TOO_LARGE	src/http/ngx_http_request.h	94;"	d
NGX_HTTP_REWRITE_PHASE	src/http/ngx_http_core_module.h	/^    NGX_HTTP_REWRITE_PHASE,$/;"	e	enum:__anon169
NGX_HTTP_SATISFY_ALL	src/http/ngx_http_core_module.h	33;"	d
NGX_HTTP_SATISFY_ANY	src/http/ngx_http_core_module.h	34;"	d
NGX_HTTP_SCGI_TEMP_PATH	objs/ngx_auto_config.h	382;"	d
NGX_HTTP_SEE_OTHER	src/http/ngx_http_request.h	80;"	d
NGX_HTTP_SERVER_REWRITE_PHASE	src/http/ngx_http_core_module.h	/^    NGX_HTTP_SERVER_REWRITE_PHASE,$/;"	e	enum:__anon169
NGX_HTTP_SERVICE_UNAVAILABLE	src/http/ngx_http_request.h	131;"	d
NGX_HTTP_SIF_CONF	src/http/ngx_http_config.h	45;"	d
NGX_HTTP_SPECIAL_RESPONSE	src/http/ngx_http_request.h	77;"	d
NGX_HTTP_SRV_CONF	src/http/ngx_http_config.h	42;"	d
NGX_HTTP_SRV_CONF_OFFSET	src/http/ngx_http_config.h	51;"	d
NGX_HTTP_SSI	objs/ngx_auto_config.h	267;"	d
NGX_HTTP_SSI_ADD_PREFIX	src/http/modules/ngx_http_ssi_filter_module.c	16;"	d	file:
NGX_HTTP_SSI_ADD_ZERO	src/http/modules/ngx_http_ssi_filter_module.c	17;"	d	file:
NGX_HTTP_SSI_BLOCK_NAME	src/http/modules/ngx_http_ssi_filter_module.c	229;"	d	file:
NGX_HTTP_SSI_BUFFERED	src/http/ngx_http_request.h	139;"	d
NGX_HTTP_SSI_COMMAND_LEN	src/http/modules/ngx_http_ssi_filter_module.h	19;"	d
NGX_HTTP_SSI_COND_ELSE	src/http/modules/ngx_http_ssi_filter_module.h	25;"	d
NGX_HTTP_SSI_COND_IF	src/http/modules/ngx_http_ssi_filter_module.h	24;"	d
NGX_HTTP_SSI_CONFIG_ERRMSG	src/http/modules/ngx_http_ssi_filter_module.c	221;"	d	file:
NGX_HTTP_SSI_CONFIG_TIMEFMT	src/http/modules/ngx_http_ssi_filter_module.c	222;"	d	file:
NGX_HTTP_SSI_DATE_LEN	src/http/modules/ngx_http_ssi_filter_module.c	14;"	d	file:
NGX_HTTP_SSI_ECHO_DEFAULT	src/http/modules/ngx_http_ssi_filter_module.c	218;"	d	file:
NGX_HTTP_SSI_ECHO_ENCODING	src/http/modules/ngx_http_ssi_filter_module.c	219;"	d	file:
NGX_HTTP_SSI_ECHO_VAR	src/http/modules/ngx_http_ssi_filter_module.c	217;"	d	file:
NGX_HTTP_SSI_ENTITY_ENCODING	src/http/modules/ngx_http_ssi_filter_module.h	30;"	d
NGX_HTTP_SSI_ERROR	src/http/modules/ngx_http_ssi_filter_module.c	12;"	d	file:
NGX_HTTP_SSI_IF_EXPR	src/http/modules/ngx_http_ssi_filter_module.c	227;"	d	file:
NGX_HTTP_SSI_INCLUDE_FILE	src/http/modules/ngx_http_ssi_filter_module.c	212;"	d	file:
NGX_HTTP_SSI_INCLUDE_SET	src/http/modules/ngx_http_ssi_filter_module.c	214;"	d	file:
NGX_HTTP_SSI_INCLUDE_STUB	src/http/modules/ngx_http_ssi_filter_module.c	215;"	d	file:
NGX_HTTP_SSI_INCLUDE_VIRTUAL	src/http/modules/ngx_http_ssi_filter_module.c	211;"	d	file:
NGX_HTTP_SSI_INCLUDE_WAIT	src/http/modules/ngx_http_ssi_filter_module.c	213;"	d	file:
NGX_HTTP_SSI_MAX_PARAMS	src/http/modules/ngx_http_ssi_filter_module.h	17;"	d
NGX_HTTP_SSI_NO_ENCODING	src/http/modules/ngx_http_ssi_filter_module.h	28;"	d
NGX_HTTP_SSI_PARAMS_N	src/http/modules/ngx_http_ssi_filter_module.h	21;"	d
NGX_HTTP_SSI_PARAM_LEN	src/http/modules/ngx_http_ssi_filter_module.h	20;"	d
NGX_HTTP_SSI_SET_VALUE	src/http/modules/ngx_http_ssi_filter_module.c	225;"	d	file:
NGX_HTTP_SSI_SET_VAR	src/http/modules/ngx_http_ssi_filter_module.c	224;"	d	file:
NGX_HTTP_SSI_URL_ENCODING	src/http/modules/ngx_http_ssi_filter_module.h	29;"	d
NGX_HTTP_SUBREQUEST_IN_MEMORY	src/http/ngx_http_request.h	62;"	d
NGX_HTTP_SUBREQUEST_WAITED	src/http/ngx_http_request.h	63;"	d
NGX_HTTP_SUB_BUFFERED	src/http/ngx_http_request.h	140;"	d
NGX_HTTP_SWITCHING_PROTOCOLS	src/http/ngx_http_request.h	68;"	d
NGX_HTTP_TEMPORARY_REDIRECT	src/http/ngx_http_request.h	82;"	d
NGX_HTTP_TO_HTTPS	src/http/ngx_http_request.h	115;"	d
NGX_HTTP_TRACE	src/http/ngx_http_request.h	42;"	d
NGX_HTTP_TRY_FILES_PHASE	src/http/ngx_http_core_module.h	/^    NGX_HTTP_TRY_FILES_PHASE,$/;"	e	enum:__anon169
NGX_HTTP_UNAUTHORIZED	src/http/ngx_http_request.h	85;"	d
NGX_HTTP_UNKNOWN	src/http/ngx_http_request.h	27;"	d
NGX_HTTP_UNLOCK	src/http/ngx_http_request.h	40;"	d
NGX_HTTP_UNSUPPORTED_MEDIA_TYPE	src/http/ngx_http_request.h	95;"	d
NGX_HTTP_UPSTREAM_BACKUP	src/http/ngx_http_upstream.h	104;"	d
NGX_HTTP_UPSTREAM_CREATE	src/http/ngx_http_upstream.h	99;"	d
NGX_HTTP_UPSTREAM_DOWN	src/http/ngx_http_upstream.h	103;"	d
NGX_HTTP_UPSTREAM_FAIL_TIMEOUT	src/http/ngx_http_upstream.h	102;"	d
NGX_HTTP_UPSTREAM_FT_BUSY_LOCK	src/http/ngx_http_upstream.h	29;"	d
NGX_HTTP_UPSTREAM_FT_ERROR	src/http/ngx_http_upstream.h	20;"	d
NGX_HTTP_UPSTREAM_FT_HTTP_404	src/http/ngx_http_upstream.h	27;"	d
NGX_HTTP_UPSTREAM_FT_HTTP_500	src/http/ngx_http_upstream.h	23;"	d
NGX_HTTP_UPSTREAM_FT_HTTP_502	src/http/ngx_http_upstream.h	24;"	d
NGX_HTTP_UPSTREAM_FT_HTTP_503	src/http/ngx_http_upstream.h	25;"	d
NGX_HTTP_UPSTREAM_FT_HTTP_504	src/http/ngx_http_upstream.h	26;"	d
NGX_HTTP_UPSTREAM_FT_INVALID_HEADER	src/http/ngx_http_upstream.h	22;"	d
NGX_HTTP_UPSTREAM_FT_MAX_WAITING	src/http/ngx_http_upstream.h	30;"	d
NGX_HTTP_UPSTREAM_FT_NOLIVE	src/http/ngx_http_upstream.h	31;"	d
NGX_HTTP_UPSTREAM_FT_OFF	src/http/ngx_http_upstream.h	32;"	d
NGX_HTTP_UPSTREAM_FT_STATUS	src/http/ngx_http_upstream.h	34;"	d
NGX_HTTP_UPSTREAM_FT_TIMEOUT	src/http/ngx_http_upstream.h	21;"	d
NGX_HTTP_UPSTREAM_FT_UPDATING	src/http/ngx_http_upstream.h	28;"	d
NGX_HTTP_UPSTREAM_IGN_CACHE_CONTROL	src/http/ngx_http_upstream.h	46;"	d
NGX_HTTP_UPSTREAM_IGN_EXPIRES	src/http/ngx_http_upstream.h	45;"	d
NGX_HTTP_UPSTREAM_IGN_SET_COOKIE	src/http/ngx_http_upstream.h	47;"	d
NGX_HTTP_UPSTREAM_IGN_XA_BUFFERING	src/http/ngx_http_upstream.h	49;"	d
NGX_HTTP_UPSTREAM_IGN_XA_CHARSET	src/http/ngx_http_upstream.h	50;"	d
NGX_HTTP_UPSTREAM_IGN_XA_EXPIRES	src/http/ngx_http_upstream.h	44;"	d
NGX_HTTP_UPSTREAM_IGN_XA_LIMIT_RATE	src/http/ngx_http_upstream.h	48;"	d
NGX_HTTP_UPSTREAM_IGN_XA_REDIRECT	src/http/ngx_http_upstream.h	43;"	d
NGX_HTTP_UPSTREAM_INVALID_HEADER	src/http/ngx_http_upstream.h	40;"	d
NGX_HTTP_UPSTREAM_MAX_FAILS	src/http/ngx_http_upstream.h	101;"	d
NGX_HTTP_UPSTREAM_WEIGHT	src/http/ngx_http_upstream.h	100;"	d
NGX_HTTP_UPS_CONF	src/http/ngx_http_config.h	44;"	d
NGX_HTTP_USERID_LOG	src/http/modules/ngx_http_userid_filter_module.c	14;"	d	file:
NGX_HTTP_USERID_MAX_EXPIRES	src/http/modules/ngx_http_userid_filter_module.c	19;"	d	file:
NGX_HTTP_USERID_OFF	src/http/modules/ngx_http_userid_filter_module.c	13;"	d	file:
NGX_HTTP_USERID_ON	src/http/modules/ngx_http_userid_filter_module.c	16;"	d	file:
NGX_HTTP_USERID_V1	src/http/modules/ngx_http_userid_filter_module.c	15;"	d	file:
NGX_HTTP_UWSGI_TEMP_PATH	objs/ngx_auto_config.h	377;"	d
NGX_HTTP_VAR_CHANGEABLE	src/http/ngx_http_variables.h	29;"	d
NGX_HTTP_VAR_INDEXED	src/http/ngx_http_variables.h	31;"	d
NGX_HTTP_VAR_NOCACHEABLE	src/http/ngx_http_variables.h	30;"	d
NGX_HTTP_VAR_NOHASH	src/http/ngx_http_variables.h	32;"	d
NGX_HTTP_VERSION_10	src/http/ngx_http_request.h	24;"	d
NGX_HTTP_VERSION_11	src/http/ngx_http_request.h	25;"	d
NGX_HTTP_VERSION_9	src/http/ngx_http_request.h	23;"	d
NGX_HTTP_WRITE_BUFFERED	src/http/ngx_http_request.h	137;"	d
NGX_HTTP_WRITING_REQUEST_STATE	src/http/ngx_http_request.h	/^    NGX_HTTP_WRITING_REQUEST_STATE,$/;"	e	enum:__anon231
NGX_HTTP_WRITING_UPSTREAM_STATE	src/http/ngx_http_request.h	/^    NGX_HTTP_WRITING_UPSTREAM_STATE,$/;"	e	enum:__anon231
NGX_HTTP_XSLT_REUSE_DTD	src/http/modules/ngx_http_xslt_filter_module.c	26;"	d	file:
NGX_HTTP_X_FORWARDED_FOR	objs/ngx_auto_config.h	277;"	d
NGX_HTTP_X_FORWARDED_FOR	objs/ngx_auto_config.h	282;"	d
NGX_IMAP_AUTHENTICATE	src/mail/ngx_mail.h	283;"	d
NGX_IMAP_CAPABILITY	src/mail/ngx_mail.h	277;"	d
NGX_IMAP_LOGIN	src/mail/ngx_mail.h	275;"	d
NGX_IMAP_LOGOUT	src/mail/ngx_mail.h	276;"	d
NGX_IMAP_NEXT	src/mail/ngx_mail.h	281;"	d
NGX_IMAP_NOOP	src/mail/ngx_mail.h	278;"	d
NGX_IMAP_STARTTLS	src/mail/ngx_mail.h	279;"	d
NGX_INET6_ADDRSTRLEN	src/core/ngx_inet.h	25;"	d
NGX_INET_ADDRSTRLEN	src/core/ngx_inet.h	24;"	d
NGX_INT32_LEN	src/core/ngx_config.h	83;"	d
NGX_INT64_LEN	src/core/ngx_config.h	84;"	d
NGX_INT_T_LEN	src/core/ngx_config.h	87;"	d
NGX_INT_T_LEN	src/core/ngx_config.h	89;"	d
NGX_INVALID_ARRAY_INDEX	src/core/ngx_config.h	106;"	d
NGX_INVALID_FILE	src/os/unix/ngx_files.h	49;"	d
NGX_INVALID_INDEX	src/event/ngx_event.h	16;"	d
NGX_INVALID_PID	src/os/unix/ngx_process.h	18;"	d
NGX_IOCP_ACCEPT	src/event/ngx_event.h	431;"	d
NGX_IOCP_CONNECT	src/event/ngx_event.h	433;"	d
NGX_IOCP_IO	src/event/ngx_event.h	432;"	d
NGX_IOVS	src/os/unix/ngx_files.c	149;"	d	file:
NGX_IOVS	src/os/unix/ngx_readv_chain.c	13;"	d	file:
NGX_IOVS	src/os/unix/ngx_writev_chain.c	14;"	d	file:
NGX_IOVS	src/os/unix/ngx_writev_chain.c	16;"	d	file:
NGX_IO_SENDFILE	src/os/unix/ngx_os.h	16;"	d
NGX_KQUEUE_UDATA_T	objs/ngx_auto_config.h	68;"	d
NGX_LEVEL_EVENT	src/event/ngx_event.h	380;"	d
NGX_LEVEL_EVENT	src/event/ngx_event.h	393;"	d
NGX_LEVEL_EVENT	src/event/ngx_event.h	402;"	d
NGX_LEVEL_EVENT	src/event/ngx_event.h	415;"	d
NGX_LEVEL_EVENT	src/event/ngx_event.h	424;"	d
NGX_LINEFEED	src/os/unix/ngx_files.h	153;"	d
NGX_LINEFEED_SIZE	src/os/unix/ngx_files.h	152;"	d
NGX_LINUX	objs/ngx_auto_headers.h	39;"	d
NGX_LISTEN_BACKLOG	src/os/unix/ngx_darwin_config.h	77;"	d
NGX_LISTEN_BACKLOG	src/os/unix/ngx_freebsd_config.h	94;"	d
NGX_LISTEN_BACKLOG	src/os/unix/ngx_linux_config.h	97;"	d
NGX_LISTEN_BACKLOG	src/os/unix/ngx_posix_config.h	129;"	d
NGX_LISTEN_BACKLOG	src/os/unix/ngx_solaris_config.h	88;"	d
NGX_LOCK_PATH	objs/ngx_auto_config.h	347;"	d
NGX_LOG_ALERT	src/core/ngx_log.h	18;"	d
NGX_LOG_CRIT	src/core/ngx_log.h	19;"	d
NGX_LOG_DEBUG	src/core/ngx_log.h	24;"	d
NGX_LOG_DEBUG_ALL	src/core/ngx_log.h	42;"	d
NGX_LOG_DEBUG_ALLOC	src/core/ngx_log.h	27;"	d
NGX_LOG_DEBUG_CONNECTION	src/core/ngx_log.h	41;"	d
NGX_LOG_DEBUG_CORE	src/core/ngx_log.h	26;"	d
NGX_LOG_DEBUG_EVENT	src/core/ngx_log.h	29;"	d
NGX_LOG_DEBUG_FIRST	src/core/ngx_log.h	39;"	d
NGX_LOG_DEBUG_HTTP	src/core/ngx_log.h	30;"	d
NGX_LOG_DEBUG_LAST	src/core/ngx_log.h	40;"	d
NGX_LOG_DEBUG_MAIL	src/core/ngx_log.h	31;"	d
NGX_LOG_DEBUG_MUTEX	src/core/ngx_log.h	28;"	d
NGX_LOG_DEBUG_MYSQL	src/core/ngx_log.h	32;"	d
NGX_LOG_EMERG	src/core/ngx_log.h	17;"	d
NGX_LOG_ERR	src/core/ngx_log.h	20;"	d
NGX_LOG_INFO	src/core/ngx_log.h	23;"	d
NGX_LOG_NOTICE	src/core/ngx_log.h	22;"	d
NGX_LOG_STDERR	src/core/ngx_log.h	16;"	d
NGX_LOG_WARN	src/core/ngx_log.h	21;"	d
NGX_LOWAT_EVENT	src/event/ngx_event.h	352;"	d
NGX_LOWAT_EVENT	src/event/ngx_event.h	374;"	d
NGX_LOWAT_EVENT	src/event/ngx_event.h	375;"	d
NGX_LOWLEVEL_BUFFERED	src/core/ngx_connection.h	109;"	d
NGX_MAIL_AUTH_APOP	src/mail/ngx_mail.h	304;"	d
NGX_MAIL_AUTH_APOP_ENABLED	src/mail/ngx_mail.h	311;"	d
NGX_MAIL_AUTH_CRAM_MD5	src/mail/ngx_mail.h	305;"	d
NGX_MAIL_AUTH_CRAM_MD5_ENABLED	src/mail/ngx_mail.h	312;"	d
NGX_MAIL_AUTH_LOGIN	src/mail/ngx_mail.h	302;"	d
NGX_MAIL_AUTH_LOGIN_ENABLED	src/mail/ngx_mail.h	310;"	d
NGX_MAIL_AUTH_LOGIN_USERNAME	src/mail/ngx_mail.h	303;"	d
NGX_MAIL_AUTH_NONE	src/mail/ngx_mail.h	306;"	d
NGX_MAIL_AUTH_NONE_ENABLED	src/mail/ngx_mail.h	313;"	d
NGX_MAIL_AUTH_PLAIN	src/mail/ngx_mail.h	301;"	d
NGX_MAIL_AUTH_PLAIN_ENABLED	src/mail/ngx_mail.h	309;"	d
NGX_MAIL_IMAP_PROTOCOL	src/mail/ngx_mail.h	121;"	d
NGX_MAIL_MAIN_CONF	src/mail/ngx_mail.h	354;"	d
NGX_MAIL_MAIN_CONF_OFFSET	src/mail/ngx_mail.h	358;"	d
NGX_MAIL_MODULE	src/mail/ngx_mail.h	352;"	d
NGX_MAIL_PARSE_INVALID_COMMAND	src/mail/ngx_mail.h	316;"	d
NGX_MAIL_POP3_PROTOCOL	src/mail/ngx_mail.h	120;"	d
NGX_MAIL_SMTP_PROTOCOL	src/mail/ngx_mail.h	122;"	d
NGX_MAIL_SRV_CONF	src/mail/ngx_mail.h	355;"	d
NGX_MAIL_SRV_CONF_OFFSET	src/mail/ngx_mail.h	359;"	d
NGX_MAIL_STARTTLS_OFF	src/mail/ngx_mail_ssl_module.h	17;"	d
NGX_MAIL_STARTTLS_ON	src/mail/ngx_mail_ssl_module.h	18;"	d
NGX_MAIL_STARTTLS_ONLY	src/mail/ngx_mail_ssl_module.h	19;"	d
NGX_MAIN_CONF	src/core/ngx_conf_file.h	52;"	d
NGX_MAXHOSTNAMELEN	src/core/ngx_config.h	119;"	d
NGX_MAXHOSTNAMELEN	src/core/ngx_config.h	121;"	d
NGX_MAX_ALLOC_FROM_POOL	src/core/ngx_palloc.h	20;"	d
NGX_MAX_CONF_ERRSTR	src/core/ngx_conf_file.h	75;"	d
NGX_MAX_ERROR_STR	src/core/ngx_log.h	67;"	d
NGX_MAX_INT32_VALUE	src/core/ngx_config.h	131;"	d
NGX_MAX_OFF_T_VALUE	objs/ngx_auto_config.h	152;"	d
NGX_MAX_PATH	src/os/unix/ngx_files.h	213;"	d
NGX_MAX_PATH	src/os/unix/ngx_files.h	217;"	d
NGX_MAX_PATH_LEVEL	src/core/ngx_file.h	35;"	d
NGX_MAX_PROCESSES	src/os/unix/ngx_process.h	47;"	d
NGX_MAX_SIZE_T_VALUE	objs/ngx_auto_config.h	142;"	d
NGX_MAX_THREADS	src/os/unix/ngx_thread.h	17;"	d
NGX_MAX_UINT32_VALUE	src/core/ngx_config.h	126;"	d
NGX_MAX_UINT32_VALUE	src/core/ngx_config.h	128;"	d
NGX_MIN_POOL_SIZE	src/core/ngx_palloc.h	25;"	d
NGX_MIN_READ_AHEAD	src/core/ngx_open_file_cache.c	21;"	d	file:
NGX_MODULE_V1	src/core/ngx_conf_file.h	99;"	d
NGX_MODULE_V1_PADDING	src/core/ngx_conf_file.h	100;"	d
NGX_MUTEX_LIGHT	src/os/unix/ngx_freebsd_rfork_thread.h	24;"	d
NGX_MUTEX_LIGHT	src/os/unix/ngx_thread.h	48;"	d
NGX_MUTEX_LOCK_BUSY	src/os/unix/ngx_freebsd_rfork_thread.h	26;"	d
NGX_NOACCEPT_SIGNAL	src/core/ngx_config.h	62;"	d
NGX_NONE	src/core/ngx_output_chain.c	27;"	d	file:
NGX_NONE	src/http/ngx_http_request.h	48;"	d
NGX_NO_RESOLVER	src/core/ngx_resolver.h	31;"	d
NGX_OFF_T_LEN	objs/ngx_auto_config.h	157;"	d
NGX_OK	src/core/ngx_core.h	29;"	d
NGX_OLDPID_EXT	src/core/nginx.h	17;"	d
NGX_ONESHOT_EVENT	src/event/ngx_event.h	381;"	d
NGX_ONESHOT_EVENT	src/event/ngx_event.h	394;"	d
NGX_ONESHOT_EVENT	src/event/ngx_event.h	404;"	d
NGX_ONESHOT_EVENT	src/event/ngx_event.h	416;"	d
NGX_ONESHOT_EVENT	src/event/ngx_event.h	425;"	d
NGX_OPENSSL_MD5	objs/ngx_auto_config.h	292;"	d
NGX_OPEN_FILE_DIRECTIO_OFF	src/core/ngx_open_file_cache.h	16;"	d
NGX_PCRE	objs/ngx_auto_config.h	287;"	d
NGX_PEER_FAILED	src/event/ngx_event_connect.h	19;"	d
NGX_PEER_KEEPALIVE	src/event/ngx_event_connect.h	17;"	d
NGX_PEER_NEXT	src/event/ngx_event_connect.h	18;"	d
NGX_PID_PATH	objs/ngx_auto_config.h	342;"	d
NGX_POOL_ALIGNMENT	src/core/ngx_palloc.h	24;"	d
NGX_POP3_APOP	src/mail/ngx_mail.h	264;"	d
NGX_POP3_AUTH	src/mail/ngx_mail.h	265;"	d
NGX_POP3_CAPA	src/mail/ngx_mail.h	260;"	d
NGX_POP3_DELE	src/mail/ngx_mail.h	269;"	d
NGX_POP3_LIST	src/mail/ngx_mail.h	267;"	d
NGX_POP3_NOOP	src/mail/ngx_mail.h	262;"	d
NGX_POP3_PASS	src/mail/ngx_mail.h	259;"	d
NGX_POP3_QUIT	src/mail/ngx_mail.h	261;"	d
NGX_POP3_RETR	src/mail/ngx_mail.h	268;"	d
NGX_POP3_RSET	src/mail/ngx_mail.h	270;"	d
NGX_POP3_STAT	src/mail/ngx_mail.h	266;"	d
NGX_POP3_STLS	src/mail/ngx_mail.h	263;"	d
NGX_POP3_TOP	src/mail/ngx_mail.h	271;"	d
NGX_POP3_UIDL	src/mail/ngx_mail.h	272;"	d
NGX_POP3_USER	src/mail/ngx_mail.h	258;"	d
NGX_POST_EVENTS	src/event/ngx_event.h	520;"	d
NGX_POST_THREAD_EVENTS	src/event/ngx_event.h	521;"	d
NGX_PREFIX	objs/ngx_auto_config.h	322;"	d
NGX_PROCESS_DETACHED	src/os/unix/ngx_process.h	53;"	d
NGX_PROCESS_HELPER	src/os/unix/ngx_process_cycle.h	27;"	d
NGX_PROCESS_JUST_RESPAWN	src/os/unix/ngx_process.h	52;"	d
NGX_PROCESS_JUST_SPAWN	src/os/unix/ngx_process.h	50;"	d
NGX_PROCESS_MASTER	src/os/unix/ngx_process_cycle.h	24;"	d
NGX_PROCESS_NORESPAWN	src/os/unix/ngx_process.h	49;"	d
NGX_PROCESS_RESPAWN	src/os/unix/ngx_process.h	51;"	d
NGX_PROCESS_SIGNALLER	src/os/unix/ngx_process_cycle.h	25;"	d
NGX_PROCESS_SINGLE	src/os/unix/ngx_process_cycle.h	23;"	d
NGX_PROCESS_WORKER	src/os/unix/ngx_process_cycle.h	26;"	d
NGX_PTR_SIZE	objs/ngx_auto_config.h	127;"	d
NGX_RADIX_NO_VALUE	src/core/ngx_radix_tree.h	16;"	d
NGX_READ_EVENT	src/event/ngx_event.h	358;"	d
NGX_READ_EVENT	src/event/ngx_event.h	390;"	d
NGX_READ_EVENT	src/event/ngx_event.h	399;"	d
NGX_READ_EVENT	src/event/ngx_event.h	412;"	d
NGX_READ_EVENT	src/event/ngx_event.h	421;"	d
NGX_RECONFIGURE_SIGNAL	src/core/ngx_config.h	63;"	d
NGX_REGEX_CASELESS	src/core/ngx_regex.h	20;"	d
NGX_REGEX_NO_MATCHED	src/core/ngx_regex.h	18;"	d
NGX_REOPEN_SIGNAL	src/core/ngx_config.h	66;"	d
NGX_REOPEN_SIGNAL	src/core/ngx_config.h	69;"	d
NGX_RESOLVER_MAX_RECURSION	src/core/ngx_resolver.h	33;"	d
NGX_RESOLVER_UDP_SIZE	src/core/ngx_resolver.c	13;"	d	file:
NGX_RESOLVE_A	src/core/ngx_resolver.h	16;"	d
NGX_RESOLVE_CNAME	src/core/ngx_resolver.h	17;"	d
NGX_RESOLVE_DNAME	src/core/ngx_resolver.h	21;"	d
NGX_RESOLVE_FORMERR	src/core/ngx_resolver.h	23;"	d
NGX_RESOLVE_MX	src/core/ngx_resolver.h	19;"	d
NGX_RESOLVE_NOTIMP	src/core/ngx_resolver.h	26;"	d
NGX_RESOLVE_NXDOMAIN	src/core/ngx_resolver.h	25;"	d
NGX_RESOLVE_PTR	src/core/ngx_resolver.h	18;"	d
NGX_RESOLVE_REFUSED	src/core/ngx_resolver.h	27;"	d
NGX_RESOLVE_SERVFAIL	src/core/ngx_resolver.h	24;"	d
NGX_RESOLVE_TIMEDOUT	src/core/ngx_resolver.h	28;"	d
NGX_RESOLVE_TXT	src/core/ngx_resolver.h	20;"	d
NGX_SBIN_PATH	objs/ngx_auto_config.h	332;"	d
NGX_SENDFILEVECS	src/os/unix/ngx_solaris_sendfilev_chain.c	39;"	d	file:
NGX_SENDFILEVECS	src/os/unix/ngx_solaris_sendfilev_chain.c	41;"	d	file:
NGX_SENDFILE_LIMIT	src/os/unix/ngx_linux_config.h	76;"	d
NGX_SENDFILE_LIMIT	src/os/unix/ngx_linux_sendfile_chain.c	27;"	d	file:
NGX_SETPROCTITLE_PAD	src/os/unix/ngx_setproctitle.h	27;"	d
NGX_SETPROCTITLE_PAD	src/os/unix/ngx_setproctitle.h	35;"	d
NGX_SETPROCTITLE_USES_ENV	src/os/unix/ngx_setproctitle.h	26;"	d
NGX_SETPROCTITLE_USES_ENV	src/os/unix/ngx_setproctitle.h	34;"	d
NGX_SHUTDOWN_SIGNAL	src/core/ngx_config.h	60;"	d
NGX_SIG_ATOMIC_T_SIZE	objs/ngx_auto_config.h	132;"	d
NGX_SIZE_T_LEN	objs/ngx_auto_config.h	147;"	d
NGX_SLAB_BIG	src/core/ngx_slab.c	13;"	d	file:
NGX_SLAB_BUSY	src/core/ngx_slab.c	27;"	d	file:
NGX_SLAB_BUSY	src/core/ngx_slab.c	39;"	d	file:
NGX_SLAB_EXACT	src/core/ngx_slab.c	14;"	d	file:
NGX_SLAB_MAP_MASK	src/core/ngx_slab.c	24;"	d	file:
NGX_SLAB_MAP_MASK	src/core/ngx_slab.c	36;"	d	file:
NGX_SLAB_MAP_SHIFT	src/core/ngx_slab.c	25;"	d	file:
NGX_SLAB_MAP_SHIFT	src/core/ngx_slab.c	37;"	d	file:
NGX_SLAB_PAGE	src/core/ngx_slab.c	12;"	d	file:
NGX_SLAB_PAGE_BUSY	src/core/ngx_slab.c	20;"	d	file:
NGX_SLAB_PAGE_BUSY	src/core/ngx_slab.c	32;"	d	file:
NGX_SLAB_PAGE_FREE	src/core/ngx_slab.c	19;"	d	file:
NGX_SLAB_PAGE_FREE	src/core/ngx_slab.c	31;"	d	file:
NGX_SLAB_PAGE_MASK	src/core/ngx_slab.c	11;"	d	file:
NGX_SLAB_PAGE_START	src/core/ngx_slab.c	21;"	d	file:
NGX_SLAB_PAGE_START	src/core/ngx_slab.c	33;"	d	file:
NGX_SLAB_SHIFT_MASK	src/core/ngx_slab.c	23;"	d	file:
NGX_SLAB_SHIFT_MASK	src/core/ngx_slab.c	35;"	d	file:
NGX_SLAB_SMALL	src/core/ngx_slab.c	15;"	d	file:
NGX_SMP	objs/ngx_auto_config.h	392;"	d
NGX_SMP_LOCK	src/os/unix/ngx_gcc_atomic_amd64.h	11;"	d
NGX_SMP_LOCK	src/os/unix/ngx_gcc_atomic_amd64.h	9;"	d
NGX_SMP_LOCK	src/os/unix/ngx_gcc_atomic_x86.h	11;"	d
NGX_SMP_LOCK	src/os/unix/ngx_gcc_atomic_x86.h	9;"	d
NGX_SMTP_AUTH	src/mail/ngx_mail.h	288;"	d
NGX_SMTP_DATA	src/mail/ngx_mail.h	294;"	d
NGX_SMTP_EHLO	src/mail/ngx_mail.h	287;"	d
NGX_SMTP_EXPN	src/mail/ngx_mail.h	296;"	d
NGX_SMTP_HELO	src/mail/ngx_mail.h	286;"	d
NGX_SMTP_HELP	src/mail/ngx_mail.h	297;"	d
NGX_SMTP_MAIL	src/mail/ngx_mail.h	291;"	d
NGX_SMTP_NOOP	src/mail/ngx_mail.h	290;"	d
NGX_SMTP_QUIT	src/mail/ngx_mail.h	289;"	d
NGX_SMTP_RCPT	src/mail/ngx_mail.h	293;"	d
NGX_SMTP_RSET	src/mail/ngx_mail.h	292;"	d
NGX_SMTP_STARTTLS	src/mail/ngx_mail.h	298;"	d
NGX_SMTP_VRFY	src/mail/ngx_mail.h	295;"	d
NGX_SOCKADDRLEN	src/core/ngx_inet.h	37;"	d
NGX_SOCKADDRLEN	src/core/ngx_inet.h	39;"	d
NGX_SOCKADDR_STRLEN	src/core/ngx_inet.h	31;"	d
NGX_SOCKADDR_STRLEN	src/core/ngx_inet.h	33;"	d
NGX_SPDY_CANCEL	src/http/ngx_http_spdy.c	64;"	d	file:
NGX_SPDY_CTL_BIT	src/http/ngx_http_spdy.h	27;"	d
NGX_SPDY_CTL_FRAME_BUFFER_SIZE	src/http/ngx_http_spdy.c	58;"	d	file:
NGX_SPDY_DATA_DISCARD	src/http/ngx_http_spdy.h	66;"	d
NGX_SPDY_DATA_ERROR	src/http/ngx_http_spdy.h	67;"	d
NGX_SPDY_DATA_INTERNAL_ERROR	src/http/ngx_http_spdy.h	68;"	d
NGX_SPDY_FLAG_CLEAR_SETTINGS	src/http/ngx_http_spdy.h	62;"	d
NGX_SPDY_FLAG_FIN	src/http/ngx_http_spdy.h	60;"	d
NGX_SPDY_FLAG_UNIDIRECTIONAL	src/http/ngx_http_spdy.h	61;"	d
NGX_SPDY_FLOW_CONTROL_ERROR	src/http/ngx_http_spdy.c	66;"	d	file:
NGX_SPDY_FRAME_HEADER_SIZE	src/http/ngx_http_spdy.h	38;"	d
NGX_SPDY_GOAWAY	src/http/ngx_http_spdy.h	35;"	d
NGX_SPDY_GOAWAY_SIZE	src/http/ngx_http_spdy.h	46;"	d
NGX_SPDY_HEADERS	src/http/ngx_http_spdy.h	36;"	d
NGX_SPDY_HIGHEST_PRIORITY	src/http/ngx_http_spdy.h	57;"	d
NGX_SPDY_INTERNAL_ERROR	src/http/ngx_http_spdy.c	65;"	d	file:
NGX_SPDY_INVALID_STREAM	src/http/ngx_http_spdy.c	61;"	d	file:
NGX_SPDY_LOWEST_PRIORITY	src/http/ngx_http_spdy.h	58;"	d
NGX_SPDY_MAX_FRAME_SIZE	src/http/ngx_http_spdy.h	64;"	d
NGX_SPDY_NOOP	src/http/ngx_http_spdy.h	33;"	d
NGX_SPDY_NPN_ADVERTISE	src/http/ngx_http_spdy.h	21;"	d
NGX_SPDY_NPN_NEGOTIATED	src/http/ngx_http_spdy.h	22;"	d
NGX_SPDY_NV_NLEN_SIZE	src/http/ngx_http_spdy.h	48;"	d
NGX_SPDY_NV_NUM_SIZE	src/http/ngx_http_spdy.h	47;"	d
NGX_SPDY_NV_VLEN_SIZE	src/http/ngx_http_spdy.h	49;"	d
NGX_SPDY_PING	src/http/ngx_http_spdy.h	34;"	d
NGX_SPDY_PING_SIZE	src/http/ngx_http_spdy.h	45;"	d
NGX_SPDY_PROTOCOL_ERROR	src/http/ngx_http_spdy.c	60;"	d	file:
NGX_SPDY_REFUSED_STREAM	src/http/ngx_http_spdy.c	62;"	d	file:
NGX_SPDY_REQUEST_HEADERS	src/http/ngx_http_spdy.c	193;"	d	file:
NGX_SPDY_RST_STREAM	src/http/ngx_http_spdy.h	31;"	d
NGX_SPDY_RST_STREAM_SIZE	src/http/ngx_http_spdy.h	44;"	d
NGX_SPDY_SETTINGS	src/http/ngx_http_spdy.h	32;"	d
NGX_SPDY_SETTINGS_FLAG_PERSIST	src/http/ngx_http_spdy.c	70;"	d	file:
NGX_SPDY_SETTINGS_IDF_SIZE	src/http/ngx_http_spdy.h	51;"	d
NGX_SPDY_SETTINGS_MAX_STREAMS	src/http/ngx_http_spdy.c	68;"	d	file:
NGX_SPDY_SETTINGS_NUM_SIZE	src/http/ngx_http_spdy.h	50;"	d
NGX_SPDY_SETTINGS_PAIR_SIZE	src/http/ngx_http_spdy.h	54;"	d
NGX_SPDY_SETTINGS_VAL_SIZE	src/http/ngx_http_spdy.h	52;"	d
NGX_SPDY_SID_SIZE	src/http/ngx_http_spdy.h	40;"	d
NGX_SPDY_SKIP_HEADERS_BUFFER_SIZE	src/http/ngx_http_spdy.c	57;"	d	file:
NGX_SPDY_STATE_BUFFER_SIZE	src/http/ngx_http_spdy.h	25;"	d
NGX_SPDY_SYN_REPLY	src/http/ngx_http_spdy.h	30;"	d
NGX_SPDY_SYN_REPLY_SIZE	src/http/ngx_http_spdy.h	43;"	d
NGX_SPDY_SYN_STREAM	src/http/ngx_http_spdy.h	29;"	d
NGX_SPDY_SYN_STREAM_SIZE	src/http/ngx_http_spdy.h	42;"	d
NGX_SPDY_UNSUPPORTED_VERSION	src/http/ngx_http_spdy.c	63;"	d	file:
NGX_SPDY_VERSION	src/http/ngx_http_spdy.h	18;"	d
NGX_SPDY_WRITE_BUFFERED	src/http/ngx_http_spdy_filter_module.c	17;"	d	file:
NGX_SSL_BUFFER	src/event/ngx_event_openssl.h	93;"	d
NGX_SSL_BUFFERED	src/core/ngx_connection.h	110;"	d
NGX_SSL_BUFSIZE	src/event/ngx_event_openssl.h	96;"	d
NGX_SSL_CLIENT	src/event/ngx_event_openssl.h	94;"	d
NGX_SSL_DFLT_BUILTIN_SCACHE	src/event/ngx_event_openssl.h	57;"	d
NGX_SSL_MAX_SESSION_SIZE	src/event/ngx_event_openssl.h	60;"	d
NGX_SSL_NAME	src/event/ngx_event_openssl.h	22;"	d
NGX_SSL_NONE_SCACHE	src/event/ngx_event_openssl.h	55;"	d
NGX_SSL_NO_BUILTIN_SCACHE	src/event/ngx_event_openssl.h	56;"	d
NGX_SSL_NO_SCACHE	src/event/ngx_event_openssl.h	54;"	d
NGX_SSL_SSLv2	src/event/ngx_event_openssl.h	86;"	d
NGX_SSL_SSLv3	src/event/ngx_event_openssl.h	87;"	d
NGX_SSL_TLSv1	src/event/ngx_event_openssl.h	88;"	d
NGX_SSL_TLSv1_1	src/event/ngx_event_openssl.h	89;"	d
NGX_SSL_TLSv1_2	src/event/ngx_event_openssl.h	90;"	d
NGX_SUPPRESS_WARN	objs/ngx_auto_config.h	387;"	d
NGX_SYS_NERR	objs/ngx_auto_config.h	182;"	d
NGX_TCP_NODELAY_DISABLED	src/core/ngx_connection.h	/^     NGX_TCP_NODELAY_DISABLED$/;"	e	enum:__anon293
NGX_TCP_NODELAY_SET	src/core/ngx_connection.h	/^     NGX_TCP_NODELAY_SET,$/;"	e	enum:__anon293
NGX_TCP_NODELAY_UNSET	src/core/ngx_connection.h	/^     NGX_TCP_NODELAY_UNSET = 0,$/;"	e	enum:__anon293
NGX_TCP_NOPUSH_DISABLED	src/core/ngx_connection.h	/^     NGX_TCP_NOPUSH_DISABLED$/;"	e	enum:__anon294
NGX_TCP_NOPUSH_SET	src/core/ngx_connection.h	/^     NGX_TCP_NOPUSH_SET,$/;"	e	enum:__anon294
NGX_TCP_NOPUSH_UNSET	src/core/ngx_connection.h	/^     NGX_TCP_NOPUSH_UNSET = 0,$/;"	e	enum:__anon294
NGX_TERMINATE_SIGNAL	src/core/ngx_config.h	61;"	d
NGX_THREAD_BUSY	src/os/unix/ngx_thread.h	86;"	d
NGX_THREAD_DONE	src/os/unix/ngx_thread.h	88;"	d
NGX_THREAD_EXIT	src/os/unix/ngx_thread.h	87;"	d
NGX_THREAD_FREE	src/os/unix/ngx_thread.h	85;"	d
NGX_THREAD_KEYS_MAX	src/os/unix/ngx_freebsd_rfork_thread.h	91;"	d
NGX_TID_T_FMT	src/os/unix/ngx_freebsd_rfork_thread.h	21;"	d
NGX_TID_T_FMT	src/os/unix/ngx_thread.h	115;"	d
NGX_TID_T_FMT	src/os/unix/ngx_thread.h	33;"	d
NGX_TID_T_FMT	src/os/unix/ngx_thread.h	35;"	d
NGX_TIMER_INFINITE	src/event/ngx_event_timer.h	17;"	d
NGX_TIMER_LAZY_DELAY	src/event/ngx_event_timer.h	19;"	d
NGX_TIME_SLOTS	src/core/ngx_times.c	21;"	d	file:
NGX_TIME_T_LEN	objs/ngx_auto_config.h	167;"	d
NGX_TIME_T_SIZE	objs/ngx_auto_config.h	162;"	d
NGX_TRAILERS	src/os/unix/ngx_darwin_sendfile_chain.c	32;"	d	file:
NGX_TRAILERS	src/os/unix/ngx_darwin_sendfile_chain.c	35;"	d	file:
NGX_TRAILERS	src/os/unix/ngx_freebsd_sendfile_chain.c	34;"	d	file:
NGX_TRAILERS	src/os/unix/ngx_freebsd_sendfile_chain.c	37;"	d	file:
NGX_UNESCAPE_REDIRECT	src/core/ngx_string.h	202;"	d
NGX_UNESCAPE_URI	src/core/ngx_string.h	201;"	d
NGX_UNIX_ADDRSTRLEN	src/core/ngx_inet.h	27;"	d
NGX_UPDATE_TIME	src/event/ngx_event.h	519;"	d
NGX_USER	objs/ngx_auto_config.h	397;"	d
NGX_USE_AIO_EVENT	src/event/ngx_event.h	295;"	d
NGX_USE_CLEAR_EVENT	src/event/ngx_event.h	262;"	d
NGX_USE_EPOLL_EVENT	src/event/ngx_event.h	284;"	d
NGX_USE_EVENTPORT_EVENT	src/event/ngx_event.h	319;"	d
NGX_USE_FD_EVENT	src/event/ngx_event.h	307;"	d
NGX_USE_GREEDY_EVENT	src/event/ngx_event.h	279;"	d
NGX_USE_IOCP_EVENT	src/event/ngx_event.h	301;"	d
NGX_USE_KQUEUE_EVENT	src/event/ngx_event.h	268;"	d
NGX_USE_LEVEL_EVENT	src/event/ngx_event.h	250;"	d
NGX_USE_LOWAT_EVENT	src/event/ngx_event.h	274;"	d
NGX_USE_ONESHOT_EVENT	src/event/ngx_event.h	256;"	d
NGX_USE_RTSIG_EVENT	src/event/ngx_event.h	289;"	d
NGX_USE_TIMER_EVENT	src/event/ngx_event.h	313;"	d
NGX_USE_VNODE_EVENT	src/event/ngx_event.h	324;"	d
NGX_UTF_LEN	src/http/modules/ngx_http_charset_filter_module.c	18;"	d	file:
NGX_VNODE_EVENT	src/event/ngx_event.h	353;"	d
NGX_VNODE_EVENT	src/event/ngx_event.h	361;"	d
NGX_VNODE_EVENT	src/event/ngx_event.h	362;"	d
NGX_WRITE_EVENT	src/event/ngx_event.h	359;"	d
NGX_WRITE_EVENT	src/event/ngx_event.h	391;"	d
NGX_WRITE_EVENT	src/event/ngx_event.h	400;"	d
NGX_WRITE_EVENT	src/event/ngx_event.h	413;"	d
NGX_WRITE_EVENT	src/event/ngx_event.h	422;"	d
NGX_WRITE_SHUTDOWN	src/os/unix/ngx_socket.h	15;"	d
NGX_ZLIB	objs/ngx_auto_config.h	317;"	d
OK	src/http/modules/perl/nginx.pm	/^use constant OK                             => 0;$/;"	c
POLLREMOVE	src/event/modules/ngx_devpoll_module.c	17;"	d	file:
PORT_SOURCE_AIO	src/event/modules/ngx_eventport_module.c	26;"	d	file:
PORT_SOURCE_ALERT	src/event/modules/ngx_eventport_module.c	30;"	d	file:
PORT_SOURCE_FD	src/event/modules/ngx_eventport_module.c	29;"	d	file:
PORT_SOURCE_MQ	src/event/modules/ngx_eventport_module.c	31;"	d	file:
PORT_SOURCE_TIMER	src/event/modules/ngx_eventport_module.c	27;"	d	file:
PORT_SOURCE_USER	src/event/modules/ngx_eventport_module.c	28;"	d	file:
SET	src/core/ngx_md5.c	151;"	d	file:
SET	src/core/ngx_md5.c	156;"	d	file:
SFV_FD_SELF	src/os/unix/ngx_solaris_sendfilev_chain.c	24;"	d	file:
SIGEV_PORT	src/event/modules/ngx_eventport_module.c	37;"	d	file:
SIGRTMIN	src/event/modules/ngx_rtsig_module.c	17;"	d	file:
SIGRTMIN	src/event/modules/ngx_rtsig_module.c	25;"	d	file:
STEP	src/core/ngx_md5.c	135;"	d	file:
SYS_eventfd	src/event/modules/ngx_epoll_module.c	76;"	d	file:
SYS_io_destroy	src/event/modules/ngx_epoll_module.c	74;"	d	file:
SYS_io_getevents	src/event/modules/ngx_epoll_module.c	75;"	d	file:
SYS_io_setup	src/event/modules/ngx_epoll_module.c	73;"	d	file:
_FILE_OFFSET_BITS	src/os/unix/ngx_linux_config.h	16;"	d
_FILE_OFFSET_BITS	src/os/unix/ngx_solaris_config.h	16;"	d
_GNU_SOURCE	src/os/unix/ngx_linux_config.h	13;"	d
_HPUX_ALT_XOPEN_SOCKET_API	src/os/unix/ngx_posix_config.h	15;"	d
_NGINX_H_INCLUDED_	src/core/nginx.h	9;"	d
_NGX_ALLOC_H_INCLUDED_	src/os/unix/ngx_alloc.h	9;"	d
_NGX_ARRAY_H_INCLUDED_	src/core/ngx_array.h	9;"	d
_NGX_ATOMIC_H_INCLUDED_	src/os/unix/ngx_atomic.h	9;"	d
_NGX_BUF_H_INCLUDED_	src/core/ngx_buf.h	9;"	d
_NGX_CHANNEL_H_INCLUDED_	src/os/unix/ngx_channel.h	9;"	d
_NGX_CONFIG_H_INCLUDED_	src/core/ngx_config.h	9;"	d
_NGX_CONNECTION_H_INCLUDED_	src/core/ngx_connection.h	9;"	d
_NGX_CORE_H_INCLUDED_	src/core/ngx_core.h	9;"	d
_NGX_CRC32_H_INCLUDED_	src/core/ngx_crc32.h	9;"	d
_NGX_CRC_H_INCLUDED_	src/core/ngx_crc.h	9;"	d
_NGX_CRYPT_H_INCLUDED_	src/core/ngx_crypt.h	9;"	d
_NGX_CYCLE_H_INCLUDED_	src/core/ngx_cycle.h	9;"	d
_NGX_DARWIN_CONFIG_H_INCLUDED_	src/os/unix/ngx_darwin_config.h	9;"	d
_NGX_DARWIN_H_INCLUDED_	src/os/unix/ngx_darwin.h	9;"	d
_NGX_ERRNO_H_INCLUDED_	src/os/unix/ngx_errno.h	9;"	d
_NGX_EVENT_BUSY_LOCK_H_INCLUDED_	src/event/ngx_event_busy_lock.h	9;"	d
_NGX_EVENT_CONNECT_H_INCLUDED_	src/event/ngx_event_connect.h	9;"	d
_NGX_EVENT_H_INCLUDED_	src/event/ngx_event.h	9;"	d
_NGX_EVENT_OPENSSL_H_INCLUDED_	src/event/ngx_event_openssl.h	9;"	d
_NGX_EVENT_PIPE_H_INCLUDED_	src/event/ngx_event_pipe.h	9;"	d
_NGX_EVENT_POSTED_H_INCLUDED_	src/event/ngx_event_posted.h	9;"	d
_NGX_EVENT_TIMER_H_INCLUDED_	src/event/ngx_event_timer.h	9;"	d
_NGX_FILES_H_INCLUDED_	src/os/unix/ngx_files.h	9;"	d
_NGX_FILE_H_INCLUDED_	src/core/ngx_file.h	9;"	d
_NGX_FREEBSD_CONFIG_H_INCLUDED_	src/os/unix/ngx_freebsd_config.h	9;"	d
_NGX_FREEBSD_H_INCLUDED_	src/os/unix/ngx_freebsd.h	9;"	d
_NGX_FREEBSD_RFORK_THREAD_H_INCLUDED_	src/os/unix/ngx_freebsd_rfork_thread.h	9;"	d
_NGX_HASH_H_INCLUDED_	src/core/ngx_hash.h	9;"	d
_NGX_HTTP_BUSY_LOCK_H_INCLUDED_	src/http/ngx_http_busy_lock.h	9;"	d
_NGX_HTTP_CACHE_H_INCLUDED_	src/http/ngx_http_cache.h	9;"	d
_NGX_HTTP_CONFIG_H_INCLUDED_	src/http/ngx_http_config.h	9;"	d
_NGX_HTTP_CONF_FILE_H_INCLUDED_	src/core/ngx_conf_file.h	9;"	d
_NGX_HTTP_CORE_H_INCLUDED_	src/http/ngx_http_core_module.h	9;"	d
_NGX_HTTP_H_INCLUDED_	src/http/ngx_http.h	9;"	d
_NGX_HTTP_PERL_MODULE_H_INCLUDED_	src/http/modules/perl/ngx_http_perl_module.h	9;"	d
_NGX_HTTP_REQUEST_H_INCLUDED_	src/http/ngx_http_request.h	9;"	d
_NGX_HTTP_SCRIPT_H_INCLUDED_	src/http/ngx_http_script.h	9;"	d
_NGX_HTTP_SPDY_H_INCLUDED_	src/http/ngx_http_spdy.h	8;"	d
_NGX_HTTP_SPDY_MODULE_H_INCLUDED_	src/http/ngx_http_spdy_module.h	9;"	d
_NGX_HTTP_SSI_FILTER_H_INCLUDED_	src/http/modules/ngx_http_ssi_filter_module.h	9;"	d
_NGX_HTTP_SSL_H_INCLUDED_	src/http/modules/ngx_http_ssl_module.h	9;"	d
_NGX_HTTP_UPSTREAM_H_INCLUDED_	src/http/ngx_http_upstream.h	9;"	d
_NGX_HTTP_UPSTREAM_ROUND_ROBIN_H_INCLUDED_	src/http/ngx_http_upstream_round_robin.h	9;"	d
_NGX_HTTP_VARIABLES_H_INCLUDED_	src/http/ngx_http_variables.h	9;"	d
_NGX_INET_H_INCLUDED_	src/core/ngx_inet.h	9;"	d
_NGX_LINUX_CONFIG_H_INCLUDED_	src/os/unix/ngx_linux_config.h	9;"	d
_NGX_LINUX_H_INCLUDED_	src/os/unix/ngx_linux.h	9;"	d
_NGX_LIST_H_INCLUDED_	src/core/ngx_list.h	9;"	d
_NGX_LOG_H_INCLUDED_	src/core/ngx_log.h	9;"	d
_NGX_MAIL_H_INCLUDED_	src/mail/ngx_mail.h	9;"	d
_NGX_MAIL_IMAP_MODULE_H_INCLUDED_	src/mail/ngx_mail_imap_module.h	9;"	d
_NGX_MAIL_POP3_MODULE_H_INCLUDED_	src/mail/ngx_mail_pop3_module.h	9;"	d
_NGX_MAIL_SMTP_MODULE_H_INCLUDED_	src/mail/ngx_mail_smtp_module.h	9;"	d
_NGX_MAIL_SSL_H_INCLUDED_	src/mail/ngx_mail_ssl_module.h	9;"	d
_NGX_MD5_H_INCLUDED_	src/core/ngx_md5.h	9;"	d
_NGX_MURMURHASH_H_INCLUDED_	src/core/ngx_murmurhash.h	9;"	d
_NGX_OPEN_FILE_CACHE_H_INCLUDED_	src/core/ngx_open_file_cache.h	13;"	d
_NGX_OS_H_INCLUDED_	src/os/unix/ngx_os.h	9;"	d
_NGX_PALLOC_H_INCLUDED_	src/core/ngx_palloc.h	9;"	d
_NGX_PARSE_H_INCLUDED_	src/core/ngx_parse.h	9;"	d
_NGX_POSIX_CONFIG_H_INCLUDED_	src/os/unix/ngx_posix_config.h	9;"	d
_NGX_PROCESS_CYCLE_H_INCLUDED_	src/os/unix/ngx_process_cycle.h	9;"	d
_NGX_PROCESS_H_INCLUDED_	src/os/unix/ngx_process.h	9;"	d
_NGX_QUEUE_H_INCLUDED_	src/core/ngx_queue.h	13;"	d
_NGX_RADIX_TREE_H_INCLUDED_	src/core/ngx_radix_tree.h	9;"	d
_NGX_RBTREE_H_INCLUDED_	src/core/ngx_rbtree.h	9;"	d
_NGX_REGEX_H_INCLUDED_	src/core/ngx_regex.h	9;"	d
_NGX_RESOLVER_H_INCLUDED_	src/core/ngx_resolver.h	13;"	d
_NGX_SETAFFINITY_H_INCLUDED_	src/os/unix/ngx_setaffinity.h	7;"	d
_NGX_SETPROCTITLE_H_INCLUDED_	src/os/unix/ngx_setproctitle.h	9;"	d
_NGX_SHA1_H_INCLUDED_	src/core/ngx_sha1.h	9;"	d
_NGX_SHMEM_H_INCLUDED_	src/os/unix/ngx_shmem.h	9;"	d
_NGX_SHMTX_H_INCLUDED_	src/core/ngx_shmtx.h	9;"	d
_NGX_SLAB_H_INCLUDED_	src/core/ngx_slab.h	9;"	d
_NGX_SOCKET_H_INCLUDED_	src/os/unix/ngx_socket.h	9;"	d
_NGX_SOLARIS_CONFIG_H_INCLUDED_	src/os/unix/ngx_solaris_config.h	9;"	d
_NGX_SOLARIS_H_INCLUDED_	src/os/unix/ngx_solaris.h	9;"	d
_NGX_STRING_H_INCLUDED_	src/core/ngx_string.h	9;"	d
_NGX_THREAD_H_INCLUDED_	src/os/unix/ngx_thread.h	9;"	d
_NGX_TIMES_H_INCLUDED_	src/core/ngx_times.h	9;"	d
_NGX_TIME_H_INCLUDED_	src/os/unix/ngx_time.h	9;"	d
_NGX_USER_H_INCLUDED_	src/os/unix/ngx_user.h	9;"	d
_REENTRANT	src/os/unix/ngx_posix_config.h	20;"	d
_REENTRANT	src/os/unix/ngx_solaris_config.h	13;"	d
_XOPEN_SOURCE	src/os/unix/ngx_posix_config.h	13;"	d
_XOPEN_SOURCE_EXTENDED	src/os/unix/ngx_posix_config.h	14;"	d
__FreeBSD__	src/core/ngx_config.h	16;"	d
__FreeBSD_version	src/core/ngx_config.h	17;"	d
__error	src/os/unix/ngx_freebsd_rfork_thread.c	/^__error()$/;"	f
_spinlock	src/os/unix/ngx_freebsd_rfork_thread.c	/^_spinlock(ngx_atomic_t *lock)$/;"	f
_spinunlock	src/os/unix/ngx_freebsd_rfork_thread.c	/^_spinunlock(ngx_atomic_t *lock)$/;"	f
a	src/core/ngx_md5.h	/^    uint32_t  a, b, c, d;$/;"	m	struct:__anon300
abort_request	src/http/ngx_http_upstream.h	/^    void                           (*abort_request)(ngx_http_request_t *r);$/;"	m	struct:ngx_http_upstream_s
accel	src/http/ngx_http_upstream.h	/^    unsigned                         accel:1;$/;"	m	struct:ngx_http_upstream_s
accept	src/event/ngx_event.h	/^    unsigned         accept:1;$/;"	m	struct:ngx_event_s
accept	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *accept;$/;"	m	struct:__anon234
accept_context_updated	src/core/ngx_connection.h	/^    unsigned            accept_context_updated:1;$/;"	m	struct:ngx_connection_s
accept_context_updated	src/event/ngx_event.h	/^    unsigned         accept_context_updated:1;$/;"	m	struct:ngx_event_s
accept_encoding	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *accept_encoding;$/;"	m	struct:__anon234
accept_filter	src/core/ngx_connection.h	/^    char               *accept_filter;$/;"	m	struct:ngx_listening_s
accept_filter	src/http/ngx_http_core_module.h	/^    char                      *accept_filter;$/;"	m	struct:__anon167
accept_language	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *accept_language;$/;"	m	struct:__anon234
accept_mutex	src/event/ngx_event.h	/^    ngx_flag_t    accept_mutex;$/;"	m	struct:__anon335
accept_mutex_delay	src/event/ngx_event.h	/^    ngx_msec_t    accept_mutex_delay;$/;"	m	struct:__anon335
accept_ranges	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *accept_ranges;$/;"	m	struct:__anon235
accept_ranges	src/http/ngx_http_upstream.h	/^    ngx_table_elt_t                 *accept_ranges;$/;"	m	struct:__anon193
access	src/core/ngx_file.h	/^    ngx_uint_t                 access;$/;"	m	struct:__anon277
access	src/core/ngx_file.h	/^    ngx_uint_t                 access;$/;"	m	struct:__anon278
access	src/core/ngx_file.h	/^    ngx_uint_t                 access;$/;"	m	struct:__anon279
access	src/core/ngx_file.h	/^    ngx_uint_t                 access;$/;"	m	struct:ngx_tree_ctx_s
access	src/http/modules/ngx_http_dav_module.c	/^    ngx_uint_t  access;$/;"	m	struct:__anon162	file:
access_code	src/http/ngx_http_request.h	/^    ngx_uint_t                        access_code;$/;"	m	struct:ngx_http_request_s
accessed	src/core/ngx_open_file_cache.h	/^    time_t                   accessed;$/;"	m	struct:ngx_cached_open_file_s
accessed	src/http/ngx_http_upstream_round_robin.h	/^    time_t                          accessed;$/;"	m	struct:__anon229
action	src/core/ngx_log.h	/^    char                *action;$/;"	m	struct:ngx_log_s
actions	src/event/ngx_event.h	/^    ngx_event_actions_t     actions;$/;"	m	struct:__anon336
active	src/event/ngx_event.h	/^    unsigned         active:1;$/;"	m	struct:ngx_event_s
acv	src/http/modules/ngx_http_image_filter_module.c	/^    ngx_http_complex_value_t    *acv;$/;"	m	struct:__anon74	file:
add	src/event/ngx_event.h	/^    ngx_int_t  (*add)(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags);$/;"	m	struct:__anon334
add	src/http/modules/ngx_http_browser_module.c	/^    size_t                      add;$/;"	m	struct:__anon68	file:
add	src/http/modules/ngx_http_browser_module.c	/^    size_t                      add;$/;"	m	struct:__anon69	file:
add_args	src/http/ngx_http_script.h	/^    uintptr_t                   add_args:1;$/;"	m	struct:__anon217
add_args	src/http/ngx_http_script.h	/^    uintptr_t                   add_args:1;$/;"	m	struct:__anon218
add_conn	src/event/ngx_event.h	/^    ngx_int_t  (*add_conn)(ngx_connection_t *c);$/;"	m	struct:__anon334
add_deferred	src/core/ngx_connection.h	/^    unsigned            add_deferred:1;$/;"	m	struct:ngx_listening_s
add_uri_to_alias	src/http/ngx_http_request.h	/^    unsigned                          add_uri_to_alias:1;$/;"	m	struct:ngx_http_request_s
addr	src/core/ngx_inet.h	/^    in_addr_t                 addr;$/;"	m	struct:__anon305
addr	src/core/ngx_inet.h	/^    struct in6_addr           addr;$/;"	m	struct:__anon306	typeref:struct:__anon306::in6_addr
addr	src/core/ngx_resolver.h	/^        in_addr_t             addr;$/;"	m	union:__anon312::__anon313
addr	src/core/ngx_resolver.h	/^    in_addr_t                 addr;$/;"	m	struct:ngx_resolver_ctx_s
addr	src/core/ngx_slab.h	/^    void             *addr;$/;"	m	struct:__anon263
addr	src/http/modules/ngx_http_access_module.c	/^    in_addr_t         addr;$/;"	m	struct:__anon27	file:
addr	src/http/modules/ngx_http_access_module.c	/^    struct in6_addr   addr;$/;"	m	struct:__anon28	typeref:struct:__anon28::in6_addr	file:
addr	src/http/modules/ngx_http_upstream_ip_hash_module.c	/^    u_char                            *addr;$/;"	m	struct:__anon142	file:
addr	src/http/ngx_http_core_module.h	/^    in_addr_t                  addr;$/;"	m	struct:__anon176
addr	src/http/ngx_http_core_module.h	/^    u_char                     addr[NGX_SOCKADDR_STRLEN + 1];$/;"	m	struct:__anon167
addr	src/http/ngx_http_upstream.h	/^    ngx_addr_t                      *addr;$/;"	m	struct:__anon190
addr	src/mail/ngx_mail.h	/^    in_addr_t               addr;$/;"	m	struct:__anon248
addr	src/mail/ngx_mail_auth_http_module.c	/^    ngx_str_t                       addr;$/;"	m	struct:ngx_mail_auth_http_ctx_s	file:
addr	src/os/unix/ngx_files.h	/^    void                        *addr;$/;"	m	struct:__anon11
addr	src/os/unix/ngx_shmem.h	/^    u_char      *addr;$/;"	m	struct:__anon7
addr6	src/http/ngx_http_core_module.h	/^    struct in6_addr            addr6;$/;"	m	struct:__anon177	typeref:struct:__anon177::in6_addr
addr6	src/mail/ngx_mail.h	/^    struct in6_addr         addr6;$/;"	m	struct:__anon249	typeref:struct:__anon249::in6_addr
addr_conf	src/http/ngx_http_request.h	/^    ngx_http_addr_conf_t             *addr_conf;$/;"	m	struct:__anon237
addr_expire_queue	src/core/ngx_resolver.h	/^    ngx_queue_t               addr_expire_queue;$/;"	m	struct:__anon314
addr_ntop	src/core/ngx_connection.h	/^    unsigned            addr_ntop:1;$/;"	m	struct:ngx_listening_s
addr_rbtree	src/core/ngx_resolver.h	/^    ngx_rbtree_t              addr_rbtree;$/;"	m	struct:__anon314
addr_resend_queue	src/core/ngx_resolver.h	/^    ngx_queue_t               addr_resend_queue;$/;"	m	struct:__anon314
addr_sentinel	src/core/ngx_resolver.h	/^    ngx_rbtree_node_t         addr_sentinel;$/;"	m	struct:__anon314
addr_text	src/core/ngx_connection.h	/^    ngx_str_t           addr_text;$/;"	m	struct:ngx_connection_s
addr_text	src/core/ngx_connection.h	/^    ngx_str_t           addr_text;$/;"	m	struct:ngx_listening_s
addr_text	src/http/modules/ngx_http_realip_module.c	/^    ngx_str_t          addr_text;$/;"	m	struct:__anon43	file:
addr_text	src/mail/ngx_mail.h	/^    ngx_str_t               addr_text;$/;"	m	struct:__anon247
addr_text	src/mail/ngx_mail.h	/^    ngx_str_t              *addr_text;$/;"	m	struct:__anon259
addr_text_max_len	src/core/ngx_connection.h	/^    size_t              addr_text_max_len;$/;"	m	struct:ngx_listening_s
addrlen	src/http/modules/ngx_http_upstream_ip_hash_module.c	/^    u_char                             addrlen;$/;"	m	struct:__anon142	file:
addrs	src/core/ngx_inet.h	/^    ngx_addr_t               *addrs;$/;"	m	struct:__anon310
addrs	src/core/ngx_resolver.h	/^        in_addr_t            *addrs;$/;"	m	union:__anon312::__anon313
addrs	src/core/ngx_resolver.h	/^    in_addr_t                *addrs;$/;"	m	struct:ngx_resolver_ctx_s
addrs	src/event/ngx_event_openssl_stapling.c	/^    ngx_addr_t                  *addrs;$/;"	m	struct:__anon342	file:
addrs	src/event/ngx_event_openssl_stapling.c	/^    ngx_addr_t                  *addrs;$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
addrs	src/http/ngx_http_core_module.h	/^    ngx_array_t                addrs;     \/* array of ngx_http_conf_addr_t *\/$/;"	m	struct:__anon179
addrs	src/http/ngx_http_core_module.h	/^    void                      *addrs;$/;"	m	struct:__anon178
addrs	src/http/ngx_http_upstream.h	/^    in_addr_t                       *addrs;$/;"	m	struct:__anon194
addrs	src/http/ngx_http_upstream.h	/^    ngx_addr_t                      *addrs;$/;"	m	struct:__anon189
addrs	src/mail/ngx_mail.h	/^    ngx_array_t             addrs;       \/* array of ngx_mail_conf_addr_t *\/$/;"	m	struct:__anon251
addrs	src/mail/ngx_mail.h	/^    void                   *addrs;$/;"	m	struct:__anon250
after_body	src/http/modules/ngx_http_addition_filter_module.c	/^    ngx_str_t     after_body;$/;"	m	struct:__anon66	file:
aio	src/core/ngx_buf.h	/^    unsigned                     aio:1;$/;"	m	struct:ngx_output_chain_ctx_s
aio	src/core/ngx_file.h	/^    ngx_event_aio_t           *aio;$/;"	m	struct:ngx_file_s
aio	src/http/ngx_http_core_module.h	/^    ngx_flag_t    aio;                     \/* aio *\/$/;"	m	struct:ngx_http_core_loc_conf_s
aio	src/http/ngx_http_request.h	/^    unsigned                          aio:1;$/;"	m	struct:ngx_http_request_s
aio_context_t	src/event/modules/ngx_epoll_module.c	/^typedef u_int  aio_context_t;$/;"	t	file:
aio_handler	src/core/ngx_buf.h	/^    ngx_output_chain_aio_pt      aio_handler;$/;"	m	struct:ngx_output_chain_ctx_s
aio_name	src/event/modules/ngx_aio_module.c	/^static ngx_str_t      aio_name = ngx_string("aio");$/;"	v	file:
aio_preload	src/http/ngx_http_request.h	/^    u_char                            aio_preload;$/;"	m	struct:__anon239
aio_requests	src/event/modules/ngx_epoll_module.c	/^    ngx_uint_t  aio_requests;$/;"	m	struct:__anon328	file:
aio_sendfile	src/core/ngx_connection.h	/^    unsigned            aio_sendfile:1;$/;"	m	struct:ngx_connection_s
aiocb	src/event/ngx_event.h	/^    ngx_aiocb_t                aiocb;$/;"	m	struct:ngx_event_aio_s
aiocb	src/event/ngx_event.h	/^    struct aiocb     aiocb;$/;"	m	struct:ngx_event_s	typeref:struct:ngx_event_s::aiocb
alias	src/http/ngx_http_core_module.h	/^    size_t        alias;$/;"	m	struct:ngx_http_core_loc_conf_s
alignment	src/core/ngx_buf.h	/^    off_t                        alignment;$/;"	m	struct:ngx_output_chain_ctx_s
alloc	src/core/ngx_file.h	/^    size_t                     alloc;$/;"	m	struct:ngx_tree_ctx_s
alloc	src/core/ngx_palloc.h	/^    void                 *alloc;$/;"	m	struct:ngx_pool_large_s
allocated	src/core/ngx_buf.h	/^    ngx_int_t                    allocated;$/;"	m	struct:ngx_output_chain_ctx_s
allocated	src/event/ngx_event_pipe.h	/^    ngx_int_t          allocated;$/;"	m	struct:ngx_event_pipe_s
allocated	src/http/modules/ngx_http_gzip_filter_module.c	/^    ngx_uint_t           allocated;$/;"	m	struct:__anon89	file:
allow_binary_include	src/http/modules/ngx_http_geo_module.c	/^    unsigned                         allow_binary_include:1;$/;"	m	struct:__anon126	file:
allow_ranges	src/http/ngx_http_request.h	/^    unsigned                          allow_ranges:1;$/;"	m	struct:ngx_http_request_s
ancient_browser_value	src/http/modules/ngx_http_browser_module.c	/^    ngx_http_variable_value_t  *ancient_browser_value;$/;"	m	struct:__anon71	file:
ancient_browsers	src/http/modules/ngx_http_browser_module.c	/^    ngx_array_t                *ancient_browsers;$/;"	m	struct:__anon71	file:
angle	src/http/modules/ngx_http_image_filter_module.c	/^    ngx_uint_t                   angle;$/;"	m	struct:__anon74	file:
angle	src/http/modules/ngx_http_image_filter_module.c	/^    ngx_uint_t                   angle;$/;"	m	struct:__anon75	file:
arg_end	src/mail/ngx_mail.h	/^    u_char                 *arg_end;$/;"	m	struct:__anon259
arg_start	src/mail/ngx_mail.h	/^    u_char                 *arg_start;$/;"	m	struct:__anon259
args	src/core/ngx_conf_file.h	/^    ngx_array_t          *args;$/;"	m	struct:ngx_conf_s
args	src/http/ngx_http_core_module.h	/^    ngx_str_t                  args;$/;"	m	struct:__anon181
args	src/http/ngx_http_request.h	/^    ngx_str_t                         args;$/;"	m	struct:ngx_http_request_s
args	src/http/ngx_http_script.h	/^    u_char                     *args;$/;"	m	struct:__anon209
args	src/http/ngx_http_script.h	/^    uintptr_t                   args:1;$/;"	m	struct:__anon217
args	src/http/ngx_http_script.h	/^    uintptr_t                   args:1;$/;"	m	struct:__anon218
args	src/http/ngx_http_script.h	/^    unsigned                    args:1;$/;"	m	struct:__anon210
args	src/mail/ngx_mail.h	/^    ngx_array_t             args;$/;"	m	struct:__anon259
args_start	src/http/ngx_http_request.h	/^    u_char                           *args_start;$/;"	m	struct:ngx_http_request_s
argument_number	src/core/ngx_conf_file.c	/^static ngx_uint_t argument_number[] = {$/;"	v	file:
argv	src/os/unix/ngx_process.h	/^    char *const  *argv;$/;"	m	struct:__anon9
auth_capability	src/mail/ngx_mail_pop3_module.h	/^    ngx_str_t    auth_capability;$/;"	m	struct:__anon244
auth_method	src/mail/ngx_mail.h	/^    unsigned                auth_method:3;$/;"	m	struct:__anon259
auth_methods	src/mail/ngx_mail_imap_module.h	/^    ngx_uint_t   auth_methods;$/;"	m	struct:__anon240
auth_methods	src/mail/ngx_mail_pop3_module.h	/^    ngx_uint_t   auth_methods;$/;"	m	struct:__anon244
auth_methods	src/mail/ngx_mail_smtp_module.h	/^    ngx_uint_t   auth_methods;$/;"	m	struct:__anon241
auth_state	src/mail/ngx_mail.h	/^    ngx_mail_auth_state_pt      auth_state;$/;"	m	struct:ngx_mail_protocol_s
auth_wait	src/mail/ngx_mail.h	/^    unsigned                auth_wait:1;$/;"	m	struct:__anon259
authorization	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *authorization;$/;"	m	struct:__anon234
auto_redirect	src/http/ngx_http_core_module.h	/^    u_char                           auto_redirect;$/;"	m	struct:ngx_http_location_tree_node_s
auto_redirect	src/http/ngx_http_core_module.h	/^    unsigned      auto_redirect:1;$/;"	m	struct:ngx_http_core_loc_conf_s
available	src/event/ngx_event.h	/^    int              available;$/;"	m	struct:ngx_event_s
available	src/event/ngx_event.h	/^    unsigned         available:1;$/;"	m	struct:ngx_event_s
b	src/core/ngx_md5.h	/^    uint32_t  a, b, c, d;$/;"	m	struct:__anon300
backlog	src/core/ngx_connection.h	/^    int                 backlog;$/;"	m	struct:ngx_listening_s
backlog	src/http/ngx_http_core_module.h	/^    int                        backlog;$/;"	m	struct:__anon167
backslash	src/mail/ngx_mail.h	/^    unsigned                backslash:1;$/;"	m	struct:__anon259
backup	src/http/ngx_http_upstream.h	/^    unsigned                         backup:1;$/;"	m	struct:__anon189
before_body	src/http/modules/ngx_http_addition_filter_module.c	/^    ngx_str_t     before_body;$/;"	m	struct:__anon66	file:
before_body_sent	src/http/modules/ngx_http_addition_filter_module.c	/^    ngx_uint_t    before_body_sent;$/;"	m	struct:__anon67	file:
binary_include	src/http/modules/ngx_http_geo_module.c	/^    unsigned                         binary_include:1;$/;"	m	struct:__anon126	file:
bind	src/http/ngx_http_core_module.h	/^    unsigned                   bind:1;$/;"	m	struct:__anon167
bind	src/mail/ngx_mail.h	/^    unsigned                bind:1;$/;"	m	struct:__anon246
bind	src/mail/ngx_mail.h	/^    unsigned                bind:1;$/;"	m	struct:__anon252
bl_state	src/http/ngx_http_upstream.h	/^    ngx_uint_t                       bl_state;$/;"	m	struct:__anon186
bl_time	src/http/ngx_http_upstream.h	/^    ngx_msec_t                       bl_time;$/;"	m	struct:__anon186
block	src/http/modules/ngx_http_ssi_filter_module.h	/^    unsigned                  block:1;$/;"	m	struct:__anon154
block	src/http/modules/ngx_http_ssi_filter_module.h	/^    unsigned                  block:1;$/;"	m	struct:__anon156
blocked	src/http/ngx_http_request.h	/^    unsigned                          blocked:8;$/;"	m	struct:ngx_http_request_s
blocked	src/http/ngx_http_spdy.h	/^    unsigned                         blocked:1;$/;"	m	struct:ngx_http_spdy_out_frame_s
blocked	src/http/ngx_http_spdy.h	/^    unsigned                         blocked:2;$/;"	m	struct:ngx_http_spdy_connection_s
blocked	src/mail/ngx_mail.h	/^    unsigned                blocked:1;$/;"	m	struct:__anon259
blocked_referer	src/http/modules/ngx_http_referer_module.c	/^    ngx_flag_t               blocked_referer;$/;"	m	struct:__anon95	file:
blocks	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_array_t              *blocks;$/;"	m	struct:__anon154
body_set	src/http/modules/ngx_http_proxy_module.c	/^    ngx_array_t                   *body_set;$/;"	m	struct:__anon46	file:
body_set_len	src/http/modules/ngx_http_proxy_module.c	/^    ngx_array_t                   *body_set_len;$/;"	m	struct:__anon46	file:
body_source	src/http/modules/ngx_http_proxy_module.c	/^    ngx_str_t                      body_source;$/;"	m	struct:__anon46	file:
body_start	src/http/ngx_http_cache.h	/^    size_t                           body_start;$/;"	m	struct:__anon202
body_start	src/http/ngx_http_cache.h	/^    size_t                           body_start;$/;"	m	struct:ngx_http_cache_s
body_start	src/http/ngx_http_cache.h	/^    u_short                          body_start;$/;"	m	struct:__anon203
bound	src/core/ngx_connection.h	/^    unsigned            bound:1;       \/* already bound *\/$/;"	m	struct:ngx_listening_s
boundary_header	src/http/modules/ngx_http_range_filter_module.c	/^    ngx_str_t    boundary_header;$/;"	m	struct:__anon165	file:
br	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_http_fastcgi_begin_request_t  br;$/;"	m	struct:__anon152	file:
break_cycle	src/http/ngx_http_script.h	/^    uintptr_t                   break_cycle:1;$/;"	m	struct:__anon217
browser	src/http/modules/ngx_http_browser_module.c	/^    u_char                      browser[12];$/;"	m	struct:__anon68	file:
bsize	src/http/ngx_http_cache.h	/^    size_t                           bsize;$/;"	m	struct:ngx_http_file_cache_s
bucket_size	src/core/ngx_hash.h	/^    ngx_uint_t        bucket_size;$/;"	m	struct:__anon288
buckets	src/core/ngx_hash.h	/^    ngx_hash_elt_t  **buckets;$/;"	m	struct:__anon284
buf	src/core/ngx_buf.h	/^    ngx_buf_t                   *buf;$/;"	m	struct:ngx_output_chain_ctx_s
buf	src/core/ngx_buf.h	/^    ngx_buf_t    *buf;$/;"	m	struct:ngx_chain_s
buf	src/event/ngx_event_openssl.h	/^    ngx_buf_t                  *buf;$/;"	m	struct:__anon338
buf	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_buf_t                *buf;$/;"	m	struct:__anon154
buf	src/http/modules/ngx_http_sub_filter_module.c	/^    ngx_buf_t                 *buf;$/;"	m	struct:__anon135	file:
buf	src/http/ngx_http_cache.h	/^    ngx_buf_t                       *buf;$/;"	m	struct:ngx_http_cache_s
buf	src/http/ngx_http_request.h	/^    ngx_buf_t                        *buf;$/;"	m	struct:__anon236
buf	src/http/ngx_http_script.h	/^    ngx_str_t                   buf;$/;"	m	struct:__anon209
buf_size	src/core/ngx_file.h	/^    size_t                     buf_size;$/;"	m	struct:__anon279
buf_to_file	src/event/ngx_event_pipe.h	/^    ngx_buf_t         *buf_to_file;$/;"	m	struct:ngx_event_pipe_s
buffer	src/core/ngx_conf_file.h	/^    ngx_buf_t            *buffer;$/;"	m	struct:__anon269
buffer	src/core/ngx_connection.h	/^    ngx_buf_t          *buffer;$/;"	m	struct:ngx_connection_s
buffer	src/core/ngx_md5.h	/^    u_char    buffer[64];$/;"	m	struct:__anon300
buffer	src/event/ngx_event_openssl.h	/^    unsigned                    buffer:1;$/;"	m	struct:__anon338
buffer	src/http/modules/ngx_http_mp4_module.c	/^    u_char               *buffer;$/;"	m	struct:__anon99	file:
buffer	src/http/ngx_http_spdy.h	/^    u_char                           buffer[NGX_SPDY_STATE_BUFFER_SIZE];$/;"	m	struct:ngx_http_spdy_connection_s
buffer	src/http/ngx_http_upstream.h	/^    ngx_buf_t                        buffer;$/;"	m	struct:ngx_http_upstream_s
buffer	src/mail/ngx_mail.h	/^    ngx_buf_t              *buffer;$/;"	m	struct:__anon258
buffer	src/mail/ngx_mail.h	/^    ngx_buf_t              *buffer;$/;"	m	struct:__anon259
buffer_end	src/http/modules/ngx_http_mp4_module.c	/^    u_char               *buffer_end;$/;"	m	struct:__anon99	file:
buffer_pos	src/http/modules/ngx_http_mp4_module.c	/^    u_char               *buffer_pos;$/;"	m	struct:__anon99	file:
buffer_size	src/http/modules/ngx_http_image_filter_module.c	/^    size_t                       buffer_size;$/;"	m	struct:__anon74	file:
buffer_size	src/http/modules/ngx_http_mp4_module.c	/^    size_t                buffer_size;$/;"	m	struct:__anon96	file:
buffer_size	src/http/modules/ngx_http_mp4_module.c	/^    size_t                buffer_size;$/;"	m	struct:__anon99	file:
buffer_size	src/http/ngx_http_upstream.h	/^    size_t                           buffer_size;$/;"	m	struct:__anon191
buffer_size	src/mail/ngx_mail_proxy_module.c	/^    size_t      buffer_size;$/;"	m	struct:__anon242	file:
buffer_start	src/http/modules/ngx_http_mp4_module.c	/^    u_char               *buffer_start;$/;"	m	struct:__anon99	file:
buffer_used	src/http/ngx_http_spdy.h	/^    size_t                           buffer_used;$/;"	m	struct:ngx_http_spdy_connection_s
buffered	src/core/ngx_connection.h	/^    unsigned            buffered:8;$/;"	m	struct:ngx_connection_s
buffered	src/http/ngx_http_request.h	/^    unsigned                          buffered:4;$/;"	m	struct:ngx_http_request_s
buffering	src/http/modules/ngx_http_gzip_filter_module.c	/^    unsigned             buffering:1;$/;"	m	struct:__anon89	file:
buffering	src/http/ngx_http_upstream.h	/^    ngx_flag_t                       buffering;$/;"	m	struct:__anon191
buffering	src/http/ngx_http_upstream.h	/^    unsigned                         buffering:1;$/;"	m	struct:ngx_http_upstream_s
bufs	src/core/ngx_buf.h	/^    ngx_bufs_t                   bufs;$/;"	m	struct:ngx_output_chain_ctx_s
bufs	src/event/ngx_event_pipe.h	/^    ngx_bufs_t         bufs;$/;"	m	struct:ngx_event_pipe_s
bufs	src/http/modules/ngx_http_gunzip_filter_module.c	/^    ngx_bufs_t           bufs;$/;"	m	struct:__anon93	file:
bufs	src/http/modules/ngx_http_gunzip_filter_module.c	/^    ngx_int_t            bufs;$/;"	m	struct:__anon94	file:
bufs	src/http/modules/ngx_http_gzip_filter_module.c	/^    ngx_bufs_t           bufs;$/;"	m	struct:__anon88	file:
bufs	src/http/modules/ngx_http_gzip_filter_module.c	/^    ngx_int_t            bufs;$/;"	m	struct:__anon89	file:
bufs	src/http/modules/ngx_http_ssi_filter_module.c	/^    ngx_chain_t  *bufs;$/;"	m	struct:__anon40	file:
bufs	src/http/ngx_http_copy_filter_module.c	/^    ngx_bufs_t  bufs;$/;"	m	struct:__anon166	file:
bufs	src/http/ngx_http_request.h	/^    ngx_chain_t                      *bufs;$/;"	m	struct:__anon236
bufs	src/http/ngx_http_upstream.h	/^    ngx_bufs_t                       bufs;$/;"	m	struct:__anon191
builtin_session_cache	src/http/modules/ngx_http_ssl_module.h	/^    ssize_t                         builtin_session_cache;$/;"	m	struct:__anon30
builtin_session_cache	src/mail/ngx_mail_ssl_module.h	/^    ssize_t          builtin_session_cache;$/;"	m	struct:__anon243
burst	src/http/modules/ngx_http_limit_req_module.c	/^    ngx_uint_t                   burst;$/;"	m	struct:__anon34	file:
busy	src/core/ngx_buf.h	/^    ngx_chain_t                 *busy;$/;"	m	struct:ngx_output_chain_ctx_s
busy	src/event/ngx_event_busy_lock.h	/^    ngx_uint_t                  busy;$/;"	m	struct:__anon341
busy	src/event/ngx_event_pipe.h	/^    ngx_chain_t       *busy;$/;"	m	struct:ngx_event_pipe_s
busy	src/http/modules/ngx_http_charset_filter_module.c	/^    ngx_chain_t                *busy;$/;"	m	struct:__anon53	file:
busy	src/http/modules/ngx_http_chunked_filter_module.c	/^    ngx_chain_t         *busy;$/;"	m	struct:__anon140	file:
busy	src/http/modules/ngx_http_gunzip_filter_module.c	/^    ngx_chain_t         *busy;$/;"	m	struct:__anon94	file:
busy	src/http/modules/ngx_http_gzip_filter_module.c	/^    ngx_chain_t         *busy;$/;"	m	struct:__anon89	file:
busy	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_chain_t              *busy;$/;"	m	struct:__anon154
busy	src/http/modules/ngx_http_sub_filter_module.c	/^    ngx_chain_t               *busy;$/;"	m	struct:__anon135	file:
busy	src/http/ngx_http_busy_lock.h	/^    int                 busy;$/;"	m	struct:__anon207
busy	src/http/ngx_http_request.h	/^    ngx_buf_t                       **busy;$/;"	m	struct:__anon237
busy	src/http/ngx_http_request.h	/^    ngx_chain_t                      *busy;$/;"	m	struct:__anon236
busy_buffers_size	src/http/ngx_http_upstream.h	/^    size_t                           busy_buffers_size;$/;"	m	struct:__anon191
busy_buffers_size_conf	src/http/ngx_http_upstream.h	/^    size_t                           busy_buffers_size_conf;$/;"	m	struct:__anon191
busy_bufs	src/http/ngx_http_upstream.h	/^    ngx_chain_t                     *busy_bufs;$/;"	m	struct:ngx_http_upstream_s
busy_sendfile	src/core/ngx_connection.h	/^    ngx_buf_t          *busy_sendfile;$/;"	m	struct:ngx_connection_s
busy_size	src/event/ngx_event_pipe.h	/^    ssize_t            busy_size;$/;"	m	struct:ngx_event_pipe_s
bypass_cache	src/http/ngx_http_request.h	/^    unsigned                          bypass_cache:1;$/;"	m	struct:ngx_http_request_s
bytes	src/core/ngx_md5.h	/^    uint64_t  bytes;$/;"	m	struct:__anon300
c	src/core/ngx_md5.h	/^    uint32_t  a, b, c, d;$/;"	m	struct:__anon300
cache	src/core/ngx_open_file_cache.h	/^    ngx_open_file_cache_t   *cache;$/;"	m	struct:__anon317
cache	src/core/ngx_open_file_cache.h	/^    ngx_open_file_cache_t   *cache;$/;"	m	struct:__anon318
cache	src/http/modules/ngx_http_upstream_keepalive_module.c	/^    ngx_queue_t                        cache;$/;"	m	struct:__anon76	file:
cache	src/http/ngx_http_request.h	/^    ngx_http_cache_t                 *cache;$/;"	m	struct:ngx_http_request_s
cache	src/http/ngx_http_upstream.h	/^    ngx_shm_zone_t                  *cache;$/;"	m	struct:__anon191
cache_bypass	src/http/ngx_http_upstream.h	/^    ngx_array_t                     *cache_bypass;$/;"	m	struct:__anon191
cache_control	src/http/ngx_http_request.h	/^    ngx_array_t                       cache_control;$/;"	m	struct:__anon235
cache_control	src/http/ngx_http_upstream.h	/^    ngx_array_t                      cache_control;$/;"	m	struct:__anon193
cache_key	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_http_complex_value_t       cache_key;$/;"	m	struct:__anon145	file:
cache_key	src/http/modules/ngx_http_proxy_module.c	/^    ngx_http_complex_value_t       cache_key;$/;"	m	struct:__anon46	file:
cache_key	src/http/modules/ngx_http_scgi_module.c	/^    ngx_http_complex_value_t   cache_key;$/;"	m	struct:__anon141	file:
cache_key	src/http/modules/ngx_http_uwsgi_module.c	/^    ngx_http_complex_value_t   cache_key;$/;"	m	struct:__anon121	file:
cache_lock	src/http/ngx_http_upstream.h	/^    ngx_flag_t                       cache_lock;$/;"	m	struct:__anon191
cache_lock_timeout	src/http/ngx_http_upstream.h	/^    ngx_msec_t                       cache_lock_timeout;$/;"	m	struct:__anon191
cache_methods	src/http/ngx_http_upstream.h	/^    ngx_uint_t                       cache_methods;$/;"	m	struct:__anon191
cache_min_uses	src/http/ngx_http_upstream.h	/^    ngx_uint_t                       cache_min_uses;$/;"	m	struct:__anon191
cache_status	src/http/ngx_http_upstream.h	/^    unsigned                         cache_status:3;$/;"	m	struct:ngx_http_upstream_s
cache_updated	src/event/ngx_event_busy_lock.h	/^    unsigned                    cache_updated:1;$/;"	m	struct:ngx_event_busy_lock_ctx_s
cache_use_stale	src/http/ngx_http_upstream.h	/^    ngx_uint_t                       cache_use_stale;$/;"	m	struct:__anon191
cache_valid	src/http/ngx_http_upstream.h	/^    ngx_array_t                     *cache_valid;$/;"	m	struct:__anon191
cacheable	src/event/ngx_event_busy_lock.h	/^    ngx_uint_t                  cacheable;$/;"	m	struct:__anon341
cacheable	src/event/ngx_event_pipe.h	/^    unsigned           cacheable:1;$/;"	m	struct:ngx_event_pipe_s
cacheable	src/http/ngx_http_busy_lock.h	/^    int                 cacheable;$/;"	m	struct:__anon207
cacheable	src/http/ngx_http_upstream.h	/^    unsigned                         cacheable:1;$/;"	m	struct:ngx_http_upstream_s
cached	src/event/ngx_event_connect.h	/^    unsigned                         cached:1;$/;"	m	struct:ngx_peer_connection_s
cached	src/http/ngx_http_request.h	/^    unsigned                          cached:1;$/;"	m	struct:ngx_http_request_s
cached_err_log_time	src/core/ngx_times.c	/^static u_char            cached_err_log_time[NGX_TIME_SLOTS]$/;"	v	file:
cached_gmtoff	src/core/ngx_times.c	/^static ngx_int_t         cached_gmtoff;$/;"	v	file:
cached_http_log_iso8601	src/core/ngx_times.c	/^static u_char            cached_http_log_iso8601[NGX_TIME_SLOTS]$/;"	v	file:
cached_http_log_time	src/core/ngx_times.c	/^static u_char            cached_http_log_time[NGX_TIME_SLOTS]$/;"	v	file:
cached_http_time	src/core/ngx_times.c	/^static u_char            cached_http_time[NGX_TIME_SLOTS]$/;"	v	file:
cached_time	src/core/ngx_times.c	/^static ngx_time_t        cached_time[NGX_TIME_SLOTS];$/;"	v	file:
capabilities	src/mail/ngx_mail_imap_module.h	/^    ngx_array_t  capabilities;$/;"	m	struct:__anon240
capabilities	src/mail/ngx_mail_pop3_module.h	/^    ngx_array_t  capabilities;$/;"	m	struct:__anon244
capabilities	src/mail/ngx_mail_smtp_module.h	/^    ngx_array_t  capabilities;$/;"	m	struct:__anon241
capability	src/mail/ngx_mail_imap_module.h	/^    ngx_str_t    capability;$/;"	m	struct:__anon240
capability	src/mail/ngx_mail_pop3_module.h	/^    ngx_str_t    capability;$/;"	m	struct:__anon244
capability	src/mail/ngx_mail_smtp_module.h	/^    ngx_str_t    capability;$/;"	m	struct:__anon241
capture	src/http/ngx_http_variables.h	/^    ngx_uint_t                    capture;$/;"	m	struct:__anon197
captures	src/core/ngx_regex.h	/^    int           captures;$/;"	m	struct:__anon297
captures	src/http/modules/ngx_http_ssi_filter_module.h	/^    int                      *captures;$/;"	m	struct:__anon154
captures	src/http/ngx_http_core_module.h	/^    unsigned                    captures:1;$/;"	m	struct:__anon173
captures	src/http/ngx_http_request.h	/^    int                              *captures;$/;"	m	struct:ngx_http_request_s
captures_data	src/http/modules/ngx_http_ssi_filter_module.h	/^    u_char                   *captures_data;$/;"	m	struct:__anon154
captures_data	src/http/ngx_http_request.h	/^    u_char                           *captures_data;$/;"	m	struct:ngx_http_request_s
captures_mask	src/http/ngx_http_script.h	/^    ngx_uint_t                  captures_mask;$/;"	m	struct:__anon210
catch_stderr	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_array_t                   *catch_stderr;$/;"	m	struct:__anon145	file:
cert	src/event/ngx_event_openssl_stapling.c	/^    X509                        *cert;$/;"	m	struct:__anon342	file:
cert	src/event/ngx_event_openssl_stapling.c	/^    X509                        *cert;$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
certificate	src/http/modules/ngx_http_ssl_module.h	/^    ngx_str_t                       certificate;$/;"	m	struct:__anon30
certificate	src/mail/ngx_mail_ssl_module.h	/^    ngx_str_t        certificate;$/;"	m	struct:__anon243
certificate_key	src/http/modules/ngx_http_ssl_module.h	/^    ngx_str_t                       certificate_key;$/;"	m	struct:__anon30
certificate_key	src/mail/ngx_mail_ssl_module.h	/^    ngx_str_t        certificate_key;$/;"	m	struct:__anon243
cf	src/http/modules/ngx_http_map_module.c	/^    ngx_conf_t                 *cf;$/;"	m	struct:__anon131	file:
cf	src/http/ngx_http_script.h	/^    ngx_conf_t                 *cf;$/;"	m	struct:__anon210
cf	src/http/ngx_http_script.h	/^    ngx_conf_t                 *cf;$/;"	m	struct:__anon212
chain	src/core/ngx_palloc.h	/^    ngx_chain_t          *chain;$/;"	m	struct:ngx_pool_s
change_buffering	src/http/ngx_http_upstream.h	/^    unsigned                         change_buffering:1;$/;"	m	struct:__anon191
change_index	src/event/modules/ngx_devpoll_module.c	/^static ngx_event_t    **change_index;$/;"	v	file:
change_list	src/event/modules/ngx_devpoll_module.c	/^static struct pollfd   *change_list, *event_list;$/;"	v	typeref:struct:pollfd	file:
change_list	src/event/modules/ngx_kqueue_module.c	/^static struct kevent  *change_list, *change_list0, *change_list1;$/;"	v	typeref:struct:kevent	file:
change_list0	src/event/modules/ngx_kqueue_module.c	/^static struct kevent  *change_list, *change_list0, *change_list1;$/;"	v	typeref:struct:	file:
change_list1	src/event/modules/ngx_kqueue_module.c	/^static struct kevent  *change_list, *change_list0, *change_list1;$/;"	v	typeref:struct:	file:
changes	src/event/modules/ngx_devpoll_module.c	/^    ngx_uint_t      changes;$/;"	m	struct:__anon330	file:
changes	src/event/modules/ngx_kqueue_module.c	/^    ngx_uint_t  changes;$/;"	m	struct:__anon331	file:
channel	src/event/ngx_event.h	/^    unsigned         channel:1;$/;"	m	struct:ngx_event_s
channel	src/os/unix/ngx_process.h	/^    ngx_socket_t        channel[2];$/;"	m	struct:__anon8
characters	src/http/modules/ngx_http_charset_filter_module.c	/^    ngx_uint_t                  characters;$/;"	m	struct:__anon54	file:
charset	src/http/modules/ngx_http_charset_filter_module.c	/^    ngx_http_charset_t         *charset;$/;"	m	struct:__anon54	file:
charset	src/http/modules/ngx_http_charset_filter_module.c	/^    ngx_int_t                   charset;$/;"	m	struct:__anon52	file:
charset	src/http/modules/ngx_http_charset_filter_module.c	/^    ngx_int_t                   charset;$/;"	m	struct:__anon53	file:
charset	src/http/ngx_http_request.h	/^    ngx_str_t                         charset;$/;"	m	struct:__anon235
charset_name	src/http/modules/ngx_http_charset_filter_module.c	/^    ngx_str_t                   charset_name;$/;"	m	struct:__anon53	file:
charsets	src/http/modules/ngx_http_charset_filter_module.c	/^    ngx_array_t                 charsets;       \/* ngx_http_charset_t *\/$/;"	m	struct:__anon51	file:
checked	src/http/ngx_http_upstream_round_robin.h	/^    time_t                          checked;$/;"	m	struct:__anon229
checker	src/http/ngx_http_core_module.h	/^    ngx_http_phase_handler_pt  checker;$/;"	m	struct:ngx_http_phase_handler_s
child	src/os/unix/rfork_thread.S	/^child:$/;"	l
chrome	src/http/ngx_http_request.h	/^    unsigned                          chrome:1;$/;"	m	struct:__anon234
chunk	src/http/modules/ngx_http_mp4_module.c	/^    u_char                chunk[4];$/;"	m	struct:__anon97	file:
chunk_samples	src/http/modules/ngx_http_mp4_module.c	/^    ngx_uint_t            chunk_samples;$/;"	m	struct:__anon98	file:
chunk_samples_size	src/http/modules/ngx_http_mp4_module.c	/^    uint64_t              chunk_samples_size;$/;"	m	struct:__anon98	file:
chunked	src/http/modules/ngx_http_proxy_module.c	/^    ngx_http_chunked_t             chunked;$/;"	m	struct:__anon47	file:
chunked	src/http/ngx_http_request.h	/^    ngx_http_chunked_t               *chunked;$/;"	m	struct:__anon236
chunked	src/http/ngx_http_request.h	/^    unsigned                          chunked:1;$/;"	m	struct:__anon234
chunked	src/http/ngx_http_request.h	/^    unsigned                          chunked:1;$/;"	m	struct:ngx_http_request_s
chunked	src/http/ngx_http_upstream.h	/^    unsigned                         chunked:1;$/;"	m	struct:__anon193
chunked_transfer_encoding	src/http/ngx_http_core_module.h	/^    ngx_flag_t    chunked_transfer_encoding; \/* chunked_transfer_encoding *\/$/;"	m	struct:ngx_http_core_loc_conf_s
chunks	src/http/modules/ngx_http_mp4_module.c	/^    uint32_t              chunks;$/;"	m	struct:__anon98	file:
ciphers	src/http/modules/ngx_http_ssl_module.h	/^    ngx_str_t                       ciphers;$/;"	m	struct:__anon30
ciphers	src/mail/ngx_mail_ssl_module.h	/^    ngx_str_t        ciphers;$/;"	m	struct:__anon243
city	src/http/modules/ngx_http_geoip_module.c	/^    GeoIP        *city;$/;"	m	struct:__anon86	file:
city_v6	src/http/modules/ngx_http_geoip_module.c	/^    unsigned      city_v6:1;$/;"	m	struct:__anon86	file:
class_hi	src/core/ngx_resolver.c	/^    u_char  class_hi;$/;"	m	struct:__anon281	file:
class_hi	src/core/ngx_resolver.c	/^    u_char  class_hi;$/;"	m	struct:__anon282	file:
class_lo	src/core/ngx_resolver.c	/^    u_char  class_lo;$/;"	m	struct:__anon281	file:
class_lo	src/core/ngx_resolver.c	/^    u_char  class_lo;$/;"	m	struct:__anon282	file:
clean	src/core/ngx_file.h	/^    unsigned                   clean:1;$/;"	m	struct:__anon277
cleanup	src/core/ngx_palloc.h	/^    ngx_pool_cleanup_t   *cleanup;$/;"	m	struct:ngx_pool_s
cleanup	src/http/ngx_http_request.h	/^    ngx_http_cleanup_t               *cleanup;$/;"	m	struct:ngx_http_request_s
cleanup	src/http/ngx_http_upstream.h	/^    ngx_http_cleanup_pt             *cleanup;$/;"	m	struct:ngx_http_upstream_s
client	src/mail/ngx_mail.h	/^    ngx_str_t              *client;$/;"	m	struct:__anon260
client_body_buffer_size	src/http/ngx_http_core_module.h	/^    size_t        client_body_buffer_size; \/* client_body_buffer_size *\/$/;"	m	struct:ngx_http_core_loc_conf_s
client_body_in_file_only	src/http/ngx_http_core_module.h	/^    ngx_uint_t    client_body_in_file_only; \/* client_body_in_file_only *\/$/;"	m	struct:ngx_http_core_loc_conf_s
client_body_in_single_buffer	src/http/ngx_http_core_module.h	/^    ngx_flag_t    client_body_in_single_buffer;$/;"	m	struct:ngx_http_core_loc_conf_s
client_body_temp_path	src/http/ngx_http_core_module.h	/^    ngx_path_t   *client_body_temp_path;   \/* client_body_temp_path *\/$/;"	m	struct:ngx_http_core_loc_conf_s
client_body_timeout	src/http/ngx_http_core_module.h	/^    ngx_msec_t    client_body_timeout;     \/* client_body_timeout *\/$/;"	m	struct:ngx_http_core_loc_conf_s
client_buffer_size	src/mail/ngx_mail_imap_module.h	/^    size_t       client_buffer_size;$/;"	m	struct:__anon240
client_buffer_size	src/mail/ngx_mail_smtp_module.h	/^    size_t       client_buffer_size;$/;"	m	struct:__anon241
client_certificate	src/http/modules/ngx_http_ssl_module.h	/^    ngx_str_t                       client_certificate;$/;"	m	struct:__anon30
client_header_buffer_size	src/http/ngx_http_core_module.h	/^    size_t                      client_header_buffer_size;$/;"	m	struct:__anon173
client_header_timeout	src/http/ngx_http_core_module.h	/^    ngx_msec_t                  client_header_timeout;$/;"	m	struct:__anon173
client_max_body_size	src/http/ngx_http_core_module.h	/^    off_t         client_max_body_size;    \/* client_max_body_size *\/$/;"	m	struct:ngx_http_core_loc_conf_s
clockid_t	src/event/modules/ngx_eventport_module.c	/^typedef int     clockid_t;$/;"	t	file:
close	src/core/ngx_connection.h	/^    unsigned            close:1;$/;"	m	struct:ngx_connection_s
close	src/core/ngx_open_file_cache.h	/^    unsigned                 close:1;$/;"	m	struct:ngx_cached_open_file_s
closed	src/event/ngx_event.h	/^    unsigned         closed:1;$/;"	m	struct:ngx_event_s
cmd_start	src/mail/ngx_mail.h	/^    u_char                 *cmd_start;$/;"	m	struct:__anon259
cmd_type	src/core/ngx_conf_file.h	/^    ngx_uint_t            cmd_type;$/;"	m	struct:ngx_conf_s
cname	src/core/ngx_resolver.h	/^        u_char               *cname;$/;"	m	union:__anon312::__anon313
cnlen	src/core/ngx_resolver.h	/^    u_short                   cnlen;$/;"	m	struct:__anon312
co64_atom_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             co64_atom_buf;$/;"	m	struct:__anon98	file:
co64_data_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             co64_data_buf;$/;"	m	struct:__anon98	file:
code	src/core/ngx_regex.h	/^    pcre        *code;$/;"	m	struct:__anon296
code	src/event/ngx_event_openssl_stapling.c	/^    ngx_uint_t                   code;$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
code	src/http/ngx_http.h	/^    ngx_uint_t           code;$/;"	m	struct:__anon228
code	src/http/ngx_http_core_module.h	/^    unsigned                   code:10;$/;"	m	struct:__anon182
code	src/http/ngx_http_script.h	/^    ngx_http_script_code_pt     code;$/;"	m	struct:__anon213
code	src/http/ngx_http_script.h	/^    ngx_http_script_code_pt     code;$/;"	m	struct:__anon214
code	src/http/ngx_http_script.h	/^    ngx_http_script_code_pt     code;$/;"	m	struct:__anon215
code	src/http/ngx_http_script.h	/^    ngx_http_script_code_pt     code;$/;"	m	struct:__anon216
code	src/http/ngx_http_script.h	/^    ngx_http_script_code_pt     code;$/;"	m	struct:__anon217
code	src/http/ngx_http_script.h	/^    ngx_http_script_code_pt     code;$/;"	m	struct:__anon218
code	src/http/ngx_http_script.h	/^    ngx_http_script_code_pt     code;$/;"	m	struct:__anon219
code	src/http/ngx_http_script.h	/^    ngx_http_script_code_pt     code;$/;"	m	struct:__anon220
code	src/http/ngx_http_script.h	/^    ngx_http_script_code_pt     code;$/;"	m	struct:__anon222
code	src/http/ngx_http_script.h	/^    ngx_http_script_code_pt     code;$/;"	m	struct:__anon223
code	src/http/ngx_http_script.h	/^    ngx_http_script_code_pt     code;$/;"	m	struct:__anon224
code	src/http/ngx_http_script.h	/^    ngx_http_script_code_pt     code;$/;"	m	struct:__anon225
codes	src/http/modules/ngx_http_rewrite_module.c	/^    ngx_array_t  *codes;        \/* uintptr_t *\/$/;"	m	struct:__anon92	file:
cold	src/http/ngx_http_cache.h	/^    ngx_atomic_t                     cold;$/;"	m	struct:__anon204
color	src/core/ngx_rbtree.h	/^    u_char                 color;$/;"	m	struct:ngx_rbtree_node_s
color	src/http/modules/ngx_http_limit_conn_module.c	/^    u_char              color;$/;"	m	struct:__anon18	file:
color	src/http/modules/ngx_http_limit_req_module.c	/^    u_char                       color;$/;"	m	struct:__anon31	file:
combined_used	src/http/modules/ngx_http_log_module.c	/^    ngx_uint_t                  combined_used; \/* unsigned  combined_used:1 *\/$/;"	m	struct:__anon80	file:
command	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_str_t                 command;$/;"	m	struct:__anon154
command	src/mail/ngx_mail.h	/^    ngx_uint_t              command;$/;"	m	struct:__anon259
command	src/os/unix/ngx_channel.h	/^     ngx_uint_t  command;$/;"	m	struct:__anon6
commands	src/core/ngx_conf_file.h	/^    ngx_command_t        *commands;$/;"	m	struct:ngx_module_s
commands	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_hash_keys_arrays_t    commands;$/;"	m	struct:__anon153
compile_args	src/http/ngx_http_script.h	/^    unsigned                    compile_args:1;$/;"	m	struct:__anon210
complete	src/event/ngx_event.h	/^    unsigned         complete:1;$/;"	m	struct:ngx_event_s
complete_lengths	src/http/ngx_http_script.h	/^    unsigned                    complete_lengths:1;$/;"	m	struct:__anon210
complete_values	src/http/ngx_http_script.h	/^    unsigned                    complete_values:1;$/;"	m	struct:__anon210
complex	src/http/modules/ngx_http_proxy_module.c	/^        ngx_http_complex_value_t   complex;$/;"	m	union:ngx_http_proxy_rewrite_s::__anon44	file:
complex_uri	src/http/ngx_http_request.h	/^    unsigned                          complex_uri:1;$/;"	m	struct:ngx_http_request_s
complex_value	src/http/ngx_http_script.h	/^    ngx_http_complex_value_t   *complex_value;$/;"	m	struct:__anon212
composition_offset_entries	src/http/modules/ngx_http_mp4_module.c	/^    uint32_t              composition_offset_entries;$/;"	m	struct:__anon98	file:
concurrent_streams	src/http/ngx_http_spdy_module.h	/^    ngx_uint_t                      concurrent_streams;$/;"	m	struct:__anon227
cond	src/os/unix/ngx_thread.h	/^    pthread_cond_t    cond;$/;"	m	struct:__anon2
conditional	src/http/modules/ngx_http_ssi_filter_module.h	/^    unsigned                  conditional:2;$/;"	m	struct:__anon154
conditional	src/http/modules/ngx_http_ssi_filter_module.h	/^    unsigned                  conditional:2;$/;"	m	struct:__anon156
conf	src/core/ngx_conf_file.h	/^    ngx_uint_t            conf;$/;"	m	struct:ngx_command_s
conf	src/http/modules/ngx_http_upstream_keepalive_module.c	/^    ngx_http_upstream_keepalive_srv_conf_t  *conf;$/;"	m	struct:__anon77	file:
conf	src/http/modules/ngx_http_upstream_keepalive_module.c	/^    ngx_http_upstream_keepalive_srv_conf_t  *conf;$/;"	m	struct:__anon78	file:
conf	src/http/ngx_http_core_module.h	/^    ngx_http_addr_conf_t       conf;$/;"	m	struct:__anon176
conf	src/http/ngx_http_core_module.h	/^    ngx_http_addr_conf_t       conf;$/;"	m	struct:__anon177
conf	src/http/ngx_http_upstream.h	/^    ngx_http_upstream_conf_t        *conf;$/;"	m	struct:ngx_http_upstream_s
conf	src/http/ngx_http_upstream.h	/^    ngx_uint_t                       conf;$/;"	m	struct:__anon192
conf	src/mail/ngx_mail.h	/^    ngx_mail_addr_conf_t    conf;$/;"	m	struct:__anon248
conf	src/mail/ngx_mail.h	/^    ngx_mail_addr_conf_t    conf;$/;"	m	struct:__anon249
conf_ctx	src/core/ngx_cycle.h	/^    void                  ****conf_ctx;$/;"	m	struct:ngx_cycle_s
conf_ctx	src/http/ngx_http_request.h	/^    ngx_http_conf_ctx_t              *conf_ctx;$/;"	m	struct:__anon237
conf_file	src/core/ngx_conf_file.h	/^    ngx_conf_file_t      *conf_file;$/;"	m	struct:ngx_conf_s
conf_file	src/core/ngx_cycle.h	/^    ngx_str_t                 conf_file;$/;"	m	struct:ngx_cycle_s
conf_file	src/core/ngx_file.h	/^    u_char                    *conf_file;$/;"	m	struct:__anon275
conf_param	src/core/ngx_cycle.h	/^    ngx_str_t                 conf_param;$/;"	m	struct:ngx_cycle_s
conf_prefix	src/core/ngx_cycle.h	/^    ngx_str_t                 conf_prefix;$/;"	m	struct:ngx_cycle_s
conf_prefix	src/http/ngx_http_script.h	/^    uintptr_t                   conf_prefix;$/;"	m	struct:__anon219
conf_prefix	src/http/ngx_http_script.h	/^    unsigned                    conf_prefix:1;$/;"	m	struct:__anon210
conf_prefix	src/http/ngx_http_script.h	/^    unsigned                    conf_prefix:1;$/;"	m	struct:__anon212
conn	src/http/modules/ngx_http_limit_conn_module.c	/^    ngx_uint_t          conn;$/;"	m	struct:__anon21	file:
conn	src/http/modules/ngx_http_limit_conn_module.c	/^    u_short             conn;$/;"	m	struct:__anon18	file:
connect_timeout	src/http/ngx_http_upstream.h	/^    ngx_msec_t                       connect_timeout;$/;"	m	struct:__anon191
connection	src/core/ngx_buf.h	/^    ngx_connection_t            *connection;$/;"	m	struct:__anon304
connection	src/core/ngx_connection.h	/^    ngx_connection_t   *connection;$/;"	m	struct:ngx_listening_s
connection	src/core/ngx_log.h	/^    ngx_atomic_uint_t    connection;$/;"	m	struct:ngx_log_s
connection	src/core/ngx_resolver.h	/^    ngx_connection_t         *connection;$/;"	m	struct:__anon311
connection	src/event/ngx_event_connect.h	/^    ngx_connection_t                *connection;$/;"	m	struct:ngx_peer_connection_s
connection	src/event/ngx_event_openssl.h	/^    ngx_ssl_conn_t             *connection;$/;"	m	struct:__anon338
connection	src/http/modules/ngx_http_realip_module.c	/^    ngx_connection_t  *connection;$/;"	m	struct:__anon43	file:
connection	src/http/modules/ngx_http_upstream_keepalive_module.c	/^    ngx_connection_t                  *connection;$/;"	m	struct:__anon78	file:
connection	src/http/ngx_http.h	/^    ngx_connection_t    *connection;$/;"	m	struct:ngx_http_log_ctx_s
connection	src/http/ngx_http_request.h	/^    ngx_connection_t                 *connection;$/;"	m	struct:ngx_http_request_s
connection	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *connection;$/;"	m	struct:__anon234
connection	src/http/ngx_http_spdy.h	/^    ngx_connection_t                *connection;$/;"	m	struct:ngx_http_spdy_connection_s
connection	src/http/ngx_http_spdy.h	/^    ngx_http_spdy_connection_t      *connection;$/;"	m	struct:ngx_http_spdy_stream_s
connection	src/http/ngx_http_upstream.h	/^    ngx_table_elt_t                 *connection;$/;"	m	struct:__anon193
connection	src/mail/ngx_mail.h	/^    ngx_connection_t       *connection;$/;"	m	struct:__anon259
connection_close	src/http/ngx_http_upstream.h	/^    unsigned                         connection_close:1;$/;"	m	struct:__anon193
connection_counter	src/event/ngx_event.c	/^static ngx_atomic_t   connection_counter = 1;$/;"	v	file:
connection_n	src/core/ngx_cycle.h	/^    ngx_uint_t                connection_n;$/;"	m	struct:ngx_cycle_s
connection_pool_size	src/http/ngx_http_core_module.h	/^    size_t                      connection_pool_size;$/;"	m	struct:__anon173
connection_type	src/http/ngx_http_request.h	/^    unsigned                          connection_type:2;$/;"	m	struct:__anon234
connections	src/core/ngx_cycle.h	/^    ngx_connection_t         *connections;$/;"	m	struct:ngx_cycle_s
connections	src/event/ngx_event.h	/^    ngx_uint_t    connections;$/;"	m	struct:__anon335
conns	src/http/modules/ngx_http_upstream_least_conn_module.c	/^    ngx_uint_t                        *conns;$/;"	m	struct:__anon36	file:
conns	src/http/modules/ngx_http_upstream_least_conn_module.c	/^    ngx_uint_t                        *conns;$/;"	m	struct:__anon37	file:
content_encoding	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *content_encoding;$/;"	m	struct:__anon235
content_encoding	src/http/ngx_http_upstream.h	/^    ngx_table_elt_t                 *content_encoding;$/;"	m	struct:__anon193
content_handler	src/http/ngx_http_request.h	/^    ngx_http_handler_pt               content_handler;$/;"	m	struct:ngx_http_request_s
content_length	src/http/modules/ngx_http_mp4_module.c	/^    off_t                 content_length;$/;"	m	struct:__anon99	file:
content_length	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *content_length;$/;"	m	struct:__anon234
content_length	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *content_length;$/;"	m	struct:__anon235
content_length	src/http/ngx_http_upstream.h	/^    ngx_table_elt_t                 *content_length;$/;"	m	struct:__anon193
content_length_hi	src/http/modules/ngx_http_fastcgi_module.c	/^    u_char  content_length_hi;$/;"	m	struct:__anon149	file:
content_length_lo	src/http/modules/ngx_http_fastcgi_module.c	/^    u_char  content_length_lo;$/;"	m	struct:__anon149	file:
content_length_n	src/http/ngx_http_request.h	/^    off_t                             content_length_n;$/;"	m	struct:__anon234
content_length_n	src/http/ngx_http_request.h	/^    off_t                             content_length_n;$/;"	m	struct:__anon235
content_length_n	src/http/ngx_http_upstream.h	/^    off_t                            content_length_n;$/;"	m	struct:__anon193
content_range	src/http/modules/ngx_http_range_filter_module.c	/^    ngx_str_t    content_range;$/;"	m	struct:__anon164	file:
content_range	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *content_range;$/;"	m	struct:__anon235
content_type	src/http/ngx_http_request.h	/^    ngx_str_t                         content_type;$/;"	m	struct:__anon235
content_type	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *content_type;$/;"	m	struct:__anon234
content_type	src/http/ngx_http_upstream.h	/^    ngx_table_elt_t                 *content_type;$/;"	m	struct:__anon193
content_type_hash	src/http/ngx_http_request.h	/^    ngx_uint_t                        content_type_hash;$/;"	m	struct:__anon235
content_type_len	src/http/ngx_http_request.h	/^    size_t                            content_type_len;$/;"	m	struct:__anon235
content_type_lowcase	src/http/ngx_http_request.h	/^    u_char                           *content_type_lowcase;$/;"	m	struct:__anon235
cookie	src/http/modules/ngx_http_userid_filter_module.c	/^    ngx_str_t   cookie;$/;"	m	struct:__anon91	file:
cookie_domains	src/http/modules/ngx_http_proxy_module.c	/^    ngx_array_t                   *cookie_domains;$/;"	m	struct:__anon46	file:
cookie_paths	src/http/modules/ngx_http_proxy_module.c	/^    ngx_array_t                   *cookie_paths;$/;"	m	struct:__anon46	file:
cookies	src/http/ngx_http_request.h	/^    ngx_array_t                       cookies;$/;"	m	struct:__anon234
copied	src/http/modules/ngx_http_gzip_filter_module.c	/^    ngx_chain_t         *copied;$/;"	m	struct:__anon89	file:
copy_buf	src/http/modules/ngx_http_gzip_filter_module.c	/^    ngx_chain_t         *copy_buf;$/;"	m	struct:__anon89	file:
copy_end	src/http/modules/ngx_http_ssi_filter_module.h	/^    u_char                   *copy_end;$/;"	m	struct:__anon154
copy_end	src/http/modules/ngx_http_sub_filter_module.c	/^    u_char                    *copy_end;$/;"	m	struct:__anon135	file:
copy_handler	src/http/ngx_http_upstream.h	/^    ngx_http_header_handler_pt       copy_handler;$/;"	m	struct:__anon192
copy_start	src/http/modules/ngx_http_ssi_filter_module.h	/^    u_char                   *copy_start;$/;"	m	struct:__anon154
copy_start	src/http/modules/ngx_http_sub_filter_module.c	/^    u_char                    *copy_start;$/;"	m	struct:__anon135	file:
count	src/core/ngx_open_file_cache.h	/^    unsigned                 count:24;$/;"	m	struct:ngx_cached_open_file_s
count	src/event/ngx_event_openssl_stapling.c	/^    ngx_uint_t                   count;$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
count	src/http/modules/ngx_http_limit_req_module.c	/^    ngx_uint_t                   count;$/;"	m	struct:__anon31	file:
count	src/http/modules/ngx_http_mp4_module.c	/^    u_char    count[4];$/;"	m	struct:__anon111	file:
count	src/http/modules/ngx_http_mp4_module.c	/^    u_char    count[4];$/;"	m	struct:__anon114	file:
count	src/http/modules/ngx_http_ssi_filter_module.c	/^    ngx_uint_t    count;$/;"	m	struct:__anon40	file:
count	src/http/ngx_http.h	/^    ngx_uint_t           count;$/;"	m	struct:__anon228
count	src/http/ngx_http_cache.h	/^    unsigned                         count:20;$/;"	m	struct:__anon202
count	src/http/ngx_http_request.h	/^    unsigned                          count:8;$/;"	m	struct:ngx_http_request_s
country	src/http/modules/ngx_http_geoip_module.c	/^    GeoIP        *country;$/;"	m	struct:__anon86	file:
country_v6	src/http/modules/ngx_http_geoip_module.c	/^    unsigned      country_v6:1;$/;"	m	struct:__anon86	file:
cpu_affinity	src/core/ngx_cycle.h	/^     uint64_t                *cpu_affinity;$/;"	m	struct:__anon264
cpu_affinity_n	src/core/ngx_cycle.h	/^     ngx_uint_t               cpu_affinity_n;$/;"	m	struct:__anon264
crc32	src/http/modules/ngx_http_geo_module.c	/^    uint32_t  crc32;$/;"	m	struct:__anon129	file:
crc32	src/http/modules/ngx_http_gzip_filter_module.c	/^    u_char  crc32[4];$/;"	m	struct:gztrailer	file:
crc32	src/http/modules/ngx_http_gzip_filter_module.c	/^    uint32_t             crc32;$/;"	m	struct:__anon89	file:
crc32	src/http/modules/ngx_http_gzip_filter_module.c	/^    uint32_t  crc32;$/;"	m	struct:gztrailer	file:
crc32	src/http/ngx_http_cache.h	/^    uint32_t                         crc32;$/;"	m	struct:__anon203
crc32	src/http/ngx_http_cache.h	/^    uint32_t                         crc32;$/;"	m	struct:ngx_http_cache_s
create_conf	src/core/ngx_conf_file.h	/^    void               *(*create_conf)(ngx_cycle_t *cycle);$/;"	m	struct:__anon268
create_conf	src/event/ngx_event.h	/^    void                 *(*create_conf)(ngx_cycle_t *cycle);$/;"	m	struct:__anon336
create_full_put_path	src/http/modules/ngx_http_dav_module.c	/^    ngx_flag_t  create_full_put_path;$/;"	m	struct:__anon162	file:
create_key	src/http/ngx_http_upstream.h	/^    ngx_int_t                      (*create_key)(ngx_http_request_t *r);$/;"	m	struct:ngx_http_upstream_s
create_loc_conf	src/http/ngx_http_config.h	/^    void       *(*create_loc_conf)(ngx_conf_t *cf);$/;"	m	struct:__anon185
create_main_conf	src/http/ngx_http_config.h	/^    void       *(*create_main_conf)(ngx_conf_t *cf);$/;"	m	struct:__anon185
create_main_conf	src/mail/ngx_mail.h	/^    void                       *(*create_main_conf)(ngx_conf_t *cf);$/;"	m	struct:__anon261
create_path	src/core/ngx_file.h	/^    unsigned                   create_path:1;$/;"	m	struct:__anon278
create_request	src/http/ngx_http_upstream.h	/^    ngx_int_t                      (*create_request)(ngx_http_request_t *r);$/;"	m	struct:ngx_http_upstream_s
create_srv_conf	src/http/ngx_http_config.h	/^    void       *(*create_srv_conf)(ngx_conf_t *cf);$/;"	m	struct:__anon185
create_srv_conf	src/mail/ngx_mail.h	/^    void                       *(*create_srv_conf)(ngx_conf_t *cf);$/;"	m	struct:__anon261
created	src/core/ngx_open_file_cache.h	/^    time_t                   created;$/;"	m	struct:ngx_cached_open_file_s
creation_time	src/http/modules/ngx_http_mp4_module.c	/^    u_char    creation_time[4];$/;"	m	struct:__anon103	file:
creation_time	src/http/modules/ngx_http_mp4_module.c	/^    u_char    creation_time[4];$/;"	m	struct:__anon105	file:
creation_time	src/http/modules/ngx_http_mp4_module.c	/^    u_char    creation_time[4];$/;"	m	struct:__anon107	file:
creation_time	src/http/modules/ngx_http_mp4_module.c	/^    u_char    creation_time[8];$/;"	m	struct:__anon104	file:
creation_time	src/http/modules/ngx_http_mp4_module.c	/^    u_char    creation_time[8];$/;"	m	struct:__anon106	file:
creation_time	src/http/modules/ngx_http_mp4_module.c	/^    u_char    creation_time[8];$/;"	m	struct:__anon108	file:
crl	src/http/modules/ngx_http_ssl_module.h	/^    ngx_str_t                       crl;$/;"	m	struct:__anon30
ctts_atom_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             ctts_atom_buf;$/;"	m	struct:__anon98	file:
ctts_data_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             ctts_data_buf;$/;"	m	struct:__anon98	file:
ctx	src/core/ngx_conf_file.h	/^    void                 *ctx;$/;"	m	struct:ngx_conf_s
ctx	src/core/ngx_conf_file.h	/^    void                 *ctx;$/;"	m	struct:ngx_module_s
ctx	src/event/ngx_event_openssl.h	/^    SSL_CTX                    *ctx;$/;"	m	struct:__anon337
ctx	src/http/ngx_http_core_module.h	/^    ngx_http_conf_ctx_t        *ctx;$/;"	m	struct:__anon173
ctx	src/http/ngx_http_request.h	/^    void                            **ctx;$/;"	m	struct:ngx_http_request_s
ctx	src/http/ngx_http_upstream.h	/^    ngx_resolver_ctx_t              *ctx;$/;"	m	struct:__anon194
ctx	src/mail/ngx_mail.h	/^    ngx_mail_conf_ctx_t    *ctx;$/;"	m	struct:__anon246
ctx	src/mail/ngx_mail.h	/^    ngx_mail_conf_ctx_t    *ctx;$/;"	m	struct:__anon247
ctx	src/mail/ngx_mail.h	/^    ngx_mail_conf_ctx_t    *ctx;$/;"	m	struct:__anon252
ctx	src/mail/ngx_mail.h	/^    ngx_mail_conf_ctx_t    *ctx;$/;"	m	struct:__anon254
ctx	src/mail/ngx_mail.h	/^    void                  **ctx;$/;"	m	struct:__anon259
ctx_index	src/core/ngx_conf_file.h	/^    ngx_uint_t            ctx_index;$/;"	m	struct:ngx_module_s
ctxt	src/http/modules/ngx_http_xslt_filter_module.c	/^    xmlParserCtxtPtr           ctxt;$/;"	m	struct:__anon60	file:
current	src/core/ngx_open_file_cache.h	/^    ngx_uint_t               current;$/;"	m	struct:__anon316
current	src/core/ngx_palloc.h	/^    ngx_pool_t           *current;$/;"	m	struct:ngx_pool_s
current	src/http/ngx_http_upstream_round_robin.h	/^    ngx_uint_t                      current;$/;"	m	struct:__anon230
current_request	src/http/ngx_http.h	/^    ngx_http_request_t  *current_request;$/;"	m	struct:ngx_http_log_ctx_s
current_time	src/http/modules/ngx_http_mp4_module.c	/^    u_char    current_time[4];$/;"	m	struct:__anon103	file:
current_time	src/http/modules/ngx_http_mp4_module.c	/^    u_char    current_time[4];$/;"	m	struct:__anon104	file:
current_weight	src/http/ngx_http_upstream_round_robin.h	/^    ngx_int_t                       current_weight;$/;"	m	struct:__anon229
cv	src/os/unix/ngx_thread.h	/^    ngx_cond_t  *cv;$/;"	m	struct:__anon3
cycle	src/core/ngx_conf_file.h	/^    ngx_cycle_t          *cycle;$/;"	m	struct:ngx_conf_s
cyclic_temp_file	src/event/ngx_event_pipe.h	/^    unsigned           cyclic_temp_file:1;$/;"	m	struct:ngx_event_pipe_s
cyclic_temp_file	src/http/ngx_http_upstream.h	/^    ngx_flag_t                       cyclic_temp_file;$/;"	m	struct:__anon191
d	src/core/ngx_md5.h	/^    uint32_t  a, b, c, d;$/;"	m	struct:__anon300
d	src/core/ngx_palloc.h	/^    ngx_pool_data_t       d;$/;"	m	struct:ngx_pool_s
dTHXa	src/http/modules/perl/ngx_http_perl_module.h	55;"	d
dTHXa	src/http/modules/perl/ngx_http_perl_module.h	56;"	d
daemon	src/core/ngx_cycle.h	/^     ngx_flag_t               daemon;$/;"	m	struct:__anon264
data	src/core/ngx_conf_file.h	/^    void                 *data;$/;"	m	struct:ngx_open_file_s
data	src/core/ngx_connection.h	/^    void               *data;$/;"	m	struct:ngx_connection_s
data	src/core/ngx_cycle.h	/^    void                     *data;$/;"	m	struct:ngx_shm_zone_s
data	src/core/ngx_file.h	/^    void                      *data;$/;"	m	struct:__anon275
data	src/core/ngx_file.h	/^    void                      *data;$/;"	m	struct:ngx_tree_ctx_s
data	src/core/ngx_log.h	/^    void                *data;$/;"	m	struct:ngx_log_s
data	src/core/ngx_open_file_cache.h	/^    void                    *data;$/;"	m	struct:__anon318
data	src/core/ngx_palloc.h	/^    void                 *data;$/;"	m	struct:ngx_pool_cleanup_s
data	src/core/ngx_rbtree.h	/^    u_char                 data;$/;"	m	struct:ngx_rbtree_node_s
data	src/core/ngx_resolver.h	/^    void                     *data;$/;"	m	struct:ngx_resolver_ctx_s
data	src/core/ngx_slab.h	/^    void             *data;$/;"	m	struct:__anon263
data	src/core/ngx_string.h	/^    u_char     *data;$/;"	m	struct:__anon319
data	src/core/ngx_string.h	/^    u_char     *data;$/;"	m	struct:__anon321
data	src/event/modules/ngx_epoll_module.c	/^    epoll_data_t  data;$/;"	m	struct:epoll_event	file:
data	src/event/modules/ngx_epoll_module.c	/^    uint64_t  data;  \/* the data field from the iocb *\/$/;"	m	struct:io_event	file:
data	src/event/ngx_event.h	/^    void                      *data;$/;"	m	struct:ngx_event_aio_s
data	src/event/ngx_event.h	/^    void            *data;$/;"	m	struct:ngx_event_s
data	src/event/ngx_event_busy_lock.h	/^    void                       *data;$/;"	m	struct:ngx_event_busy_lock_ctx_s
data	src/event/ngx_event_connect.h	/^    void                            *data;$/;"	m	struct:ngx_peer_connection_s
data	src/event/ngx_event_openssl_stapling.c	/^    void                        *data;$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
data	src/http/modules/ngx_http_browser_module.c	/^    uintptr_t                   data;$/;"	m	struct:__anon70	file:
data	src/http/modules/ngx_http_geoip_module.c	/^    uintptr_t     data;$/;"	m	struct:__anon87	file:
data	src/http/modules/ngx_http_limit_conn_module.c	/^    u_char              data[1];$/;"	m	struct:__anon18	file:
data	src/http/modules/ngx_http_limit_req_module.c	/^    u_char                       data[1];$/;"	m	struct:__anon31	file:
data	src/http/modules/ngx_http_log_module.c	/^    uintptr_t                   data;$/;"	m	struct:ngx_http_log_op_s	file:
data	src/http/modules/ngx_http_upstream_keepalive_module.c	/^    void                              *data;$/;"	m	struct:__anon77	file:
data	src/http/modules/ngx_http_xslt_filter_module.c	/^    void                      *data;$/;"	m	struct:__anon55	file:
data	src/http/ngx_http_request.h	/^    void                             *data;$/;"	m	struct:__anon238
data	src/http/ngx_http_request.h	/^    void                             *data;$/;"	m	struct:ngx_http_cleanup_s
data	src/http/ngx_http_script.h	/^    uintptr_t                   data;$/;"	m	struct:__anon215
data	src/http/ngx_http_upstream.h	/^    void                            *data;$/;"	m	struct:__anon188
data	src/http/ngx_http_upstream_round_robin.h	/^    uintptr_t                       data;$/;"	m	struct:__anon230
data	src/http/ngx_http_variables.h	/^    uintptr_t                     data;$/;"	m	struct:ngx_http_variable_s
data	src/os/unix/ngx_process.h	/^    void               *data;$/;"	m	struct:__anon8
data_size	src/http/modules/ngx_http_geo_module.c	/^    size_t                           data_size;$/;"	m	struct:__anon126	file:
date	src/http/ngx_http_cache.h	/^    time_t                           date;$/;"	m	struct:__anon203
date	src/http/ngx_http_cache.h	/^    time_t                           date;$/;"	m	struct:ngx_http_cache_s
date	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *date;$/;"	m	struct:__anon234
date	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *date;$/;"	m	struct:__anon235
date	src/http/ngx_http_upstream.h	/^    ngx_table_elt_t                 *date;$/;"	m	struct:__anon193
date_time	src/http/ngx_http_request.h	/^    time_t                            date_time;$/;"	m	struct:__anon235
de	src/os/unix/ngx_files.h	/^    struct dirent               *de;$/;"	m	struct:__anon12	typeref:struct:__anon12::dirent
debug_connection	src/event/ngx_event.h	/^    ngx_array_t   debug_connection;$/;"	m	struct:__anon335
debug_levels	src/core/ngx_log.c	/^static const char *debug_levels[] = {$/;"	v	file:
debug_points	src/core/ngx_cycle.h	/^     ngx_int_t                debug_points;$/;"	m	struct:__anon264
default_port	src/core/ngx_inet.h	/^    in_port_t                 default_port;$/;"	m	struct:__anon310
default_port	src/http/ngx_http_upstream.h	/^    in_port_t                        default_port;$/;"	m	struct:ngx_http_upstream_srv_conf_s
default_server	src/http/ngx_http_core_module.h	/^    ngx_http_core_srv_conf_t  *default_server;$/;"	m	struct:__anon180
default_server	src/http/ngx_http_core_module.h	/^    ngx_http_core_srv_conf_t  *default_server;$/;"	m	struct:ngx_http_addr_conf_s
default_server	src/http/ngx_http_core_module.h	/^    unsigned                   default_server:1;$/;"	m	struct:__anon167
default_type	src/http/ngx_http_core_module.h	/^    ngx_str_t     default_type;$/;"	m	struct:ngx_http_core_loc_conf_s
default_value	src/http/modules/ngx_http_geo_module.c	/^    ngx_http_variable_value_t       *default_value;$/;"	m	struct:__anon124	file:
default_value	src/http/modules/ngx_http_map_module.c	/^    ngx_http_variable_value_t  *default_value;$/;"	m	struct:__anon131	file:
default_value	src/http/modules/ngx_http_map_module.c	/^    ngx_http_variable_value_t  *default_value;$/;"	m	struct:__anon132	file:
deferred_accept	src/core/ngx_connection.h	/^    unsigned            deferred_accept:1;$/;"	m	struct:ngx_listening_s
deferred_accept	src/event/ngx_event.h	/^    unsigned         deferred_accept:1;$/;"	m	struct:ngx_event_s
deferred_accept	src/http/ngx_http_core_module.h	/^    ngx_uint_t                 deferred_accept;$/;"	m	struct:__anon167
degrade	src/http/modules/ngx_http_degradation_module.c	/^    ngx_uint_t  degrade;$/;"	m	struct:__anon161	file:
del	src/event/ngx_event.h	/^    ngx_int_t  (*del)(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags);$/;"	m	struct:__anon334
del_conn	src/event/ngx_event.h	/^    ngx_int_t  (*del_conn)(ngx_connection_t *c, ngx_uint_t flags);$/;"	m	struct:__anon334
delay	src/os/unix/ngx_process_cycle.h	/^    ngx_msec_t                 delay;$/;"	m	struct:__anon5
delay_log_level	src/http/modules/ngx_http_limit_req_module.c	/^    ngx_uint_t                   delay_log_level;$/;"	m	struct:__anon35	file:
delayed	src/event/ngx_event.h	/^    unsigned         delayed:1;$/;"	m	struct:ngx_event_s
delete_deferred	src/core/ngx_connection.h	/^    unsigned            delete_deferred:1;$/;"	m	struct:ngx_listening_s
delete_file	src/core/ngx_file.h	/^    unsigned                   delete_file:1;$/;"	m	struct:__anon278
deleting	src/http/ngx_http_cache.h	/^    unsigned                         deleting:1;$/;"	m	struct:__anon202
deny	src/http/modules/ngx_http_access_module.c	/^    ngx_uint_t        deny;      \/* unsigned  deny:1; *\/$/;"	m	struct:__anon27	file:
deny	src/http/modules/ngx_http_access_module.c	/^    ngx_uint_t        deny;      \/* unsigned  deny:1; *\/$/;"	m	struct:__anon28	file:
depth	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *depth;$/;"	m	struct:__anon234
destination	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *destination;$/;"	m	struct:__anon234
destroyed	src/core/ngx_connection.h	/^    unsigned            destroyed:1;$/;"	m	struct:ngx_connection_s
detached	src/os/unix/ngx_process.h	/^    unsigned            detached:1;$/;"	m	struct:__anon8
devpoll_name	src/event/modules/ngx_devpoll_module.c	/^static ngx_str_t      devpoll_name = ngx_string("\/dev\/poll");$/;"	v	file:
dhparam	src/http/modules/ngx_http_ssl_module.h	/^    ngx_str_t                       dhparam;$/;"	m	struct:__anon30
dhparam	src/mail/ngx_mail_ssl_module.h	/^    ngx_str_t        dhparam;$/;"	m	struct:__anon243
dinf_atom_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             dinf_atom_buf;$/;"	m	struct:__anon98	file:
dinf_size	src/http/modules/ngx_http_mp4_module.c	/^    size_t                dinf_size;$/;"	m	struct:__anon98	file:
dir	src/http/modules/ngx_http_autoindex_module.c	/^    unsigned       dir:1;$/;"	m	struct:__anon143	file:
dir	src/os/unix/ngx_files.h	/^    DIR                         *dir;$/;"	m	struct:__anon12
directio	src/core/ngx_buf.h	/^    unsigned                     directio:1;$/;"	m	struct:ngx_output_chain_ctx_s
directio	src/core/ngx_file.h	/^    unsigned                   directio:1;$/;"	m	struct:ngx_file_s
directio	src/core/ngx_open_file_cache.h	/^    off_t                    directio;$/;"	m	struct:__anon315
directio	src/http/ngx_http_core_module.h	/^    off_t         directio;                \/* directio *\/$/;"	m	struct:ngx_http_core_loc_conf_s
directio_alignment	src/http/ngx_http_core_module.h	/^    off_t         directio_alignment;      \/* directio_alignment *\/$/;"	m	struct:ngx_http_core_loc_conf_s
disable	src/event/ngx_event.h	/^    ngx_int_t  (*disable)(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags);$/;"	m	struct:__anon334
disable_symlinks	src/core/ngx_open_file_cache.h	/^    unsigned                 disable_symlinks:2;$/;"	m	struct:__anon315
disable_symlinks	src/core/ngx_open_file_cache.h	/^    unsigned                 disable_symlinks:2;$/;"	m	struct:ngx_cached_open_file_s
disable_symlinks	src/http/ngx_http_core_module.h	/^    ngx_uint_t    disable_symlinks;        \/* disable_symlinks *\/$/;"	m	struct:ngx_http_core_loc_conf_s
disable_symlinks_from	src/core/ngx_open_file_cache.h	/^    size_t                   disable_symlinks_from;$/;"	m	struct:__anon315
disable_symlinks_from	src/core/ngx_open_file_cache.h	/^    size_t                   disable_symlinks_from;$/;"	m	struct:ngx_cached_open_file_s
disable_symlinks_from	src/http/ngx_http_core_module.h	/^    ngx_http_complex_value_t  *disable_symlinks_from;$/;"	m	struct:ngx_http_core_loc_conf_s
disabled	src/event/ngx_event.h	/^    unsigned         disabled:1;$/;"	m	struct:ngx_event_s
discard_body	src/http/ngx_http_request.h	/^    unsigned                          discard_body:1;$/;"	m	struct:ngx_http_request_s
disk_full_time	src/http/modules/ngx_http_log_module.c	/^    time_t                      disk_full_time;$/;"	m	struct:__anon83	file:
dns_wc_head	src/core/ngx_hash.h	/^    ngx_array_t       dns_wc_head;$/;"	m	struct:__anon289
dns_wc_head_hash	src/core/ngx_hash.h	/^    ngx_array_t      *dns_wc_head_hash;$/;"	m	struct:__anon289
dns_wc_tail	src/core/ngx_hash.h	/^    ngx_array_t       dns_wc_tail;$/;"	m	struct:__anon289
dns_wc_tail_hash	src/core/ngx_hash.h	/^    ngx_array_t      *dns_wc_tail_hash;$/;"	m	struct:__anon289
doc	src/http/modules/ngx_http_xslt_filter_module.c	/^    xmlDocPtr                  doc;$/;"	m	struct:__anon60	file:
domain	src/http/modules/ngx_http_userid_filter_module.c	/^    ngx_str_t   domain;$/;"	m	struct:__anon90	file:
done	src/event/ngx_event.h	/^    void       (*done)(ngx_cycle_t *cycle);$/;"	m	struct:__anon334
done	src/event/ngx_event_openssl_stapling.c	/^    ngx_uint_t                   done;$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
done	src/http/modules/ngx_http_gunzip_filter_module.c	/^    unsigned             done:1;$/;"	m	struct:__anon94	file:
done	src/http/modules/ngx_http_gzip_filter_module.c	/^    unsigned             done:1;$/;"	m	struct:__anon89	file:
done	src/http/modules/ngx_http_xslt_filter_module.c	/^    ngx_uint_t                 done;         \/* unsigned  done:1; *\/$/;"	m	struct:__anon60	file:
done	src/http/modules/perl/ngx_http_perl_module.h	/^    ngx_uint_t                done;       \/* unsigned  done:1; *\/$/;"	m	struct:__anon64
done	src/http/ngx_http_request.h	/^    unsigned                          done:1;$/;"	m	struct:ngx_http_request_s
down	src/http/ngx_http_upstream.h	/^    unsigned                         down:1;$/;"	m	struct:__anon189
down	src/http/ngx_http_upstream_round_robin.h	/^    ngx_uint_t                      down;          \/* unsigned  down:1; *\/$/;"	m	struct:__anon229
downstream	src/event/ngx_event_pipe.h	/^    ngx_connection_t  *downstream;$/;"	m	struct:ngx_event_pipe_s
downstream_done	src/event/ngx_event_pipe.h	/^    unsigned           downstream_done:1;$/;"	m	struct:ngx_event_pipe_s
downstream_error	src/event/ngx_event_pipe.h	/^    unsigned           downstream_error:1;$/;"	m	struct:ngx_event_pipe_s
dp	src/event/modules/ngx_devpoll_module.c	/^static int              dp = -1;$/;"	v	file:
dp_fds	src/event/modules/ngx_devpoll_module.c	/^    struct pollfd  *dp_fds;$/;"	m	struct:dvpoll	typeref:struct:dvpoll::pollfd	file:
dp_nfds	src/event/modules/ngx_devpoll_module.c	/^    int             dp_nfds;$/;"	m	struct:dvpoll	file:
dp_timeout	src/event/modules/ngx_devpoll_module.c	/^    int             dp_timeout;$/;"	m	struct:dvpoll	file:
dst	src/http/modules/ngx_http_charset_filter_module.c	/^    ngx_int_t                   dst;$/;"	m	struct:__anon49	file:
dst	src/http/modules/ngx_http_charset_filter_module.c	/^    ngx_int_t                   dst;$/;"	m	struct:__anon50	file:
dst2src	src/http/modules/ngx_http_charset_filter_module.c	/^    u_char                     *dst2src;$/;"	m	struct:__anon50	file:
dtd	src/http/modules/ngx_http_xslt_filter_module.c	/^    xmlDtdPtr                  dtd;$/;"	m	struct:__anon59	file:
dtd_files	src/http/modules/ngx_http_xslt_filter_module.c	/^    ngx_array_t                dtd_files;    \/* ngx_http_xslt_file_t *\/$/;"	m	struct:__anon56	file:
dumb	src/core/ngx_cycle.c	/^static ngx_connection_t  dumb;$/;"	v	file:
dummy	src/core/ngx_resolver.h	/^    void                     *dummy;$/;"	m	struct:__anon314
dummy	src/http/modules/ngx_http_limit_req_module.c	/^    u_char                       dummy;$/;"	m	struct:__anon31	file:
dup_capture	src/http/ngx_http_script.h	/^    unsigned                    dup_capture:1;$/;"	m	struct:__anon210
duration	src/http/modules/ngx_http_mp4_module.c	/^    u_char    duration[4];$/;"	m	struct:__anon103	file:
duration	src/http/modules/ngx_http_mp4_module.c	/^    u_char    duration[4];$/;"	m	struct:__anon105	file:
duration	src/http/modules/ngx_http_mp4_module.c	/^    u_char    duration[4];$/;"	m	struct:__anon107	file:
duration	src/http/modules/ngx_http_mp4_module.c	/^    u_char    duration[4];$/;"	m	struct:__anon111	file:
duration	src/http/modules/ngx_http_mp4_module.c	/^    u_char    duration[8];$/;"	m	struct:__anon104	file:
duration	src/http/modules/ngx_http_mp4_module.c	/^    u_char    duration[8];$/;"	m	struct:__anon106	file:
duration	src/http/modules/ngx_http_mp4_module.c	/^    u_char    duration[8];$/;"	m	struct:__anon108	file:
dvpoll	src/event/modules/ngx_devpoll_module.c	/^struct dvpoll {$/;"	s	file:
ecdh_curve	src/http/modules/ngx_http_ssl_module.h	/^    ngx_str_t                       ecdh_curve;$/;"	m	struct:__anon30
ecdh_curve	src/mail/ngx_mail_ssl_module.h	/^    ngx_str_t        ecdh_curve;$/;"	m	struct:__anon243
effective_weight	src/http/ngx_http_upstream_round_robin.h	/^    ngx_int_t                       effective_weight;$/;"	m	struct:__anon229
elts	src/core/ngx_array.h	/^    void        *elts;$/;"	m	struct:__anon291
elts	src/core/ngx_list.h	/^    void             *elts;$/;"	m	struct:ngx_list_part_s
enable	src/event/ngx_event.h	/^    ngx_int_t  (*enable)(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags);$/;"	m	struct:__anon334
enable	src/http/modules/ngx_http_autoindex_module.c	/^    ngx_flag_t     enable;$/;"	m	struct:__anon144	file:
enable	src/http/modules/ngx_http_gunzip_filter_module.c	/^    ngx_flag_t           enable;$/;"	m	struct:__anon93	file:
enable	src/http/modules/ngx_http_gzip_filter_module.c	/^    ngx_flag_t           enable;$/;"	m	struct:__anon88	file:
enable	src/http/modules/ngx_http_gzip_static_module.c	/^    ngx_uint_t  enable;$/;"	m	struct:__anon139	file:
enable	src/http/modules/ngx_http_random_index_module.c	/^    ngx_flag_t  enable;$/;"	m	struct:__anon159	file:
enable	src/http/modules/ngx_http_ssi_filter_module.c	/^    ngx_flag_t    enable;$/;"	m	struct:__anon38	file:
enable	src/http/modules/ngx_http_ssl_module.h	/^    ngx_flag_t                      enable;$/;"	m	struct:__anon30
enable	src/http/modules/ngx_http_userid_filter_module.c	/^    ngx_uint_t  enable;$/;"	m	struct:__anon90	file:
enable	src/mail/ngx_mail_proxy_module.c	/^    ngx_flag_t  enable;$/;"	m	struct:__anon242	file:
enable	src/mail/ngx_mail_ssl_module.h	/^    ngx_flag_t       enable;$/;"	m	struct:__anon243
encoding	src/http/modules/ngx_http_ssi_filter_module.h	/^    unsigned                  encoding:2;$/;"	m	struct:__anon154
end	src/core/ngx_buf.h	/^    u_char          *end;           \/* end of buffer *\/$/;"	m	struct:ngx_buf_s
end	src/core/ngx_palloc.h	/^    u_char               *end;$/;"	m	struct:__anon301
end	src/core/ngx_slab.h	/^    u_char           *end;$/;"	m	struct:__anon263
end	src/http/modules/ngx_http_fastcgi_module.c	/^    u_char                        *end;$/;"	m	struct:__anon147	file:
end	src/http/modules/ngx_http_geo_module.c	/^    u_short                          end;$/;"	m	struct:__anon122	file:
end	src/http/modules/ngx_http_mp4_module.c	/^    off_t                 end;$/;"	m	struct:__anon99	file:
end	src/http/modules/ngx_http_range_filter_module.c	/^    off_t        end;$/;"	m	struct:__anon164	file:
end	src/http/ngx_http.h	/^    u_char              *end;$/;"	m	struct:__anon228
endianness	src/http/modules/ngx_http_geo_module.c	/^    uint32_t  endianness;$/;"	m	struct:__anon129	file:
engine	src/event/ngx_event_openssl.c	/^    ngx_uint_t  engine;   \/* unsigned  engine:1; *\/$/;"	m	struct:__anon340	file:
entries	src/http/modules/ngx_http_geo_module.c	/^    ngx_uint_t                       entries;$/;"	m	struct:__anon126	file:
entries	src/http/modules/ngx_http_mp4_module.c	/^    u_char    entries[4];$/;"	m	struct:__anon109	file:
entries	src/http/modules/ngx_http_mp4_module.c	/^    u_char    entries[4];$/;"	m	struct:__anon110	file:
entries	src/http/modules/ngx_http_mp4_module.c	/^    u_char    entries[4];$/;"	m	struct:__anon112	file:
entries	src/http/modules/ngx_http_mp4_module.c	/^    u_char    entries[4];$/;"	m	struct:__anon113	file:
entries	src/http/modules/ngx_http_mp4_module.c	/^    u_char    entries[4];$/;"	m	struct:__anon115	file:
entries	src/http/modules/ngx_http_mp4_module.c	/^    u_char    entries[4];$/;"	m	struct:__anon116	file:
entries	src/http/modules/ngx_http_mp4_module.c	/^    u_char    entries[4];$/;"	m	struct:__anon117	file:
entries	src/http/modules/ngx_http_mp4_module.c	/^    u_char    entries[4];$/;"	m	struct:__anon118	file:
env	src/core/ngx_cycle.h	/^     ngx_array_t              env;$/;"	m	struct:__anon264
environment	src/core/ngx_cycle.h	/^     char                   **environment;$/;"	m	struct:__anon264
envp	src/os/unix/ngx_process.h	/^    char *const  *envp;$/;"	m	struct:__anon9
eof	src/event/ngx_event.h	/^    unsigned         eof:1;$/;"	m	struct:ngx_event_s
ep	src/event/modules/ngx_epoll_module.c	/^static int                  ep = -1;$/;"	v	file:
ep	src/event/modules/ngx_eventport_module.c	/^static int            ep = -1;$/;"	v	file:
epoll_create	src/event/modules/ngx_epoll_module.c	/^int epoll_create(int size)$/;"	f
epoll_ctl	src/event/modules/ngx_epoll_module.c	/^int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event)$/;"	f
epoll_data	src/event/modules/ngx_epoll_module.c	/^typedef union epoll_data {$/;"	u	file:
epoll_data_t	src/event/modules/ngx_epoll_module.c	/^} epoll_data_t;$/;"	t	typeref:union:epoll_data	file:
epoll_event	src/event/modules/ngx_epoll_module.c	/^struct epoll_event {$/;"	s	file:
epoll_name	src/event/modules/ngx_epoll_module.c	/^static ngx_str_t      epoll_name = ngx_string("epoll");$/;"	v	file:
epoll_wait	src/event/modules/ngx_epoll_module.c	/^int epoll_wait(int epfd, struct epoll_event *events, int nevents, int timeout)$/;"	f
err	src/core/ngx_inet.h	/^    char                     *err;$/;"	m	struct:__anon310
err	src/core/ngx_open_file_cache.h	/^    ngx_err_t                err;$/;"	m	struct:__anon315
err	src/core/ngx_open_file_cache.h	/^    ngx_err_t                err;$/;"	m	struct:ngx_cached_open_file_s
err	src/core/ngx_regex.h	/^    ngx_str_t     err;$/;"	m	struct:__anon297
err	src/event/ngx_event.h	/^    ngx_err_t                  err;$/;"	m	struct:ngx_event_aio_s
err	src/mail/ngx_mail_auth_http_module.c	/^    ngx_str_t                       err;$/;"	m	struct:ngx_mail_auth_http_ctx_s	file:
err_levels	src/core/ngx_log.c	/^static ngx_str_t err_levels[] = {$/;"	v	file:
err_status	src/http/ngx_http_request.h	/^    ngx_uint_t                        err_status;$/;"	m	struct:ngx_http_request_s
errcode	src/mail/ngx_mail_auth_http_module.c	/^    ngx_str_t                       errcode;$/;"	m	struct:ngx_mail_auth_http_ctx_s	file:
errmsg	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_str_t                 errmsg;$/;"	m	struct:__anon154
errmsg	src/mail/ngx_mail_auth_http_module.c	/^    ngx_str_t                       errmsg;$/;"	m	struct:ngx_mail_auth_http_ctx_s	file:
errno0	src/os/unix/ngx_freebsd_rfork_thread.c	/^static int   errno0;   \/* the main thread's errno *\/$/;"	v	file:
errnos	src/os/unix/ngx_freebsd_rfork_thread.c	/^static int  *errnos;   \/* the threads errno's array *\/$/;"	v	file:
error	src/core/ngx_connection.h	/^    unsigned            error:1;$/;"	m	struct:ngx_connection_s
error	src/event/ngx_event.h	/^    int              error;$/;"	m	struct:__anon332
error	src/event/ngx_event.h	/^    unsigned         error:1;$/;"	m	struct:ngx_event_s
error	src/http/ngx_http_cache.h	/^    ngx_uint_t                       error;$/;"	m	struct:ngx_http_cache_s
error	src/http/ngx_http_cache.h	/^    unsigned                         error:10;$/;"	m	struct:__anon202
error	src/os/unix/rfork_thread.S	/^error:$/;"	l
error_log	src/core/ngx_cycle.c	/^static ngx_str_t  error_log = ngx_string(NGX_ERROR_LOG_PATH);$/;"	v	file:
error_log	src/http/ngx_http_core_module.h	/^    ngx_log_t    *error_log;$/;"	m	struct:ngx_http_core_loc_conf_s
error_log_time	src/http/modules/ngx_http_log_module.c	/^    time_t                      error_log_time;$/;"	m	struct:__anon83	file:
error_page	src/http/ngx_http_request.h	/^    unsigned                          error_page:1;$/;"	m	struct:ngx_http_request_s
error_pages	src/http/ngx_http_core_module.h	/^    ngx_array_t  *error_pages;             \/* error_page *\/$/;"	m	struct:ngx_http_core_loc_conf_s
errors	src/core/ngx_open_file_cache.h	/^    unsigned                 errors:1;$/;"	m	struct:__anon315
escape	src/core/ngx_string.h	/^    unsigned    escape:1;$/;"	m	struct:__anon321
escape	src/http/modules/ngx_http_autoindex_module.c	/^    size_t         escape;$/;"	m	struct:__anon143	file:
escape_html	src/http/modules/ngx_http_autoindex_module.c	/^    size_t         escape_html;$/;"	m	struct:__anon143	file:
esmtp	src/mail/ngx_mail.h	/^    unsigned                esmtp:1;$/;"	m	struct:__anon259
etag	src/http/ngx_http_core_module.h	/^    ngx_flag_t    etag;                    \/* etag *\/$/;"	m	struct:ngx_http_core_loc_conf_s
etag	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *etag;$/;"	m	struct:__anon235
etag	src/http/ngx_http_upstream.h	/^    ngx_table_elt_t                 *etag;$/;"	m	struct:__anon193
event	src/core/ngx_open_file_cache.h	/^    ngx_event_t             *event;$/;"	m	struct:ngx_cached_open_file_s
event	src/core/ngx_resolver.h	/^    ngx_event_t              *event;$/;"	m	struct:__anon314
event	src/core/ngx_resolver.h	/^    ngx_event_t              *event;$/;"	m	struct:ngx_resolver_ctx_s
event	src/event/ngx_event.h	/^    ngx_event_t                event;$/;"	m	struct:ngx_event_aio_s
event	src/event/ngx_event.h	/^    ngx_event_t     *event;$/;"	m	struct:__anon332
event	src/event/ngx_event_busy_lock.h	/^    ngx_event_t                *event;$/;"	m	struct:ngx_event_busy_lock_ctx_s
event	src/http/modules/ngx_http_log_module.c	/^    ngx_event_t                *event;$/;"	m	struct:__anon81	file:
event	src/http/ngx_http_busy_lock.h	/^    ngx_event_t   *event;$/;"	m	struct:__anon208
event_core_name	src/event/ngx_event.c	/^static ngx_str_t  event_core_name = ngx_string("event_core");$/;"	v	file:
event_handler	src/http/ngx_http_busy_lock.h	/^    void         (*event_handler)(ngx_event_t *ev);$/;"	m	struct:__anon208
event_index	src/event/modules/ngx_select_module.c	/^static ngx_event_t  **event_index;$/;"	v	file:
event_index	src/event/modules/ngx_win32_select_module.c	/^static ngx_event_t  **event_index;$/;"	v	file:
event_list	src/event/modules/ngx_devpoll_module.c	/^static struct pollfd   *change_list, *event_list;$/;"	v	typeref:struct:	file:
event_list	src/event/modules/ngx_epoll_module.c	/^static struct epoll_event  *event_list;$/;"	v	typeref:struct:epoll_event	file:
event_list	src/event/modules/ngx_eventport_module.c	/^static port_event_t  *event_list;$/;"	v	file:
event_list	src/event/modules/ngx_kqueue_module.c	/^static struct kevent  *event_list;$/;"	v	typeref:struct:kevent	file:
event_list	src/event/modules/ngx_poll_module.c	/^static struct pollfd  *event_list;$/;"	v	typeref:struct:pollfd	file:
event_timer	src/event/modules/ngx_eventport_module.c	/^static timer_t        event_timer = (timer_t) -1;$/;"	v	file:
eventport_name	src/event/modules/ngx_eventport_module.c	/^static ngx_str_t      eventport_name = ngx_string("eventport");$/;"	v	file:
events	src/core/ngx_open_file_cache.h	/^    unsigned                 events:1;$/;"	m	struct:__anon315
events	src/event/modules/ngx_devpoll_module.c	/^    ngx_uint_t      events;$/;"	m	struct:__anon330	file:
events	src/event/modules/ngx_epoll_module.c	/^    ngx_uint_t  events;$/;"	m	struct:__anon328	file:
events	src/event/modules/ngx_epoll_module.c	/^    uint32_t      events;$/;"	m	struct:epoll_event	file:
events	src/event/modules/ngx_eventport_module.c	/^    ngx_uint_t  events;$/;"	m	struct:__anon327	file:
events	src/event/modules/ngx_kqueue_module.c	/^    ngx_uint_t  events;$/;"	m	struct:__anon331	file:
events	src/event/ngx_event.h	/^    ngx_event_t     *events;$/;"	m	struct:__anon333
events	src/event/ngx_event_busy_lock.h	/^    ngx_event_busy_lock_ctx_t  *events;$/;"	m	struct:__anon341
exact	src/http/ngx_http_core_module.h	/^    ngx_http_core_loc_conf_t        *exact;$/;"	m	struct:__anon183
exact	src/http/ngx_http_core_module.h	/^    ngx_http_core_loc_conf_t        *exact;$/;"	m	struct:ngx_http_location_tree_node_s
exact_match	src/http/ngx_http_core_module.h	/^    unsigned      exact_match:1;$/;"	m	struct:ngx_http_core_loc_conf_s
exact_size	src/http/modules/ngx_http_autoindex_module.c	/^    ngx_flag_t     exact_size;$/;"	m	struct:__anon144	file:
excess	src/http/modules/ngx_http_limit_req_module.c	/^    ngx_uint_t                   excess;$/;"	m	struct:__anon31	file:
exists	src/http/ngx_http_cache.h	/^    unsigned                         exists:1;$/;"	m	struct:__anon202
exists	src/http/ngx_http_cache.h	/^    unsigned                         exists:1;$/;"	m	struct:ngx_http_cache_s
exists	src/os/unix/ngx_darwin_init.c	/^    ngx_uint_t   exists;$/;"	m	struct:__anon17	file:
exists	src/os/unix/ngx_freebsd_init.c	/^    ngx_uint_t   exists;$/;"	m	struct:__anon4	file:
exists	src/os/unix/ngx_shmem.h	/^    ngx_uint_t   exists;   \/* unsigned  exists:1;  *\/$/;"	m	struct:__anon7
exit_master	src/core/ngx_conf_file.h	/^    void                (*exit_master)(ngx_cycle_t *cycle);$/;"	m	struct:ngx_module_s
exit_process	src/core/ngx_conf_file.h	/^    void                (*exit_process)(ngx_cycle_t *cycle);$/;"	m	struct:ngx_module_s
exit_thread	src/core/ngx_conf_file.h	/^    void                (*exit_thread)(ngx_cycle_t *cycle);$/;"	m	struct:ngx_module_s
exited	src/os/unix/ngx_process.h	/^    unsigned            exited:1;$/;"	m	struct:__anon8
exiting	src/os/unix/ngx_process.h	/^    unsigned            exiting:1;$/;"	m	struct:__anon8
expect	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *expect;$/;"	m	struct:__anon234
expect_tested	src/http/ngx_http_request.h	/^    unsigned                          expect_tested:1;$/;"	m	struct:ngx_http_request_s
expire	src/core/ngx_resolver.h	/^    time_t                    expire;$/;"	m	struct:__anon312
expire	src/core/ngx_resolver.h	/^    time_t                    expire;$/;"	m	struct:__anon314
expire	src/event/ngx_event_openssl.h	/^    time_t                      expire;$/;"	m	struct:ngx_ssl_sess_id_s
expire	src/http/ngx_http_cache.h	/^    time_t                           expire;$/;"	m	struct:__anon202
expire_queue	src/core/ngx_open_file_cache.h	/^    ngx_queue_t              expire_queue;$/;"	m	struct:__anon316
expire_queue	src/event/ngx_event_openssl.h	/^    ngx_queue_t                 expire_queue;$/;"	m	struct:__anon339
expires	src/http/modules/ngx_http_headers_filter_module.c	/^    ngx_http_expires_t       expires;$/;"	m	struct:__anon138	file:
expires	src/http/modules/ngx_http_secure_link_module.c	/^    ngx_str_t                  expires;$/;"	m	struct:__anon73	file:
expires	src/http/modules/ngx_http_userid_filter_module.c	/^    time_t      expires;$/;"	m	struct:__anon90	file:
expires	src/http/modules/ngx_http_userid_filter_module.c	/^static u_char expires[] = "; expires=Thu, 31-Dec-37 23:55:55 GMT";$/;"	v	file:
expires	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *expires;$/;"	m	struct:__anon235
expires	src/http/ngx_http_upstream.h	/^    ngx_table_elt_t                 *expires;$/;"	m	struct:__anon193
expires_time	src/http/modules/ngx_http_headers_filter_module.c	/^    time_t                   expires_time;$/;"	m	struct:__anon138	file:
exten	src/http/ngx_http_request.h	/^    ngx_str_t                         exten;$/;"	m	struct:ngx_http_request_s
extra	src/core/ngx_regex.h	/^    pcre_extra  *extra;$/;"	m	struct:__anon296
fail_timeout	src/http/ngx_http_upstream.h	/^    time_t                           fail_timeout;$/;"	m	struct:__anon189
fail_timeout	src/http/ngx_http_upstream_round_robin.h	/^    time_t                          fail_timeout;$/;"	m	struct:__anon229
failed	src/core/ngx_open_file_cache.h	/^    char                    *failed;$/;"	m	struct:__anon315
failed	src/core/ngx_palloc.h	/^    ngx_uint_t            failed;$/;"	m	struct:__anon301
fails	src/http/ngx_http_upstream_round_robin.h	/^    ngx_uint_t                      fails;$/;"	m	struct:__anon229
family	src/core/ngx_inet.h	/^    int                       family;$/;"	m	struct:__anon310
family	src/core/ngx_inet.h	/^    ngx_uint_t                family;$/;"	m	struct:__anon307
family	src/http/ngx_http_core_module.h	/^    ngx_int_t                  family;$/;"	m	struct:__anon179
family	src/mail/ngx_mail.h	/^    int                     family;$/;"	m	struct:__anon251
fastcgi_lengths	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_array_t                   *fastcgi_lengths;$/;"	m	struct:__anon145	file:
fastcgi_stdout	src/http/modules/ngx_http_fastcgi_module.c	/^    unsigned                       fastcgi_stdout:1;$/;"	m	struct:__anon148	file:
fastcgi_values	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_array_t                   *fastcgi_values;$/;"	m	struct:__anon145	file:
fd	src/core/ngx_conf_file.h	/^    ngx_fd_t              fd;$/;"	m	struct:ngx_open_file_s
fd	src/core/ngx_connection.h	/^    ngx_socket_t        fd;$/;"	m	struct:ngx_connection_s
fd	src/core/ngx_connection.h	/^    ngx_socket_t        fd;$/;"	m	struct:ngx_listening_s
fd	src/core/ngx_file.h	/^    ngx_fd_t                   fd;$/;"	m	struct:__anon278
fd	src/core/ngx_file.h	/^    ngx_fd_t                   fd;$/;"	m	struct:ngx_file_s
fd	src/core/ngx_open_file_cache.h	/^    ngx_fd_t                 fd;$/;"	m	struct:__anon315
fd	src/core/ngx_open_file_cache.h	/^    ngx_fd_t                 fd;$/;"	m	struct:__anon318
fd	src/core/ngx_open_file_cache.h	/^    ngx_fd_t                 fd;$/;"	m	struct:ngx_cached_open_file_s
fd	src/core/ngx_palloc.h	/^    ngx_fd_t              fd;$/;"	m	struct:__anon302
fd	src/event/modules/ngx_epoll_module.c	/^    int           fd;$/;"	m	union:epoll_data	file:
fd	src/event/ngx_event.h	/^    ngx_fd_t                   fd;$/;"	m	struct:ngx_event_aio_s
fd	src/os/unix/ngx_channel.h	/^     ngx_fd_t    fd;$/;"	m	struct:__anon6
fd	src/os/unix/ngx_files.h	/^    ngx_fd_t                     fd;$/;"	m	struct:__anon11
file	src/core/ngx_buf.h	/^    ngx_file_t      *file;$/;"	m	struct:ngx_buf_s
file	src/core/ngx_conf_file.h	/^    ngx_file_t            file;$/;"	m	struct:__anon269
file	src/core/ngx_file.h	/^    ngx_file_t                 file;$/;"	m	struct:__anon277
file	src/core/ngx_log.h	/^    ngx_open_file_t     *file;$/;"	m	struct:ngx_log_s
file	src/core/ngx_open_file_cache.h	/^    ngx_cached_open_file_t  *file;$/;"	m	struct:__anon317
file	src/core/ngx_open_file_cache.h	/^    ngx_cached_open_file_t  *file;$/;"	m	struct:__anon318
file	src/event/ngx_event.h	/^    ngx_file_t                *file;$/;"	m	struct:ngx_event_aio_s
file	src/http/modules/ngx_http_log_module.c	/^    ngx_open_file_t            *file;$/;"	m	struct:__anon83	file:
file	src/http/modules/ngx_http_mp4_module.c	/^    ngx_file_t            file;$/;"	m	struct:__anon99	file:
file	src/http/modules/ngx_http_ssl_module.h	/^    u_char                         *file;$/;"	m	struct:__anon30
file	src/http/ngx_http_cache.h	/^    ngx_file_t                       file;$/;"	m	struct:ngx_http_cache_s
file	src/mail/ngx_mail_auth_http_module.c	/^    u_char                         *file;$/;"	m	struct:__anon262	file:
file	src/mail/ngx_mail_ssl_module.h	/^    u_char          *file;$/;"	m	struct:__anon243
file_cache	src/http/ngx_http_cache.h	/^    ngx_http_file_cache_t           *file_cache;$/;"	m	struct:ngx_http_cache_s
file_handler	src/core/ngx_file.h	/^    ngx_tree_handler_pt        file_handler;$/;"	m	struct:ngx_tree_ctx_s
file_last	src/core/ngx_buf.h	/^    off_t            file_last;$/;"	m	struct:ngx_buf_s
file_name	src/http/ngx_http_core_module.h	/^    u_char                          *file_name;$/;"	m	struct:__anon183
file_name	src/http/ngx_http_upstream.h	/^    u_char                          *file_name;$/;"	m	struct:ngx_http_upstream_srv_conf_s
file_name	src/mail/ngx_mail.h	/^    u_char                 *file_name;$/;"	m	struct:__anon254
file_pos	src/core/ngx_buf.h	/^    off_t            file_pos;$/;"	m	struct:ngx_buf_s
filename	src/http/modules/perl/ngx_http_perl_module.h	/^    ngx_str_t                 filename;$/;"	m	struct:__anon64
files	src/core/ngx_cycle.h	/^    ngx_connection_t        **files;$/;"	m	struct:ngx_cycle_s
files	src/http/ngx_http_cache.h	/^    ngx_uint_t                       files;$/;"	m	struct:ngx_http_file_cache_s
files_n	src/core/ngx_cycle.h	/^    ngx_uint_t                files_n;$/;"	m	struct:ngx_cycle_s
filter	src/http/modules/ngx_http_image_filter_module.c	/^    ngx_uint_t                   filter;$/;"	m	struct:__anon74	file:
filter_ctx	src/core/ngx_buf.h	/^    void                        *filter_ctx;$/;"	m	struct:ngx_output_chain_ctx_s
filter_finalize	src/http/ngx_http_request.h	/^    unsigned                          filter_finalize:1;$/;"	m	struct:ngx_http_request_s
filter_need_in_memory	src/http/ngx_http_request.h	/^    unsigned                          filter_need_in_memory:1;$/;"	m	struct:ngx_http_request_s
filter_need_temporary	src/http/ngx_http_request.h	/^    unsigned                          filter_need_temporary:1;$/;"	m	struct:ngx_http_request_s
fin	src/http/ngx_http_spdy.h	/^    unsigned                         fin:1;$/;"	m	struct:ngx_http_spdy_out_frame_s
finalize_request	src/http/ngx_http_upstream.h	/^    void                           (*finalize_request)(ngx_http_request_t *r,$/;"	m	struct:ngx_http_upstream_s
first	src/http/ngx_http_spdy.h	/^    ngx_chain_t                     *first;$/;"	m	struct:ngx_http_spdy_out_frame_s
flags	src/http/modules/ngx_http_fastcgi_module.c	/^    u_char  flags;$/;"	m	struct:__anon150	file:
flags	src/http/modules/ngx_http_mp4_module.c	/^    u_char    flags[3];$/;"	m	struct:__anon103	file:
flags	src/http/modules/ngx_http_mp4_module.c	/^    u_char    flags[3];$/;"	m	struct:__anon104	file:
flags	src/http/modules/ngx_http_mp4_module.c	/^    u_char    flags[3];$/;"	m	struct:__anon105	file:
flags	src/http/modules/ngx_http_mp4_module.c	/^    u_char    flags[3];$/;"	m	struct:__anon106	file:
flags	src/http/modules/ngx_http_mp4_module.c	/^    u_char    flags[3];$/;"	m	struct:__anon107	file:
flags	src/http/modules/ngx_http_mp4_module.c	/^    u_char    flags[3];$/;"	m	struct:__anon108	file:
flags	src/http/modules/ngx_http_mp4_module.c	/^    u_char    flags[3];$/;"	m	struct:__anon109	file:
flags	src/http/modules/ngx_http_mp4_module.c	/^    u_char    flags[3];$/;"	m	struct:__anon110	file:
flags	src/http/modules/ngx_http_mp4_module.c	/^    u_char    flags[3];$/;"	m	struct:__anon112	file:
flags	src/http/modules/ngx_http_mp4_module.c	/^    u_char    flags[3];$/;"	m	struct:__anon113	file:
flags	src/http/modules/ngx_http_mp4_module.c	/^    u_char    flags[3];$/;"	m	struct:__anon115	file:
flags	src/http/modules/ngx_http_mp4_module.c	/^    u_char    flags[3];$/;"	m	struct:__anon116	file:
flags	src/http/modules/ngx_http_mp4_module.c	/^    u_char    flags[3];$/;"	m	struct:__anon117	file:
flags	src/http/modules/ngx_http_mp4_module.c	/^    u_char    flags[3];$/;"	m	struct:__anon118	file:
flags	src/http/ngx_http_spdy.h	/^    u_char                           flags;$/;"	m	struct:ngx_http_spdy_connection_s
flags	src/http/ngx_http_upstream.h	/^    ngx_uint_t                       flags;$/;"	m	struct:ngx_http_upstream_srv_conf_s
flags	src/http/ngx_http_variables.h	/^    ngx_uint_t                    flags;$/;"	m	struct:ngx_http_variable_s
flags	src/os/unix/ngx_os.h	/^    ngx_uint_t         flags;$/;"	m	struct:__anon14
flags_hi	src/core/ngx_resolver.c	/^    u_char  flags_hi;$/;"	m	struct:__anon280	file:
flags_lo	src/core/ngx_resolver.c	/^    u_char  flags_lo;$/;"	m	struct:__anon280	file:
flush	src/core/ngx_buf.h	/^    unsigned         flush:1;$/;"	m	struct:ngx_buf_s
flush	src/core/ngx_conf_file.h	/^    void                (*flush)(ngx_open_file_t *file, ngx_log_t *log);$/;"	m	struct:ngx_open_file_s
flush	src/http/modules/ngx_http_gunzip_filter_module.c	/^    unsigned             flush:4;$/;"	m	struct:__anon94	file:
flush	src/http/modules/ngx_http_gzip_filter_module.c	/^    unsigned             flush:4;$/;"	m	struct:__anon89	file:
flush	src/http/modules/ngx_http_log_module.c	/^    ngx_msec_t                  flush;$/;"	m	struct:__anon81	file:
flush	src/http/modules/ngx_http_ssi_filter_module.h	/^    unsigned                  flush:1;$/;"	m	struct:__anon156
flushed	src/http/ngx_http_script.h	/^    unsigned                    flushed:1;$/;"	m	struct:__anon209
flushes	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_array_t                   *flushes;$/;"	m	struct:__anon145	file:
flushes	src/http/modules/ngx_http_log_module.c	/^    ngx_array_t                *flushes;$/;"	m	struct:__anon79	file:
flushes	src/http/modules/ngx_http_proxy_module.c	/^    ngx_array_t                   *flushes;$/;"	m	struct:__anon46	file:
flushes	src/http/modules/ngx_http_scgi_module.c	/^    ngx_array_t               *flushes;$/;"	m	struct:__anon141	file:
flushes	src/http/modules/ngx_http_uwsgi_module.c	/^    ngx_array_t               *flushes;$/;"	m	struct:__anon121	file:
flushes	src/http/ngx_http_script.h	/^    ngx_array_t               **flushes;$/;"	m	struct:__anon210
flushes	src/http/ngx_http_script.h	/^    ngx_uint_t                 *flushes;$/;"	m	struct:__anon211
force	src/http/modules/ngx_http_image_filter_module.c	/^    ngx_uint_t                   force;$/;"	m	struct:__anon75	file:
format	src/http/modules/ngx_http_log_module.c	/^    ngx_http_log_fmt_t         *format;$/;"	m	struct:__anon83	file:
formats	src/http/modules/ngx_http_log_module.c	/^    ngx_array_t                 formats;    \/* array of ngx_http_log_fmt_t *\/$/;"	m	struct:__anon80	file:
free	src/core/ngx_buf.h	/^    ngx_chain_t                 *free;$/;"	m	struct:ngx_output_chain_ctx_s
free	src/core/ngx_radix_tree.h	/^    ngx_radix_node_t  *free;$/;"	m	struct:__anon295
free	src/core/ngx_slab.h	/^    ngx_slab_page_t   free;$/;"	m	struct:__anon263
free	src/event/ngx_event_connect.h	/^    ngx_event_free_peer_pt           free;$/;"	m	struct:ngx_peer_connection_s
free	src/event/ngx_event_pipe.h	/^    ngx_chain_t       *free;$/;"	m	struct:ngx_event_pipe_s
free	src/http/modules/ngx_http_chunked_filter_module.c	/^    ngx_chain_t         *free;$/;"	m	struct:__anon140	file:
free	src/http/modules/ngx_http_gunzip_filter_module.c	/^    ngx_chain_t         *free;$/;"	m	struct:__anon94	file:
free	src/http/modules/ngx_http_gzip_filter_module.c	/^    ngx_chain_t         *free;$/;"	m	struct:__anon89	file:
free	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_chain_t              *free;$/;"	m	struct:__anon154
free	src/http/modules/ngx_http_sub_filter_module.c	/^    ngx_chain_t               *free;$/;"	m	struct:__anon135	file:
free	src/http/modules/ngx_http_upstream_keepalive_module.c	/^    ngx_queue_t                        free;$/;"	m	struct:__anon76	file:
free	src/http/ngx_http_request.h	/^    ngx_buf_t                       **free;$/;"	m	struct:__anon237
free	src/http/ngx_http_request.h	/^    ngx_chain_t                      *free;$/;"	m	struct:__anon236
free	src/http/ngx_http_spdy.h	/^    ngx_http_spdy_out_frame_t       *free;$/;"	m	struct:ngx_http_spdy_out_frame_s
free_buffers	src/http/modules/ngx_http_charset_filter_module.c	/^    ngx_chain_t                *free_buffers;$/;"	m	struct:__anon53	file:
free_bufs	src/event/ngx_event_pipe.h	/^    unsigned           free_bufs:1;$/;"	m	struct:ngx_event_pipe_s
free_bufs	src/http/modules/ngx_http_charset_filter_module.c	/^    ngx_chain_t                *free_bufs;$/;"	m	struct:__anon53	file:
free_bufs	src/http/ngx_http_upstream.h	/^    ngx_chain_t                     *free_bufs;$/;"	m	struct:ngx_http_upstream_s
free_connection_n	src/core/ngx_cycle.h	/^    ngx_uint_t                free_connection_n;$/;"	m	struct:ngx_cycle_s
free_connections	src/core/ngx_cycle.h	/^    ngx_connection_t         *free_connections;$/;"	m	struct:ngx_cycle_s
free_ctl_frames	src/http/ngx_http_spdy.h	/^    ngx_http_spdy_out_frame_t       *free_ctl_frames;$/;"	m	struct:ngx_http_spdy_connection_s
free_data_headers	src/http/ngx_http_spdy.h	/^    ngx_chain_t                     *free_data_headers;$/;"	m	struct:ngx_http_spdy_stream_s
free_fake_connections	src/http/ngx_http_spdy.h	/^    ngx_connection_t                *free_fake_connections;$/;"	m	struct:ngx_http_spdy_connection_s
free_frames	src/http/ngx_http_spdy.h	/^    ngx_http_spdy_out_frame_t       *free_frames;$/;"	m	struct:ngx_http_spdy_stream_s
free_mem	src/http/modules/ngx_http_gzip_filter_module.c	/^    char                *free_mem;$/;"	m	struct:__anon89	file:
free_raw_bufs	src/event/ngx_event_pipe.h	/^    ngx_chain_t       *free_raw_bufs;$/;"	m	struct:ngx_event_pipe_s
free_rr_peer	src/http/modules/ngx_http_upstream_least_conn_module.c	/^    ngx_event_free_peer_pt             free_rr_peer;$/;"	m	struct:__anon37	file:
from	src/http/modules/ngx_http_realip_module.c	/^    ngx_array_t       *from;     \/* array of ngx_cidr_t *\/$/;"	m	struct:__anon42	file:
from_client	src/http/ngx_http_upstream.h	/^    ngx_buf_t                        from_client;$/;"	m	struct:ngx_http_upstream_s
from_utf8	src/http/modules/ngx_http_charset_filter_module.c	/^    unsigned                    from_utf8:1;$/;"	m	struct:__anon53	file:
fs_size	src/core/ngx_file.h	/^    off_t                      fs_size;$/;"	m	struct:ngx_tree_ctx_s
fs_size	src/core/ngx_open_file_cache.h	/^    off_t                    fs_size;$/;"	m	struct:__anon315
fs_size	src/http/ngx_http_cache.h	/^    off_t                            fs_size;$/;"	m	struct:__anon202
fs_size	src/http/ngx_http_cache.h	/^    off_t                            fs_size;$/;"	m	struct:ngx_http_cache_s
ftyp_atom	src/http/modules/ngx_http_mp4_module.c	/^    ngx_chain_t           ftyp_atom;$/;"	m	struct:__anon99	file:
ftyp_atom_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             ftyp_atom_buf;$/;"	m	struct:__anon99	file:
ftyp_size	src/http/modules/ngx_http_mp4_module.c	/^    size_t                ftyp_size;$/;"	m	struct:__anon99	file:
gecko	src/http/ngx_http_request.h	/^    unsigned                          gecko:1;$/;"	m	struct:__anon234
get	src/event/ngx_event_connect.h	/^    ngx_event_get_peer_pt            get;$/;"	m	struct:ngx_peer_connection_s
get_handler	src/http/ngx_http_variables.h	/^    ngx_http_get_variable_pt      get_handler;$/;"	m	struct:ngx_http_variable_s
get_rr_peer	src/http/modules/ngx_http_upstream_ip_hash_module.c	/^    ngx_event_get_peer_pt              get_rr_peer;$/;"	m	struct:__anon142	file:
get_rr_peer	src/http/modules/ngx_http_upstream_least_conn_module.c	/^    ngx_event_get_peer_pt              get_rr_peer;$/;"	m	struct:__anon37	file:
getlen	src/http/modules/ngx_http_log_module.c	/^    ngx_http_log_op_getlen_pt   getlen;$/;"	m	struct:ngx_http_log_op_s	file:
gmtoff	src/core/ngx_times.h	/^    ngx_int_t   gmtoff;$/;"	m	struct:__anon266
greeting	src/mail/ngx_mail_smtp_module.h	/^    ngx_str_t    greeting;$/;"	m	struct:__anon241
greeting_delay	src/mail/ngx_mail_smtp_module.h	/^    ngx_msec_t   greeting_delay;$/;"	m	struct:__anon241
group	src/core/ngx_cycle.h	/^     ngx_gid_t                group;$/;"	m	struct:__anon264
group	src/http/modules/ngx_http_mp4_module.c	/^    u_char    group[2];$/;"	m	struct:__anon105	file:
group	src/http/modules/ngx_http_mp4_module.c	/^    u_char    group[2];$/;"	m	struct:__anon106	file:
gzheader	src/http/modules/ngx_http_gzip_filter_module.c	/^    unsigned             gzheader:1;$/;"	m	struct:__anon89	file:
gzip	src/http/modules/ngx_http_log_module.c	/^    ngx_int_t                   gzip;$/;"	m	struct:__anon81	file:
gzip_disable	src/http/ngx_http_core_module.h	/^    ngx_array_t  *gzip_disable;            \/* gzip_disable *\/$/;"	m	struct:ngx_http_core_loc_conf_s
gzip_disable_degradation	src/http/ngx_http_core_module.h	/^    unsigned      gzip_disable_degradation:2;$/;"	m	struct:ngx_http_core_loc_conf_s
gzip_disable_msie6	src/http/ngx_http_core_module.h	/^    unsigned      gzip_disable_msie6:2;$/;"	m	struct:ngx_http_core_loc_conf_s
gzip_flag	src/http/modules/ngx_http_memcached_module.c	/^    ngx_uint_t                 gzip_flag;$/;"	m	struct:__anon119	file:
gzip_http_version	src/http/ngx_http_core_module.h	/^    ngx_uint_t    gzip_http_version;       \/* gzip_http_version *\/$/;"	m	struct:ngx_http_core_loc_conf_s
gzip_ok	src/http/ngx_http_request.h	/^    unsigned                          gzip_ok:1;$/;"	m	struct:ngx_http_request_s
gzip_proxied	src/http/ngx_http_core_module.h	/^    ngx_uint_t    gzip_proxied;            \/* gzip_proxied *\/$/;"	m	struct:ngx_http_core_loc_conf_s
gzip_tested	src/http/ngx_http_request.h	/^    unsigned                          gzip_tested:1;$/;"	m	struct:ngx_http_request_s
gzip_vary	src/http/ngx_http_core_module.h	/^    ngx_flag_t    gzip_vary;               \/* gzip_vary *\/$/;"	m	struct:ngx_http_core_loc_conf_s
gzip_vary	src/http/ngx_http_request.h	/^    unsigned                          gzip_vary:1;$/;"	m	struct:ngx_http_request_s
gztrailer	src/http/modules/ngx_http_gzip_filter_module.c	/^struct gztrailer {$/;"	s	file:
h0	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_http_fastcgi_header_t         h0;$/;"	m	struct:__anon152	file:
h1	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_http_fastcgi_header_small_t   h1;$/;"	m	struct:__anon152	file:
handled	src/http/ngx_http_spdy.h	/^    unsigned                         handled:1;$/;"	m	struct:ngx_http_spdy_stream_s
handler	src/core/ngx_conf_file.h	/^    ngx_conf_handler_pt   handler;$/;"	m	struct:ngx_conf_s
handler	src/core/ngx_connection.h	/^    ngx_connection_handler_pt   handler;$/;"	m	struct:ngx_listening_s
handler	src/core/ngx_log.h	/^    ngx_log_handler_pt   handler;$/;"	m	struct:ngx_log_s
handler	src/core/ngx_palloc.h	/^    ngx_pool_cleanup_pt   handler;$/;"	m	struct:ngx_pool_cleanup_s
handler	src/core/ngx_resolver.h	/^    ngx_resolver_handler_pt   handler;$/;"	m	struct:ngx_resolver_ctx_s
handler	src/event/ngx_event.h	/^    ngx_event_handler_pt       handler;$/;"	m	struct:ngx_event_aio_s
handler	src/event/ngx_event.h	/^    ngx_event_handler_pt  handler;$/;"	m	struct:ngx_event_s
handler	src/event/ngx_event_busy_lock.h	/^    ngx_event_handler_pt        handler;$/;"	m	struct:ngx_event_busy_lock_ctx_s
handler	src/event/ngx_event_openssl.h	/^    ngx_connection_handler_pt   handler;$/;"	m	struct:__anon338
handler	src/event/ngx_event_openssl_stapling.c	/^    void                       (*handler)(ngx_ssl_ocsp_ctx_t *r);$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
handler	src/http/modules/ngx_http_browser_module.c	/^    ngx_http_get_variable_pt    handler;$/;"	m	struct:__anon70	file:
handler	src/http/modules/ngx_http_headers_filter_module.c	/^    ngx_http_set_header_pt     handler;$/;"	m	struct:__anon136	file:
handler	src/http/modules/ngx_http_headers_filter_module.c	/^    ngx_http_set_header_pt     handler;$/;"	m	struct:ngx_http_header_val_s	file:
handler	src/http/modules/ngx_http_mp4_module.c	/^    ngx_int_t           (*handler)(ngx_http_mp4_file_t *mp4,$/;"	m	struct:__anon100	file:
handler	src/http/modules/ngx_http_proxy_module.c	/^    ngx_http_proxy_rewrite_pt      handler;$/;"	m	struct:ngx_http_proxy_rewrite_s	file:
handler	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_http_ssi_command_pt   handler;$/;"	m	struct:__anon156
handler	src/http/modules/perl/ngx_http_perl_module.c	/^    ngx_str_t          handler;$/;"	m	struct:__anon62	file:
handler	src/http/modules/perl/ngx_http_perl_module.c	/^    ngx_str_t          handler;$/;"	m	struct:__anon63	file:
handler	src/http/ngx_http_core_module.h	/^    ngx_http_handler_pt        handler;$/;"	m	struct:ngx_http_phase_handler_s
handler	src/http/ngx_http_core_module.h	/^    ngx_http_handler_pt  handler;$/;"	m	struct:ngx_http_core_loc_conf_s
handler	src/http/ngx_http_request.h	/^    ngx_http_cleanup_pt               handler;$/;"	m	struct:ngx_http_cleanup_s
handler	src/http/ngx_http_request.h	/^    ngx_http_header_handler_pt        handler;$/;"	m	struct:__anon232
handler	src/http/ngx_http_request.h	/^    ngx_http_post_subrequest_pt       handler;$/;"	m	struct:__anon238
handler	src/http/ngx_http_script.h	/^    ngx_http_set_variable_pt    handler;$/;"	m	struct:__anon215
handler	src/http/ngx_http_spdy.c	/^    ngx_int_t   (*handler)(ngx_http_request_t *r);$/;"	m	struct:__anon206	file:
handler	src/http/ngx_http_spdy.h	/^    ngx_http_spdy_handler_pt         handler;$/;"	m	struct:ngx_http_spdy_connection_s
handler	src/http/ngx_http_spdy.h	/^    ngx_int_t                      (*handler)(ngx_http_spdy_connection_t *sc,$/;"	m	struct:ngx_http_spdy_out_frame_s
handler	src/http/ngx_http_upstream.h	/^    ngx_http_header_handler_pt       handler;$/;"	m	struct:__anon192
handler	src/mail/ngx_mail_auth_http_module.c	/^    ngx_mail_auth_http_handler_pt   handler;$/;"	m	struct:ngx_mail_auth_http_ctx_s	file:
handler	src/os/unix/ngx_process.c	/^    void  (*handler)(int signo);$/;"	m	struct:__anon10	file:
handler	src/os/unix/ngx_process_cycle.h	/^    ngx_event_handler_pt       handler;$/;"	m	struct:__anon5
handler_conf	src/core/ngx_conf_file.h	/^    char                 *handler_conf;$/;"	m	struct:ngx_conf_s
handlers	src/http/ngx_http_core_module.h	/^    ngx_array_t                handlers;$/;"	m	struct:__anon171
handlers	src/http/ngx_http_core_module.h	/^    ngx_http_phase_handler_t  *handlers;$/;"	m	struct:__anon170
handshaked	src/event/ngx_event_openssl.h	/^    unsigned                    handshaked:1;$/;"	m	struct:__anon338
hash	src/core/ngx_hash.h	/^    ngx_hash_t            hash;$/;"	m	struct:__anon287
hash	src/core/ngx_hash.h	/^    ngx_hash_t        hash;$/;"	m	struct:__anon285
hash	src/core/ngx_hash.h	/^    ngx_hash_t       *hash;$/;"	m	struct:__anon288
hash	src/core/ngx_hash.h	/^    ngx_uint_t        hash;$/;"	m	struct:__anon290
hash	src/http/modules/ngx_http_realip_module.c	/^    ngx_uint_t         hash;$/;"	m	struct:__anon42	file:
hash	src/http/modules/ngx_http_referer_module.c	/^    ngx_hash_combined_t      hash;$/;"	m	struct:__anon95	file:
hash	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_hash_t                hash;$/;"	m	struct:__anon153
hash	src/http/modules/ngx_http_upstream_ip_hash_module.c	/^    ngx_uint_t                         hash;$/;"	m	struct:__anon142	file:
hash	src/http/modules/perl/ngx_http_perl_module.h	/^    ngx_uint_t    hash;$/;"	m	struct:__anon65
hash	src/http/ngx_http_core_module.h	/^    ngx_hash_t                 hash;$/;"	m	struct:__anon180
hash	src/http/ngx_http_spdy.c	/^    ngx_uint_t    hash;$/;"	m	struct:__anon206	file:
hash	src/http/ngx_http_variables.h	/^    ngx_hash_combined_t           hash;$/;"	m	struct:__anon200
hash_bucket_size	src/http/modules/ngx_http_map_module.c	/^    ngx_uint_t                  hash_bucket_size;$/;"	m	struct:__anon130	file:
hash_max_size	src/http/modules/ngx_http_map_module.c	/^    ngx_uint_t                  hash_max_size;$/;"	m	struct:__anon130	file:
hcv	src/http/modules/ngx_http_image_filter_module.c	/^    ngx_http_complex_value_t    *hcv;$/;"	m	struct:__anon74	file:
hdlr_atom_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             hdlr_atom_buf;$/;"	m	struct:__anon98	file:
hdlr_size	src/http/modules/ngx_http_mp4_module.c	/^    size_t                hdlr_size;$/;"	m	struct:__anon98	file:
head	src/http/modules/ngx_http_proxy_module.c	/^    ngx_uint_t                     head;  \/* unsigned  head:1 *\/$/;"	m	struct:__anon47	file:
header	src/http/modules/ngx_http_autoindex_module.c	/^static u_char header[] =$/;"	v	file:
header	src/http/modules/ngx_http_realip_module.c	/^    ngx_str_t          header;$/;"	m	struct:__anon42	file:
header	src/http/ngx_http_spdy.c	/^    u_char        header[7];$/;"	m	struct:__anon206	file:
header	src/mail/ngx_mail_auth_http_module.c	/^    ngx_str_t                       header;$/;"	m	struct:__anon262	file:
header_buffers	src/http/ngx_http_spdy.h	/^    ngx_uint_t                       header_buffers;$/;"	m	struct:ngx_http_spdy_stream_s
header_end	src/event/ngx_event_openssl_stapling.c	/^    u_char                      *header_end;$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
header_end	src/http/ngx_http_request.h	/^    u_char                           *header_end;$/;"	m	struct:ngx_http_request_s
header_end	src/mail/ngx_mail_auth_http_module.c	/^    u_char                         *header_end;$/;"	m	struct:ngx_mail_auth_http_ctx_s	file:
header_hash	src/http/ngx_http_request.h	/^    ngx_uint_t                        header_hash;$/;"	m	struct:ngx_http_request_s
header_in	src/http/ngx_http_request.h	/^    ngx_buf_t                        *header_in;$/;"	m	struct:ngx_http_request_s
header_name_end	src/event/ngx_event_openssl_stapling.c	/^    u_char                      *header_name_end;$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
header_name_end	src/http/ngx_http_request.h	/^    u_char                           *header_name_end;$/;"	m	struct:ngx_http_request_s
header_name_end	src/mail/ngx_mail_auth_http_module.c	/^    u_char                         *header_name_end;$/;"	m	struct:ngx_mail_auth_http_ctx_s	file:
header_name_start	src/event/ngx_event_openssl_stapling.c	/^    u_char                      *header_name_start;$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
header_name_start	src/http/ngx_http_request.h	/^    u_char                           *header_name_start;$/;"	m	struct:ngx_http_request_s
header_name_start	src/mail/ngx_mail_auth_http_module.c	/^    u_char                         *header_name_start;$/;"	m	struct:ngx_mail_auth_http_ctx_s	file:
header_only	src/http/ngx_http_request.h	/^    unsigned                          header_only:1;$/;"	m	struct:ngx_http_request_s
header_params	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_uint_t                     header_params;$/;"	m	struct:__anon145	file:
header_params	src/http/modules/ngx_http_scgi_module.c	/^    ngx_uint_t                 header_params;$/;"	m	struct:__anon141	file:
header_params	src/http/modules/ngx_http_uwsgi_module.c	/^    ngx_uint_t                 header_params;$/;"	m	struct:__anon121	file:
header_sent	src/http/ngx_http_request.h	/^    unsigned                          header_sent:1;$/;"	m	struct:ngx_http_request_s
header_sent	src/http/ngx_http_upstream.h	/^    unsigned                         header_sent:1;$/;"	m	struct:ngx_http_upstream_s
header_size	src/http/ngx_http_request.h	/^    size_t                            header_size;$/;"	m	struct:ngx_http_request_s
header_start	src/event/ngx_event_openssl_stapling.c	/^    u_char                      *header_start;$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
header_start	src/http/ngx_http_cache.h	/^    size_t                           header_start;$/;"	m	struct:ngx_http_cache_s
header_start	src/http/ngx_http_cache.h	/^    u_short                          header_start;$/;"	m	struct:__anon203
header_start	src/http/ngx_http_request.h	/^    u_char                           *header_start;$/;"	m	struct:ngx_http_request_s
header_start	src/mail/ngx_mail_auth_http_module.c	/^    u_char                         *header_start;$/;"	m	struct:ngx_mail_auth_http_ctx_s	file:
headers	src/http/modules/ngx_http_headers_filter_module.c	/^    ngx_array_t             *headers;$/;"	m	struct:__anon138	file:
headers	src/http/ngx_http_request.h	/^    ngx_list_t                        headers;$/;"	m	struct:__anon234
headers	src/http/ngx_http_request.h	/^    ngx_list_t                        headers;$/;"	m	struct:__anon235
headers	src/http/ngx_http_spdy.h	/^    ngx_uint_t                       headers;$/;"	m	struct:ngx_http_spdy_connection_s
headers	src/http/ngx_http_upstream.h	/^    ngx_list_t                       headers;$/;"	m	struct:__anon193
headers	src/mail/ngx_mail_auth_http_module.c	/^    ngx_array_t                    *headers;$/;"	m	struct:__anon262	file:
headers_comp	src/http/ngx_http_spdy_module.h	/^    ngx_int_t                       headers_comp;$/;"	m	struct:__anon227
headers_hash	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_hash_t                     headers_hash;$/;"	m	struct:__anon145	file:
headers_hash	src/http/modules/ngx_http_scgi_module.c	/^    ngx_hash_t                 headers_hash;$/;"	m	struct:__anon141	file:
headers_hash	src/http/modules/ngx_http_uwsgi_module.c	/^    ngx_hash_t                 headers_hash;$/;"	m	struct:__anon121	file:
headers_hash_bucket_size	src/http/modules/ngx_http_proxy_module.c	/^    ngx_uint_t                     headers_hash_bucket_size;$/;"	m	struct:__anon46	file:
headers_hash_max_size	src/http/modules/ngx_http_proxy_module.c	/^    ngx_uint_t                     headers_hash_max_size;$/;"	m	struct:__anon46	file:
headers_in	src/http/ngx_http_request.h	/^    ngx_http_headers_in_t             headers_in;$/;"	m	struct:ngx_http_request_s
headers_in	src/http/ngx_http_upstream.h	/^    ngx_http_upstream_headers_in_t   headers_in;$/;"	m	struct:ngx_http_upstream_s
headers_in_hash	src/http/ngx_http_core_module.h	/^    ngx_hash_t                 headers_in_hash;$/;"	m	struct:__anon172
headers_in_hash	src/http/ngx_http_upstream.h	/^    ngx_hash_t                       headers_in_hash;$/;"	m	struct:__anon187
headers_out	src/http/ngx_http_request.h	/^    ngx_http_headers_out_t            headers_out;$/;"	m	struct:ngx_http_request_s
headers_set	src/http/modules/ngx_http_proxy_module.c	/^    ngx_array_t                   *headers_set;$/;"	m	struct:__anon46	file:
headers_set_hash	src/http/modules/ngx_http_proxy_module.c	/^    ngx_hash_t                     headers_set_hash;$/;"	m	struct:__anon46	file:
headers_set_len	src/http/modules/ngx_http_proxy_module.c	/^    ngx_array_t                   *headers_set_len;$/;"	m	struct:__anon46	file:
headers_source	src/http/modules/ngx_http_proxy_module.c	/^    ngx_array_t                   *headers_source;$/;"	m	struct:__anon46	file:
height	src/http/modules/ngx_http_image_filter_module.c	/^    ngx_uint_t                   height;$/;"	m	struct:__anon74	file:
height	src/http/modules/ngx_http_image_filter_module.c	/^    ngx_uint_t                   height;$/;"	m	struct:__anon75	file:
heigth	src/http/modules/ngx_http_mp4_module.c	/^    u_char    heigth[4];$/;"	m	struct:__anon105	file:
heigth	src/http/modules/ngx_http_mp4_module.c	/^    u_char    heigth[4];$/;"	m	struct:__anon106	file:
hide_headers	src/http/ngx_http_upstream.h	/^    ngx_array_t                     *hide_headers;$/;"	m	struct:__anon191
hide_headers_hash	src/http/ngx_http_upstream.h	/^    ngx_hash_t                       hide_headers_hash;$/;"	m	struct:__anon191
high	src/core/ngx_conf_file.h	/^    ngx_int_t                 high;$/;"	m	struct:__anon272
high	src/http/modules/ngx_http_geo_module.c	/^        ngx_http_geo_high_ranges_t   high;$/;"	m	union:__anon127::__anon128	file:
high	src/http/modules/ngx_http_geo_module.c	/^    ngx_http_geo_high_ranges_t       high;$/;"	m	struct:__anon126	file:
host	src/core/ngx_inet.h	/^    ngx_str_t                 host;$/;"	m	struct:__anon310
host	src/event/ngx_event_openssl_stapling.c	/^    ngx_str_t                    host;$/;"	m	struct:__anon342	file:
host	src/event/ngx_event_openssl_stapling.c	/^    ngx_str_t                    host;$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
host	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *host;$/;"	m	struct:__anon234
host	src/http/ngx_http_upstream.h	/^    ngx_str_t                        host;$/;"	m	struct:__anon194
host	src/http/ngx_http_upstream.h	/^    ngx_str_t                        host;$/;"	m	struct:ngx_http_upstream_srv_conf_s
host	src/mail/ngx_mail.h	/^    ngx_str_t               host;$/;"	m	struct:__anon259
host_end	src/http/ngx_http_request.h	/^    u_char                           *host_end;$/;"	m	struct:ngx_http_request_s
host_header	src/http/modules/ngx_http_proxy_module.c	/^    ngx_str_t                      host_header;$/;"	m	struct:__anon45	file:
host_header	src/mail/ngx_mail_auth_http_module.c	/^    ngx_str_t                       host_header;$/;"	m	struct:__anon262	file:
host_start	src/http/ngx_http_request.h	/^    u_char                           *host_start;$/;"	m	struct:ngx_http_request_s
hostname	src/core/ngx_cycle.h	/^    ngx_str_t                 hostname;$/;"	m	struct:ngx_cycle_s
hostnames	src/http/modules/ngx_http_map_module.c	/^    ngx_uint_t                  hostnames;      \/* unsigned  hostnames:1 *\/$/;"	m	struct:__anon131	file:
hostnames	src/http/modules/ngx_http_map_module.c	/^    ngx_uint_t                  hostnames;      \/* unsigned  hostnames:1 *\/$/;"	m	struct:__anon132	file:
hsize	src/core/ngx_hash.h	/^    ngx_uint_t        hsize;$/;"	m	struct:__anon289
http_connection	src/http/ngx_http_request.h	/^    ngx_http_connection_t            *http_connection;$/;"	m	struct:ngx_http_request_s
http_connection	src/http/ngx_http_spdy.h	/^    ngx_http_connection_t           *http_connection;$/;"	m	struct:ngx_http_spdy_connection_s
http_major	src/http/ngx_http_request.h	/^    unsigned                          http_major:16;$/;"	m	struct:ngx_http_request_s
http_minor	src/http/ngx_http_request.h	/^    unsigned                          http_minor:16;$/;"	m	struct:ngx_http_request_s
http_protocol	src/http/ngx_http_request.h	/^    ngx_str_t                         http_protocol;$/;"	m	struct:ngx_http_request_s
http_state	src/http/ngx_http_request.h	/^    unsigned                          http_state:4;$/;"	m	struct:ngx_http_request_s
http_version	src/http/modules/ngx_http_proxy_module.c	/^    ngx_uint_t                     http_version;$/;"	m	struct:__anon46	file:
http_version	src/http/ngx_http.h	/^    ngx_uint_t           http_version;$/;"	m	struct:__anon228
http_version	src/http/ngx_http_request.h	/^    ngx_uint_t                        http_version;$/;"	m	struct:ngx_http_request_s
id	src/event/ngx_event_openssl.h	/^    u_char                     *id;$/;"	m	struct:ngx_ssl_sess_id_s
id	src/http/modules/ngx_http_mp4_module.c	/^    u_char                id[4];$/;"	m	struct:__anon97	file:
id	src/http/ngx_http_spdy.h	/^    ngx_uint_t                       id;$/;"	m	struct:ngx_http_spdy_stream_s
ident	src/core/ngx_resolver.h	/^    ngx_int_t                 ident;$/;"	m	struct:__anon314
ident	src/core/ngx_resolver.h	/^    ngx_int_t                 ident;$/;"	m	struct:ngx_resolver_ctx_s
ident_hi	src/core/ngx_resolver.c	/^    u_char  ident_hi;$/;"	m	struct:__anon280	file:
ident_lo	src/core/ngx_resolver.c	/^    u_char  ident_lo;$/;"	m	struct:__anon280	file:
idle	src/core/ngx_connection.h	/^    unsigned            idle:1;$/;"	m	struct:ngx_connection_s
if_match	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *if_match;$/;"	m	struct:__anon234
if_modified_since	src/http/ngx_http_core_module.h	/^    ngx_uint_t    if_modified_since;       \/* if_modified_since *\/$/;"	m	struct:ngx_http_core_loc_conf_s
if_modified_since	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *if_modified_since;$/;"	m	struct:__anon234
if_none_match	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *if_none_match;$/;"	m	struct:__anon234
if_range	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *if_range;$/;"	m	struct:__anon234
if_unmodified_since	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *if_unmodified_since;$/;"	m	struct:__anon234
ignore	src/core/ngx_connection.h	/^    unsigned            ignore:1;$/;"	m	struct:ngx_listening_s
ignore_client_abort	src/http/ngx_http_upstream.h	/^    ngx_flag_t                       ignore_client_abort;$/;"	m	struct:__anon191
ignore_content_encoding	src/http/ngx_http_request.h	/^    unsigned                          ignore_content_encoding:1;$/;"	m	struct:ngx_http_request_s
ignore_headers	src/http/ngx_http_upstream.h	/^    ngx_uint_t                       ignore_headers;$/;"	m	struct:__anon191
ignore_invalid_headers	src/http/ngx_http_core_module.h	/^    ngx_flag_t                  ignore_invalid_headers;$/;"	m	struct:__anon173
ignore_recycled_buffers	src/http/modules/ngx_http_ssi_filter_module.c	/^    ngx_flag_t    ignore_recycled_buffers;$/;"	m	struct:__anon38	file:
image	src/http/modules/ngx_http_image_filter_module.c	/^    u_char                      *image;$/;"	m	struct:__anon75	file:
imap_bye	src/mail/ngx_mail_imap_handler.c	/^static u_char  imap_bye[] = "* BYE" CRLF;$/;"	v	file:
imap_greeting	src/mail/ngx_mail_imap_handler.c	/^static u_char  imap_greeting[] = "* OK IMAP4 ready" CRLF;$/;"	v	file:
imap_invalid_command	src/mail/ngx_mail_imap_handler.c	/^static u_char  imap_invalid_command[] = "BAD invalid command" CRLF;$/;"	v	file:
imap_next	src/mail/ngx_mail_imap_handler.c	/^static u_char  imap_next[] = "+ OK" CRLF;$/;"	v	file:
imap_ok	src/mail/ngx_mail_imap_handler.c	/^static u_char  imap_ok[] = "OK completed" CRLF;$/;"	v	file:
imap_password	src/mail/ngx_mail_imap_handler.c	/^static u_char  imap_password[] = "+ UGFzc3dvcmQ6" CRLF;$/;"	v	file:
imap_plain_next	src/mail/ngx_mail_imap_handler.c	/^static u_char  imap_plain_next[] = "+ " CRLF;$/;"	v	file:
imap_star	src/mail/ngx_mail_imap_handler.c	/^static u_char  imap_star[] = "* ";$/;"	v	file:
imap_username	src/mail/ngx_mail_imap_handler.c	/^static u_char  imap_username[] = "+ VXNlcm5hbWU6" CRLF;$/;"	v	file:
in	src/core/ngx_buf.h	/^    ngx_chain_t                 *in;$/;"	m	struct:ngx_output_chain_ctx_s
in	src/core/ngx_inet.h	/^        ngx_in_cidr_t         in;$/;"	m	union:__anon307::__anon308
in	src/event/ngx_event_pipe.h	/^    ngx_chain_t       *in;$/;"	m	struct:ngx_event_pipe_s
in	src/http/modules/ngx_http_gunzip_filter_module.c	/^    ngx_chain_t         *in;$/;"	m	struct:__anon94	file:
in	src/http/modules/ngx_http_gzip_filter_module.c	/^    ngx_chain_t         *in;$/;"	m	struct:__anon89	file:
in	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_chain_t              *in;$/;"	m	struct:__anon154
in	src/http/modules/ngx_http_sub_filter_module.c	/^    ngx_chain_t               *in;$/;"	m	struct:__anon135	file:
in6	src/core/ngx_inet.h	/^        ngx_in6_cidr_t        in6;$/;"	m	union:__anon307::__anon308
in_buf	src/http/modules/ngx_http_gunzip_filter_module.c	/^    ngx_buf_t           *in_buf;$/;"	m	struct:__anon94	file:
in_buf	src/http/modules/ngx_http_gzip_filter_module.c	/^    ngx_buf_t           *in_buf;$/;"	m	struct:__anon89	file:
in_closed	src/http/ngx_http_spdy.h	/^    unsigned                         in_closed:1;$/;"	m	struct:ngx_http_spdy_stream_s
in_file	src/core/ngx_buf.h	/^    unsigned         in_file:1;$/;"	m	struct:ngx_buf_s
inactive	src/core/ngx_open_file_cache.h	/^    time_t                   inactive;$/;"	m	struct:__anon316
inactive	src/http/ngx_http_cache.h	/^    time_t                           inactive;$/;"	m	struct:ngx_http_file_cache_s
include_name	src/http/modules/ngx_http_geo_module.c	/^    ngx_str_t                        include_name;$/;"	m	struct:__anon126	file:
includes	src/http/modules/ngx_http_geo_module.c	/^    ngx_uint_t                       includes;$/;"	m	struct:__anon126	file:
inclusive	src/http/ngx_http_core_module.h	/^    ngx_http_core_loc_conf_t        *inclusive;$/;"	m	struct:__anon183
inclusive	src/http/ngx_http_core_module.h	/^    ngx_http_core_loc_conf_t        *inclusive;$/;"	m	struct:ngx_http_location_tree_node_s
index	src/core/ngx_conf_file.h	/^    ngx_uint_t            index;$/;"	m	struct:ngx_module_s
index	src/event/ngx_event.h	/^    ngx_uint_t       index;$/;"	m	struct:ngx_event_s
index	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_str_t                      index;$/;"	m	struct:__anon145	file:
index	src/http/modules/ngx_http_geo_module.c	/^    ngx_int_t                        index;$/;"	m	struct:__anon127	file:
index	src/http/modules/ngx_http_limit_conn_module.c	/^    ngx_int_t           index;$/;"	m	struct:__anon20	file:
index	src/http/modules/ngx_http_limit_req_module.c	/^    ngx_int_t                    index;$/;"	m	struct:__anon33	file:
index	src/http/modules/ngx_http_memcached_module.c	/^    ngx_int_t                  index;$/;"	m	struct:__anon119	file:
index	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_uint_t                index;$/;"	m	struct:__anon155
index	src/http/ngx_http_script.h	/^    uintptr_t                   index;$/;"	m	struct:__anon214
index	src/http/ngx_http_spdy.h	/^    ngx_http_spdy_stream_t          *index;$/;"	m	struct:ngx_http_spdy_stream_s
index	src/http/ngx_http_variables.h	/^    ngx_int_t                     index;$/;"	m	struct:__anon197
index	src/http/ngx_http_variables.h	/^    ngx_uint_t                    index;$/;"	m	struct:ngx_http_variable_s
indices	src/http/modules/ngx_http_index_module.c	/^    ngx_array_t             *indices;    \/* array of ngx_http_index_t *\/$/;"	m	struct:__anon26	file:
info	src/core/ngx_file.h	/^    ngx_file_info_t            info;$/;"	m	struct:ngx_file_s
info	src/os/unix/ngx_files.h	/^    struct stat                  info;$/;"	m	struct:__anon12	typeref:struct:__anon12::stat
inherited	src/core/ngx_connection.h	/^    unsigned            inherited:1;   \/* inherited from previous process *\/$/;"	m	struct:ngx_listening_s
init	src/core/ngx_cycle.h	/^    ngx_shm_zone_init_pt      init;$/;"	m	struct:ngx_shm_zone_s
init	src/event/ngx_event.h	/^    ngx_int_t  (*init)(ngx_cycle_t *cycle, ngx_msec_t timer);$/;"	m	struct:__anon334
init	src/http/ngx_http_upstream.h	/^    ngx_http_upstream_init_peer_pt   init;$/;"	m	struct:__anon188
init_conf	src/core/ngx_conf_file.h	/^    char               *(*init_conf)(ngx_cycle_t *cycle, void *conf);$/;"	m	struct:__anon268
init_conf	src/event/ngx_event.h	/^    char                 *(*init_conf)(ngx_cycle_t *cycle, void *conf);$/;"	m	struct:__anon336
init_handler	src/core/ngx_file.h	/^    ngx_tree_init_handler_pt   init_handler;$/;"	m	struct:ngx_tree_ctx_s
init_main_conf	src/http/ngx_http_config.h	/^    char       *(*init_main_conf)(ngx_conf_t *cf, void *conf);$/;"	m	struct:__anon185
init_main_conf	src/mail/ngx_mail.h	/^    char                       *(*init_main_conf)(ngx_conf_t *cf, void *conf);$/;"	m	struct:__anon261
init_master	src/core/ngx_conf_file.h	/^    ngx_int_t           (*init_master)(ngx_log_t *log);$/;"	m	struct:ngx_module_s
init_module	src/core/ngx_conf_file.h	/^    ngx_int_t           (*init_module)(ngx_cycle_t *cycle);$/;"	m	struct:ngx_module_s
init_process	src/core/ngx_conf_file.h	/^    ngx_int_t           (*init_process)(ngx_cycle_t *cycle);$/;"	m	struct:ngx_module_s
init_protocol	src/mail/ngx_mail.h	/^    ngx_mail_init_protocol_pt   init_protocol;$/;"	m	struct:ngx_mail_protocol_s
init_session	src/mail/ngx_mail.h	/^    ngx_mail_init_session_pt    init_session;$/;"	m	struct:ngx_mail_protocol_s
init_thread	src/core/ngx_conf_file.h	/^    ngx_int_t           (*init_thread)(ngx_cycle_t *cycle);$/;"	m	struct:ngx_module_s
init_upstream	src/http/ngx_http_upstream.h	/^    ngx_http_upstream_init_pt        init_upstream;$/;"	m	struct:__anon188
input_ctx	src/event/ngx_event_pipe.h	/^    void                             *input_ctx;$/;"	m	struct:ngx_event_pipe_s
input_filter	src/event/ngx_event_pipe.h	/^    ngx_event_pipe_input_filter_pt    input_filter;$/;"	m	struct:ngx_event_pipe_s
input_filter	src/http/ngx_http_upstream.h	/^    ngx_int_t                      (*input_filter)(void *data, ssize_t bytes);$/;"	m	struct:ngx_http_upstream_s
input_filter_ctx	src/http/ngx_http_upstream.h	/^    void                            *input_filter_ctx;$/;"	m	struct:ngx_http_upstream_s
input_filter_init	src/http/ngx_http_upstream.h	/^    ngx_int_t                      (*input_filter_init)(void *data);$/;"	m	struct:ngx_http_upstream_s
insert	src/core/ngx_rbtree.h	/^    ngx_rbtree_insert_pt   insert;$/;"	m	struct:ngx_rbtree_s
instance	src/event/ngx_event.h	/^    unsigned         instance:1;$/;"	m	struct:ngx_event_s
intercept_404	src/http/ngx_http_upstream.h	/^    unsigned                         intercept_404:1;$/;"	m	struct:__anon191
intercept_errors	src/http/ngx_http_upstream.h	/^    ngx_flag_t                       intercept_errors;$/;"	m	struct:__anon191
interlace	src/http/modules/ngx_http_image_filter_module.c	/^    ngx_flag_t                   interlace;$/;"	m	struct:__anon74	file:
internal	src/http/ngx_http_core_module.h	/^    ngx_flag_t    internal;                \/* internal *\/$/;"	m	struct:ngx_http_core_loc_conf_s
internal	src/http/ngx_http_request.h	/^    unsigned                          internal:1;$/;"	m	struct:ngx_http_request_s
internal_body_length	src/http/modules/ngx_http_proxy_module.c	/^    off_t                          internal_body_length;$/;"	m	struct:__anon47	file:
internal_server_error	src/mail/ngx_mail.h	/^    ngx_str_t                   internal_server_error;$/;"	m	struct:ngx_mail_protocol_s
invalid_header	src/http/ngx_http_request.h	/^    unsigned                          invalid_header:1;$/;"	m	struct:ngx_http_request_s
io_destroy	src/event/modules/ngx_epoll_module.c	/^io_destroy(aio_context_t ctx)$/;"	f	file:
io_event	src/event/modules/ngx_epoll_module.c	/^struct io_event {$/;"	s	file:
io_getevents	src/event/modules/ngx_epoll_module.c	/^io_getevents(aio_context_t ctx, long min_nr, long nr, struct io_event *events,$/;"	f	file:
io_setup	src/event/modules/ngx_epoll_module.c	/^io_setup(u_int nr_reqs, aio_context_t *ctx)$/;"	f	file:
io_submit	src/os/unix/ngx_linux_aio_read.c	/^io_submit(aio_context_t ctx, long n, struct iocb **paiocb)$/;"	f	file:
ip	src/http/ngx_http_script.h	/^    u_char                     *ip;$/;"	m	struct:__anon209
ipv6only	src/core/ngx_connection.h	/^    unsigned            ipv6only:1;$/;"	m	struct:ngx_listening_s
ipv6only	src/http/ngx_http_core_module.h	/^    unsigned                   ipv6only:1;$/;"	m	struct:__anon167
ipv6only	src/mail/ngx_mail.h	/^    unsigned                ipv6only:1;$/;"	m	struct:__anon246
ipv6only	src/mail/ngx_mail.h	/^    unsigned                ipv6only:1;$/;"	m	struct:__anon252
is_args	src/http/ngx_http_script.h	/^    unsigned                    is_args:1;$/;"	m	struct:__anon209
is_dir	src/core/ngx_open_file_cache.h	/^    unsigned                 is_dir:1;$/;"	m	struct:__anon315
is_dir	src/core/ngx_open_file_cache.h	/^    unsigned                 is_dir:1;$/;"	m	struct:ngx_cached_open_file_s
is_directio	src/core/ngx_open_file_cache.h	/^    unsigned                 is_directio:1;$/;"	m	struct:__anon315
is_directio	src/core/ngx_open_file_cache.h	/^    unsigned                 is_directio:1;$/;"	m	struct:ngx_cached_open_file_s
is_exec	src/core/ngx_open_file_cache.h	/^    unsigned                 is_exec:1;$/;"	m	struct:__anon315
is_exec	src/core/ngx_open_file_cache.h	/^    unsigned                 is_exec:1;$/;"	m	struct:ngx_cached_open_file_s
is_file	src/core/ngx_open_file_cache.h	/^    unsigned                 is_file:1;$/;"	m	struct:__anon315
is_file	src/core/ngx_open_file_cache.h	/^    unsigned                 is_file:1;$/;"	m	struct:ngx_cached_open_file_s
is_link	src/core/ngx_open_file_cache.h	/^    unsigned                 is_link:1;$/;"	m	struct:__anon315
is_link	src/core/ngx_open_file_cache.h	/^    unsigned                 is_link:1;$/;"	m	struct:ngx_cached_open_file_s
issuer	src/event/ngx_event_openssl_stapling.c	/^    X509                        *issuer;$/;"	m	struct:__anon342	file:
issuer	src/event/ngx_event_openssl_stapling.c	/^    X509                        *issuer;$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
it_interval	src/event/modules/ngx_eventport_module.c	/^    struct timespec it_interval;\/* timer period *\/$/;"	m	struct:itimerspec	typeref:struct:itimerspec::timespec	file:
it_value	src/event/modules/ngx_eventport_module.c	/^    struct timespec it_value;   \/* timer expiration *\/$/;"	m	struct:itimerspec	typeref:struct:itimerspec::timespec	file:
itimerspec	src/event/modules/ngx_eventport_module.c	/^typedef struct itimerspec {     \/* definition per POSIX.4 *\/$/;"	s	file:
itimerspec_t	src/event/modules/ngx_eventport_module.c	/^} itimerspec_t;$/;"	t	typeref:struct:itimerspec	file:
jpeg_quality	src/http/modules/ngx_http_image_filter_module.c	/^    ngx_uint_t                   jpeg_quality;$/;"	m	struct:__anon74	file:
jqcv	src/http/modules/ngx_http_image_filter_module.c	/^    ngx_http_complex_value_t    *jqcv;$/;"	m	struct:__anon74	file:
just_spawn	src/os/unix/ngx_process.h	/^    unsigned            just_spawn:1;$/;"	m	struct:__anon8
keep_alive	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *keep_alive;$/;"	m	struct:__anon234
keep_alive_n	src/http/ngx_http_request.h	/^    time_t                            keep_alive_n;$/;"	m	struct:__anon234
keep_conn	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_flag_t                     keep_conn;$/;"	m	struct:__anon145	file:
keepalive	src/core/ngx_connection.h	/^    unsigned            keepalive:2;$/;"	m	struct:ngx_listening_s
keepalive	src/http/ngx_http_request.h	/^    unsigned                          keepalive:1;$/;"	m	struct:ngx_http_request_s
keepalive	src/http/ngx_http_upstream.h	/^    unsigned                         keepalive:1;$/;"	m	struct:ngx_http_upstream_s
keepalive_disable	src/http/ngx_http_core_module.h	/^    ngx_uint_t    keepalive_disable;       \/* keepalive_disable *\/$/;"	m	struct:ngx_http_core_loc_conf_s
keepalive_header	src/http/ngx_http_core_module.h	/^    time_t        keepalive_header;        \/* keepalive_timeout *\/$/;"	m	struct:ngx_http_core_loc_conf_s
keepalive_requests	src/http/ngx_http_core_module.h	/^    ngx_uint_t    keepalive_requests;      \/* keepalive_requests *\/$/;"	m	struct:ngx_http_core_loc_conf_s
keepalive_timeout	src/http/ngx_http_core_module.h	/^    ngx_msec_t    keepalive_timeout;       \/* keepalive_timeout *\/$/;"	m	struct:ngx_http_core_loc_conf_s
keepalive_timeout	src/http/ngx_http_spdy_module.h	/^    ngx_msec_t                      keepalive_timeout;$/;"	m	struct:__anon227
keepcnt	src/core/ngx_connection.h	/^    int                 keepcnt;$/;"	m	struct:ngx_listening_s
keepidle	src/core/ngx_connection.h	/^    int                 keepidle;$/;"	m	struct:ngx_listening_s
keepintvl	src/core/ngx_connection.h	/^    int                 keepintvl;$/;"	m	struct:ngx_listening_s
kevent_mutex	src/event/modules/ngx_kqueue_module.c	/^static ngx_mutex_t    *kevent_mutex;$/;"	v	file:
key	src/core/ngx_hash.h	/^    ngx_hash_key_pt   key;$/;"	m	struct:__anon288
key	src/core/ngx_hash.h	/^    ngx_str_t         key;$/;"	m	struct:__anon286
key	src/core/ngx_hash.h	/^    ngx_str_t         key;$/;"	m	struct:__anon290
key	src/core/ngx_rbtree.h	/^    ngx_rbtree_key_t       key;$/;"	m	struct:ngx_rbtree_node_s
key	src/core/ngx_string.h	/^    ngx_str_t   key;$/;"	m	struct:__anon320
key	src/http/modules/ngx_http_headers_filter_module.c	/^    ngx_str_t                  key;$/;"	m	struct:ngx_http_header_val_s	file:
key	src/http/modules/ngx_http_memcached_module.c	/^    ngx_str_t                  key;$/;"	m	struct:__anon120	file:
key	src/http/modules/ngx_http_ssi_filter_module.c	/^    ngx_uint_t    key;$/;"	m	struct:__anon39	file:
key	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_uint_t                key;$/;"	m	struct:__anon154
key	src/http/ngx_http_cache.h	/^    u_char                           key[NGX_HTTP_CACHE_KEY_LEN$/;"	m	struct:__anon202
key	src/http/ngx_http_cache.h	/^    u_char                           key[NGX_HTTP_CACHE_KEY_LEN];$/;"	m	struct:ngx_http_cache_s
key	src/http/ngx_http_upstream.h	/^    ngx_str_t   key;$/;"	m	struct:__anon196
key_hash	src/core/ngx_hash.h	/^    ngx_uint_t        key_hash;$/;"	m	struct:__anon286
key_start	src/http/modules/ngx_http_proxy_module.c	/^    ngx_str_t                      key_start;$/;"	m	struct:__anon45	file:
keys	src/core/ngx_hash.h	/^    ngx_array_t       keys;$/;"	m	struct:__anon289
keys	src/http/modules/ngx_http_map_module.c	/^    ngx_hash_keys_arrays_t      keys;$/;"	m	struct:__anon131	file:
keys	src/http/modules/ngx_http_referer_module.c	/^    ngx_hash_keys_arrays_t  *keys;$/;"	m	struct:__anon95	file:
keys	src/http/ngx_http_cache.h	/^    ngx_array_t                      keys;$/;"	m	struct:ngx_http_cache_s
keys_hash	src/core/ngx_hash.h	/^    ngx_array_t      *keys_hash;$/;"	m	struct:__anon289
konqueror	src/http/ngx_http_request.h	/^    unsigned                          konqueror:1;$/;"	m	struct:__anon234
kq	src/os/unix/ngx_freebsd_rfork_thread.h	/^    int           kq;$/;"	m	struct:__anon16
kq_errno	src/event/ngx_event.h	/^    int              kq_errno;$/;"	m	struct:ngx_event_s
kq_vnode	src/event/ngx_event.h	/^    unsigned         kq_vnode:1;$/;"	m	struct:ngx_event_s
kqueue_name	src/event/modules/ngx_kqueue_module.c	/^static ngx_str_t      kqueue_name = ngx_string("kqueue");$/;"	v	file:
language	src/http/modules/ngx_http_mp4_module.c	/^    u_char    language[2];$/;"	m	struct:__anon107	file:
language	src/http/modules/ngx_http_mp4_module.c	/^    u_char    language[2];$/;"	m	struct:__anon108	file:
large	src/core/ngx_palloc.h	/^    ngx_pool_large_t     *large;$/;"	m	struct:ngx_pool_s
large_client_header_buffers	src/http/ngx_http_core_module.h	/^    ngx_bufs_t                  large_client_header_buffers;$/;"	m	struct:__anon173
large_stderr	src/http/modules/ngx_http_fastcgi_module.c	/^    unsigned                       large_stderr:1;$/;"	m	struct:__anon148	file:
last	src/core/ngx_buf.h	/^    ngx_chain_t                **last;$/;"	m	struct:__anon304
last	src/core/ngx_buf.h	/^    u_char          *last;$/;"	m	struct:ngx_buf_s
last	src/core/ngx_list.h	/^    ngx_list_part_t  *last;$/;"	m	struct:__anon299
last	src/core/ngx_palloc.h	/^    u_char               *last;$/;"	m	struct:__anon301
last	src/event/ngx_event.h	/^    ngx_event_t     *last;$/;"	m	struct:__anon333
last	src/event/ngx_event_busy_lock.h	/^    ngx_event_busy_lock_ctx_t  *last;$/;"	m	struct:__anon341
last	src/event/ngx_event_openssl.h	/^    ngx_int_t                   last;$/;"	m	struct:__anon338
last	src/http/modules/ngx_http_fastcgi_module.c	/^    u_char                        *last;$/;"	m	struct:__anon148	file:
last	src/http/modules/ngx_http_image_filter_module.c	/^    u_char                      *last;$/;"	m	struct:__anon75	file:
last	src/http/modules/ngx_http_limit_req_module.c	/^    ngx_msec_t                   last;$/;"	m	struct:__anon31	file:
last	src/http/modules/ngx_http_log_module.c	/^    u_char                     *last;$/;"	m	struct:__anon81	file:
last	src/http/ngx_http_cache.h	/^    ngx_msec_t                       last;$/;"	m	struct:ngx_http_file_cache_s
last	src/http/ngx_http_spdy.h	/^    ngx_chain_t                     *last;$/;"	m	struct:ngx_http_spdy_out_frame_s
last_buf	src/core/ngx_buf.h	/^    unsigned         last_buf:1;$/;"	m	struct:ngx_buf_s
last_connection	src/core/ngx_resolver.h	/^    ngx_uint_t                last_connection;$/;"	m	struct:__anon314
last_in	src/event/ngx_event_pipe.h	/^    ngx_chain_t      **last_in;$/;"	m	struct:ngx_event_pipe_s
last_in_chain	src/core/ngx_buf.h	/^    unsigned         last_in_chain:1;$/;"	m	struct:ngx_buf_s
last_modified	src/http/ngx_http_cache.h	/^    time_t                           last_modified;$/;"	m	struct:__anon203
last_modified	src/http/ngx_http_cache.h	/^    time_t                           last_modified;$/;"	m	struct:ngx_http_cache_s
last_modified	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *last_modified;$/;"	m	struct:__anon235
last_modified	src/http/ngx_http_upstream.h	/^    ngx_table_elt_t                 *last_modified;$/;"	m	struct:__anon193
last_modified_time	src/http/ngx_http_request.h	/^    time_t                            last_modified_time;$/;"	m	struct:__anon235
last_offset	src/event/ngx_event.h	/^    off_t                      last_offset;$/;"	m	struct:ngx_event_aio_s
last_out	src/http/modules/ngx_http_gunzip_filter_module.c	/^    ngx_chain_t        **last_out;$/;"	m	struct:__anon94	file:
last_out	src/http/modules/ngx_http_gzip_filter_module.c	/^    ngx_chain_t        **last_out;$/;"	m	struct:__anon89	file:
last_out	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_chain_t             **last_out;$/;"	m	struct:__anon154
last_out	src/http/modules/ngx_http_sub_filter_module.c	/^    ngx_chain_t              **last_out;$/;"	m	struct:__anon135	file:
last_out	src/http/ngx_http_spdy.h	/^    ngx_http_spdy_out_frame_t       *last_out;$/;"	m	struct:ngx_http_spdy_connection_s
last_shadow	src/core/ngx_buf.h	/^    unsigned         last_shadow:1;$/;"	m	struct:ngx_buf_s
last_sid	src/http/ngx_http_spdy.h	/^    ngx_uint_t                       last_sid;$/;"	m	struct:ngx_http_spdy_connection_s
last_stack	src/os/unix/ngx_freebsd_rfork_thread.c	/^static char          *last_stack;$/;"	v	file:
last_stream	src/http/ngx_http_spdy.h	/^    ngx_http_spdy_stream_t          *last_stream;$/;"	m	struct:ngx_http_spdy_connection_s
layer	src/http/modules/ngx_http_mp4_module.c	/^    u_char    layer[2];$/;"	m	struct:__anon105	file:
layer	src/http/modules/ngx_http_mp4_module.c	/^    u_char    layer[2];$/;"	m	struct:__anon106	file:
left	src/core/ngx_radix_tree.h	/^    ngx_radix_node_t  *left;$/;"	m	struct:ngx_radix_node_s
left	src/core/ngx_rbtree.h	/^    ngx_rbtree_node_t     *left;$/;"	m	struct:ngx_rbtree_node_s
left	src/http/ngx_http_core_module.h	/^    ngx_http_location_tree_node_t   *left;$/;"	m	struct:ngx_http_location_tree_node_s
len	src/core/ngx_file.h	/^    size_t                     len;$/;"	m	struct:__anon275
len	src/core/ngx_hash.h	/^    u_short           len;$/;"	m	struct:__anon283
len	src/core/ngx_string.h	/^    size_t      len;$/;"	m	struct:__anon319
len	src/core/ngx_string.h	/^    unsigned    len:28;$/;"	m	struct:__anon321
len	src/event/ngx_event_openssl.h	/^    size_t                      len;$/;"	m	struct:ngx_ssl_sess_id_s
len	src/http/modules/ngx_http_dav_module.c	/^    size_t      len;$/;"	m	struct:__anon163	file:
len	src/http/modules/ngx_http_limit_conn_module.c	/^    u_char              len;$/;"	m	struct:__anon18	file:
len	src/http/modules/ngx_http_limit_req_module.c	/^    u_short                      len;$/;"	m	struct:__anon31	file:
len	src/http/modules/ngx_http_log_module.c	/^    size_t                      len;$/;"	m	struct:__anon85	file:
len	src/http/modules/ngx_http_log_module.c	/^    size_t                      len;$/;"	m	struct:ngx_http_log_op_s	file:
len	src/http/ngx_http_core_module.h	/^    u_char                           len;$/;"	m	struct:ngx_http_location_tree_node_s
len	src/http/ngx_http_script.h	/^    uintptr_t                   len;$/;"	m	struct:__anon213
len	src/http/ngx_http_spdy.c	/^    u_char        len;$/;"	m	struct:__anon206	file:
len_hi	src/core/ngx_resolver.c	/^    u_char  len_hi;$/;"	m	struct:__anon282	file:
len_lo	src/core/ngx_resolver.c	/^    u_char  len_lo;$/;"	m	struct:__anon282	file:
length	src/event/ngx_event_pipe.h	/^    off_t              length;$/;"	m	struct:ngx_event_pipe_s
length	src/http/modules/ngx_http_charset_filter_module.c	/^    unsigned                    length:16;$/;"	m	struct:__anon48	file:
length	src/http/modules/ngx_http_charset_filter_module.c	/^    unsigned                    length:16;$/;"	m	struct:__anon53	file:
length	src/http/modules/ngx_http_fastcgi_module.c	/^    size_t                         length;$/;"	m	struct:__anon148	file:
length	src/http/modules/ngx_http_image_filter_module.c	/^    size_t                       length;$/;"	m	struct:__anon75	file:
length	src/http/ngx_http.h	/^    off_t                length;$/;"	m	struct:ngx_http_chunked_s
length	src/http/ngx_http_cache.h	/^    off_t                            length;$/;"	m	struct:ngx_http_cache_s
length	src/http/ngx_http_spdy.h	/^    size_t                           length;$/;"	m	struct:ngx_http_spdy_connection_s
length	src/http/ngx_http_upstream.h	/^    off_t                            length;$/;"	m	struct:ngx_http_upstream_s
lengths	src/http/modules/ngx_http_index_module.c	/^    ngx_array_t             *lengths;$/;"	m	struct:__anon25	file:
lengths	src/http/modules/ngx_http_log_module.c	/^    ngx_array_t                *lengths;$/;"	m	struct:__anon82	file:
lengths	src/http/ngx_http_core_module.h	/^    ngx_array_t               *lengths;$/;"	m	struct:__anon182
lengths	src/http/ngx_http_script.h	/^    ngx_array_t                *lengths;$/;"	m	struct:__anon217
lengths	src/http/ngx_http_script.h	/^    ngx_array_t                *lengths;$/;"	m	struct:__anon224
lengths	src/http/ngx_http_script.h	/^    ngx_array_t               **lengths;$/;"	m	struct:__anon210
lengths	src/http/ngx_http_script.h	/^    void                       *lengths;$/;"	m	struct:__anon211
level	src/core/ngx_file.h	/^    size_t                     level[3];$/;"	m	struct:__anon275
level	src/core/ngx_file.h	/^    size_t                     level[3];$/;"	m	struct:__anon276
level	src/http/modules/ngx_http_gzip_filter_module.c	/^    ngx_int_t            level;$/;"	m	struct:__anon88	file:
limit	src/core/ngx_buf.h	/^    off_t                        limit;$/;"	m	struct:__anon304
limit_conn_set	src/http/ngx_http_request.h	/^    unsigned                          limit_conn_set:1;$/;"	m	struct:ngx_http_request_s
limit_except	src/http/ngx_http_core_module.h	/^    uint32_t      limit_except;$/;"	m	struct:ngx_http_core_loc_conf_s
limit_except_loc_conf	src/http/ngx_http_core_module.h	/^    void        **limit_except_loc_conf;$/;"	m	struct:ngx_http_core_loc_conf_s
limit_log_level	src/http/modules/ngx_http_limit_req_module.c	/^    ngx_uint_t                   limit_log_level;$/;"	m	struct:__anon35	file:
limit_rate	src/http/ngx_http_core_module.h	/^    size_t        limit_rate;              \/* limit_rate *\/$/;"	m	struct:ngx_http_core_loc_conf_s
limit_rate	src/http/ngx_http_request.h	/^    size_t                            limit_rate;$/;"	m	struct:ngx_http_request_s
limit_rate_after	src/http/ngx_http_core_module.h	/^    size_t        limit_rate_after;        \/* limit_rate_after *\/$/;"	m	struct:ngx_http_core_loc_conf_s
limit_req_set	src/http/ngx_http_request.h	/^    unsigned                          limit_req_set:1;$/;"	m	struct:ngx_http_request_s
limits	src/http/modules/ngx_http_limit_conn_module.c	/^    ngx_array_t         limits;$/;"	m	struct:__anon22	file:
limits	src/http/modules/ngx_http_limit_req_module.c	/^    ngx_array_t                  limits;$/;"	m	struct:__anon35	file:
line	src/core/ngx_conf_file.h	/^    ngx_uint_t            line;$/;"	m	struct:__anon269
line	src/core/ngx_file.h	/^    ngx_uint_t                 line;$/;"	m	struct:__anon275
line	src/http/modules/ngx_http_ssl_module.h	/^    ngx_uint_t                      line;$/;"	m	struct:__anon30
line	src/http/ngx_http_core_module.h	/^    ngx_uint_t                       line;$/;"	m	struct:__anon183
line	src/http/ngx_http_script.h	/^    ngx_str_t                   line;$/;"	m	struct:__anon209
line	src/http/ngx_http_upstream.h	/^    ngx_uint_t                       line;$/;"	m	struct:ngx_http_upstream_srv_conf_s
line	src/mail/ngx_mail.h	/^    ngx_int_t               line;$/;"	m	struct:__anon254
line	src/mail/ngx_mail_auth_http_module.c	/^    ngx_uint_t                      line;$/;"	m	struct:__anon262	file:
line	src/mail/ngx_mail_ssl_module.h	/^    ngx_uint_t       line;$/;"	m	struct:__anon243
lingering_close	src/http/ngx_http_core_module.h	/^    ngx_uint_t    lingering_close;         \/* lingering_close *\/$/;"	m	struct:ngx_http_core_loc_conf_s
lingering_close	src/http/ngx_http_request.h	/^    unsigned                          lingering_close:1;$/;"	m	struct:ngx_http_request_s
lingering_time	src/http/ngx_http_core_module.h	/^    ngx_msec_t    lingering_time;          \/* lingering_time *\/$/;"	m	struct:ngx_http_core_loc_conf_s
lingering_time	src/http/ngx_http_request.h	/^    time_t                            lingering_time;$/;"	m	struct:ngx_http_request_s
lingering_timeout	src/http/ngx_http_core_module.h	/^    ngx_msec_t    lingering_timeout;       \/* lingering_timeout *\/$/;"	m	struct:ngx_http_core_loc_conf_s
list	src/http/ngx_http_core_module.h	/^    ngx_queue_t                      list;$/;"	m	struct:__anon183
list_mutex	src/event/modules/ngx_kqueue_module.c	/^static ngx_mutex_t    *list_mutex;$/;"	v	file:
listen	src/core/ngx_connection.h	/^    unsigned            listen:1;$/;"	m	struct:ngx_listening_s
listen	src/core/ngx_inet.h	/^    unsigned                  listen:1;$/;"	m	struct:__anon310
listen	src/http/ngx_http_core_module.h	/^    unsigned                    listen:1;$/;"	m	struct:__anon173
listen	src/mail/ngx_mail.h	/^    ngx_array_t             listen;      \/* ngx_mail_listen_t *\/$/;"	m	struct:__anon253
listening	src/core/ngx_connection.h	/^    ngx_listening_t    *listening;$/;"	m	struct:ngx_connection_s
listening	src/core/ngx_cycle.h	/^    ngx_array_t               listening;$/;"	m	struct:ngx_cycle_s
literal_len	src/mail/ngx_mail.h	/^    ngx_uint_t              literal_len;$/;"	m	struct:__anon259
lmt_excpt	src/http/ngx_http_core_module.h	/^    unsigned      lmt_excpt:1;$/;"	m	struct:ngx_http_core_loc_conf_s
loader	src/core/ngx_file.h	/^    ngx_path_loader_pt         loader;$/;"	m	struct:__anon275
loader_files	src/http/ngx_http_cache.h	/^    ngx_uint_t                       loader_files;$/;"	m	struct:ngx_http_file_cache_s
loader_sleep	src/http/ngx_http_cache.h	/^    ngx_msec_t                       loader_sleep;$/;"	m	struct:ngx_http_file_cache_s
loader_threshold	src/http/ngx_http_cache.h	/^    ngx_msec_t                       loader_threshold;$/;"	m	struct:ngx_http_file_cache_s
loading	src/event/ngx_event_openssl_stapling.c	/^    unsigned                     loading:1;$/;"	m	struct:__anon342	file:
loading	src/http/ngx_http_cache.h	/^    ngx_atomic_t                     loading;$/;"	m	struct:__anon204
loc_conf	src/http/ngx_http_config.h	/^    void        **loc_conf;$/;"	m	struct:__anon184
loc_conf	src/http/ngx_http_core_module.h	/^    void        **loc_conf;$/;"	m	struct:ngx_http_core_loc_conf_s
loc_conf	src/http/ngx_http_request.h	/^    void                            **loc_conf;$/;"	m	struct:ngx_http_request_s
loc_conf	src/http/ngx_http_script.h	/^    void                      **loc_conf;$/;"	m	struct:__anon223
local	src/event/ngx_event_connect.h	/^    ngx_addr_t                      *local;$/;"	m	struct:ngx_peer_connection_s
local	src/http/ngx_http_upstream.h	/^    ngx_http_upstream_local_t       *local;$/;"	m	struct:__anon191
local_sockaddr	src/core/ngx_connection.h	/^    struct sockaddr    *local_sockaddr;$/;"	m	struct:ngx_connection_s	typeref:struct:ngx_connection_s::sockaddr
localtime	src/http/modules/ngx_http_autoindex_module.c	/^    ngx_flag_t     localtime;$/;"	m	struct:__anon144	file:
location	src/http/modules/ngx_http_proxy_module.c	/^    ngx_str_t                      location;$/;"	m	struct:__anon46	file:
location	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *location;$/;"	m	struct:__anon235
location	src/http/ngx_http_upstream.h	/^    ngx_table_elt_t                 *location;$/;"	m	struct:__anon193
location_rewrite_index	src/http/ngx_http_core_module.h	/^    ngx_uint_t                 location_rewrite_index;$/;"	m	struct:__anon170
locations	src/http/ngx_http_core_module.h	/^    ngx_queue_t  *locations;$/;"	m	struct:ngx_http_core_loc_conf_s
lock	src/core/ngx_connection.h	/^    ngx_atomic_t        lock;$/;"	m	struct:ngx_connection_s
lock	src/core/ngx_shmtx.h	/^    ngx_atomic_t   lock;$/;"	m	struct:__anon323
lock	src/core/ngx_shmtx.h	/^    ngx_atomic_t  *lock;$/;"	m	struct:__anon324
lock	src/core/ngx_slab.h	/^    ngx_shmtx_sh_t    lock;$/;"	m	struct:__anon263
lock	src/event/ngx_event.h	/^    ngx_atomic_t    *lock;$/;"	m	struct:ngx_event_s
lock	src/event/ngx_event.h	/^    ngx_uint_t       lock;$/;"	m	struct:__anon333
lock	src/event/ngx_event_connect.h	/^    ngx_atomic_t                    *lock;$/;"	m	struct:ngx_peer_connection_s
lock	src/http/ngx_http_cache.h	/^    unsigned                         lock:1;$/;"	m	struct:ngx_http_cache_s
lock	src/os/unix/ngx_freebsd_rfork_thread.h	/^    ngx_atomic_t  lock;$/;"	m	struct:__anon15
lock_file	src/core/ngx_cycle.h	/^     ngx_str_t                lock_file;$/;"	m	struct:__anon264
lock_file	src/core/ngx_cycle.h	/^    ngx_str_t                 lock_file;$/;"	m	struct:ngx_cycle_s
lock_timeout	src/http/ngx_http_cache.h	/^    ngx_msec_t                       lock_timeout;$/;"	m	struct:ngx_http_cache_s
locked	src/event/ngx_event.h	/^    unsigned         locked:1;$/;"	m	struct:ngx_event_s
locked	src/event/ngx_event_busy_lock.h	/^    unsigned                    locked:1;$/;"	m	struct:ngx_event_busy_lock_ctx_s
log	src/core/ngx_conf_file.h	/^    ngx_log_t            *log;$/;"	m	struct:ngx_conf_s
log	src/core/ngx_connection.h	/^    ngx_log_t           log;$/;"	m	struct:ngx_listening_s
log	src/core/ngx_connection.h	/^    ngx_log_t          *log;$/;"	m	struct:ngx_connection_s
log	src/core/ngx_cycle.h	/^    ngx_log_t                *log;$/;"	m	struct:ngx_cycle_s
log	src/core/ngx_file.h	/^    ngx_log_t                 *log;$/;"	m	struct:__anon278
log	src/core/ngx_file.h	/^    ngx_log_t                 *log;$/;"	m	struct:__anon279
log	src/core/ngx_file.h	/^    ngx_log_t                 *log;$/;"	m	struct:ngx_file_s
log	src/core/ngx_file.h	/^    ngx_log_t                 *log;$/;"	m	struct:ngx_tree_ctx_s
log	src/core/ngx_open_file_cache.h	/^    ngx_log_t               *log;$/;"	m	struct:__anon317
log	src/core/ngx_open_file_cache.h	/^    unsigned                 log:1;$/;"	m	struct:__anon315
log	src/core/ngx_palloc.h	/^    ngx_log_t            *log;$/;"	m	struct:__anon302
log	src/core/ngx_palloc.h	/^    ngx_log_t            *log;$/;"	m	struct:ngx_pool_s
log	src/core/ngx_resolver.h	/^    ngx_log_t                 log;$/;"	m	struct:__anon311
log	src/core/ngx_resolver.h	/^    ngx_log_t                *log;$/;"	m	struct:__anon314
log	src/event/ngx_event.h	/^    ngx_log_t       *log;$/;"	m	struct:ngx_event_s
log	src/event/ngx_event_connect.h	/^    ngx_log_t                       *log;$/;"	m	struct:ngx_peer_connection_s
log	src/event/ngx_event_openssl.h	/^    ngx_log_t                  *log;$/;"	m	struct:__anon337
log	src/event/ngx_event_openssl_stapling.c	/^    ngx_log_t                   *log;$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
log	src/event/ngx_event_pipe.h	/^    ngx_log_t         *log;$/;"	m	struct:ngx_event_pipe_s
log	src/http/modules/ngx_http_rewrite_module.c	/^    ngx_flag_t    log;$/;"	m	struct:__anon92	file:
log	src/http/ngx_http_script.h	/^    unsigned                    log:1;$/;"	m	struct:__anon209
log	src/os/unix/ngx_files.h	/^    ngx_log_t                   *log;$/;"	m	struct:__anon11
log	src/os/unix/ngx_files.h	/^    ngx_log_t                   *log;$/;"	m	struct:__anon13
log	src/os/unix/ngx_freebsd_rfork_thread.h	/^    ngx_log_t    *log;$/;"	m	struct:__anon15
log	src/os/unix/ngx_freebsd_rfork_thread.h	/^    ngx_log_t    *log;$/;"	m	struct:__anon16
log	src/os/unix/ngx_shmem.h	/^    ngx_log_t   *log;$/;"	m	struct:__anon7
log	src/os/unix/ngx_thread.h	/^    ngx_log_t        *log;$/;"	m	struct:__anon1
log	src/os/unix/ngx_thread.h	/^    ngx_log_t        *log;$/;"	m	struct:__anon2
log_ctx	src/core/ngx_slab.h	/^    u_char           *log_ctx;$/;"	m	struct:__anon263
log_error	src/core/ngx_connection.h	/^    unsigned            log_error:3;     \/* ngx_connection_log_error_e *\/$/;"	m	struct:ngx_connection_s
log_error	src/event/ngx_event_connect.h	/^    unsigned                         log_error:2;$/;"	m	struct:ngx_peer_connection_s
log_handler	src/http/ngx_http_request.h	/^    ngx_http_log_handler_pt           log_handler;$/;"	m	struct:ngx_http_request_s
log_level	src/core/ngx_file.h	/^    unsigned                   log_level:8;$/;"	m	struct:__anon277
log_level	src/core/ngx_log.h	/^    ngx_uint_t           log_level;$/;"	m	struct:ngx_log_s
log_level	src/core/ngx_resolver.h	/^    ngx_uint_t                log_level;$/;"	m	struct:__anon314
log_level	src/http/modules/ngx_http_limit_conn_module.c	/^    ngx_uint_t          log_level;$/;"	m	struct:__anon22	file:
log_not_found	src/http/ngx_http_core_module.h	/^    ngx_flag_t    log_not_found;           \/* log_not_found *\/$/;"	m	struct:ngx_http_core_loc_conf_s
log_subrequest	src/http/ngx_http_core_module.h	/^    ngx_flag_t    log_subrequest;          \/* log_subrequest *\/$/;"	m	struct:ngx_http_core_loc_conf_s
logged	src/http/ngx_http_request.h	/^    unsigned                          logged:1;$/;"	m	struct:ngx_http_request_s
login	src/mail/ngx_mail.h	/^    ngx_str_t               login;$/;"	m	struct:__anon259
login_attempt	src/mail/ngx_mail.h	/^    ngx_uint_t              login_attempt;$/;"	m	struct:__anon259
logp	src/core/ngx_connection.h	/^    ngx_log_t          *logp;$/;"	m	struct:ngx_listening_s
logs	src/http/modules/ngx_http_log_module.c	/^    ngx_array_t                *logs;       \/* array of ngx_http_log_t *\/$/;"	m	struct:__anon84	file:
long2ip	contrib/geo2nginx.pl	/^sub long2ip {$/;"	s
looked	src/http/modules/ngx_http_ssi_filter_module.h	/^    size_t                    looked;$/;"	m	struct:__anon154
looked	src/http/modules/ngx_http_sub_filter_module.c	/^    ngx_str_t                  looked;$/;"	m	struct:__anon135	file:
low	src/core/ngx_conf_file.h	/^    ngx_int_t                 low;$/;"	m	struct:__anon272
low	src/http/modules/ngx_http_geo_module.c	/^    ngx_http_geo_range_t           **low;$/;"	m	struct:__anon124	file:
lowcase_header	src/http/ngx_http_request.h	/^    u_char                            lowcase_header[NGX_HTTP_LC_HEADER_LEN];$/;"	m	struct:ngx_http_request_s
lowcase_index	src/http/ngx_http_request.h	/^    ngx_uint_t                        lowcase_index;$/;"	m	struct:ngx_http_request_s
lowcase_key	src/core/ngx_hash.h	/^    u_char           *lowcase_key;$/;"	m	struct:__anon290
mail_state	src/mail/ngx_mail.h	/^    ngx_uint_t              mail_state;$/;"	m	struct:__anon259
main	src/core/nginx.c	/^main(int argc, char *const *argv)$/;"	f
main	src/http/ngx_http_request.h	/^    ngx_http_request_t               *main;$/;"	m	struct:ngx_http_request_s
main	src/http/ngx_http_script.h	/^    void                       *main;$/;"	m	struct:__anon210
main_conf	src/http/ngx_http_config.h	/^    void        **main_conf;$/;"	m	struct:__anon184
main_conf	src/http/ngx_http_request.h	/^    void                            **main_conf;$/;"	m	struct:ngx_http_request_s
main_conf	src/mail/ngx_mail.h	/^    void                  **main_conf;$/;"	m	struct:__anon245
main_conf	src/mail/ngx_mail.h	/^    void                  **main_conf;$/;"	m	struct:__anon259
main_filter_need_in_memory	src/http/ngx_http_request.h	/^    unsigned                          main_filter_need_in_memory:1;$/;"	m	struct:ngx_http_request_s
manager	src/core/ngx_file.h	/^    ngx_path_manager_pt        manager;$/;"	m	struct:__anon275
mandatory	src/http/modules/ngx_http_ssi_filter_module.h	/^    unsigned                  mandatory:1;$/;"	m	struct:__anon155
map	src/http/modules/ngx_http_map_module.c	/^    ngx_http_map_t              map;$/;"	m	struct:__anon132	file:
mark	src/http/modules/ngx_http_userid_filter_module.c	/^    u_char      mark;$/;"	m	struct:__anon90	file:
mask	src/core/ngx_conf_file.h	/^    ngx_uint_t                mask;$/;"	m	struct:__anon274
mask	src/core/ngx_inet.h	/^    in_addr_t                 mask;$/;"	m	struct:__anon305
mask	src/core/ngx_inet.h	/^    struct in6_addr           mask;$/;"	m	struct:__anon306	typeref:struct:__anon306::in6_addr
mask	src/http/modules/ngx_http_access_module.c	/^    in_addr_t         mask;$/;"	m	struct:__anon27	file:
mask	src/http/modules/ngx_http_access_module.c	/^    struct in6_addr   mask;$/;"	m	struct:__anon28	typeref:struct:__anon28::in6_addr	file:
mask	src/http/ngx_http_upstream.h	/^    ngx_uint_t                      mask;$/;"	m	struct:__anon195
master	src/core/ngx_cycle.h	/^     ngx_flag_t               master;$/;"	m	struct:__anon264
master_process	src/os/unix/ngx_process_cycle.c	/^static u_char  master_process[] = "master process";$/;"	v	file:
master_read_fd_set	src/event/modules/ngx_select_module.c	/^static fd_set         master_read_fd_set;$/;"	v	file:
master_read_fd_set	src/event/modules/ngx_win32_select_module.c	/^static fd_set         master_read_fd_set;$/;"	v	file:
master_write_fd_set	src/event/modules/ngx_select_module.c	/^static fd_set         master_write_fd_set;$/;"	v	file:
master_write_fd_set	src/event/modules/ngx_win32_select_module.c	/^static fd_set         master_write_fd_set;$/;"	v	file:
match	src/http/modules/ngx_http_sub_filter_module.c	/^    ngx_str_t                  match;$/;"	m	struct:__anon133	file:
match	src/http/modules/ngx_http_sub_filter_module.c	/^    ngx_str_t                  match;$/;"	m	struct:__anon135	file:
matrix	src/http/modules/ngx_http_mp4_module.c	/^    u_char    matrix[36];$/;"	m	struct:__anon103	file:
matrix	src/http/modules/ngx_http_mp4_module.c	/^    u_char    matrix[36];$/;"	m	struct:__anon104	file:
matrix	src/http/modules/ngx_http_mp4_module.c	/^    u_char    matrix[36];$/;"	m	struct:__anon105	file:
matrix	src/http/modules/ngx_http_mp4_module.c	/^    u_char    matrix[36];$/;"	m	struct:__anon106	file:
max	src/core/ngx_open_file_cache.h	/^    ngx_uint_t               max;$/;"	m	struct:__anon316
max	src/core/ngx_palloc.h	/^    size_t                max;$/;"	m	struct:ngx_pool_s
max_buffer_size	src/http/modules/ngx_http_mp4_module.c	/^    size_t                max_buffer_size;$/;"	m	struct:__anon96	file:
max_busy	src/event/ngx_event_busy_lock.h	/^    ngx_uint_t                  max_busy;$/;"	m	struct:__anon341
max_busy	src/http/ngx_http_busy_lock.h	/^    int                 max_busy;$/;"	m	struct:__anon207
max_cached	src/http/modules/ngx_http_upstream_keepalive_module.c	/^    ngx_uint_t                         max_cached;$/;"	m	struct:__anon76	file:
max_changes	src/event/modules/ngx_devpoll_module.c	/^static ngx_uint_t       nchanges, max_changes, nevents;$/;"	v	file:
max_changes	src/event/modules/ngx_kqueue_module.c	/^static ngx_uint_t      max_changes, nchanges, nevents;$/;"	v	file:
max_fails	src/http/ngx_http_upstream.h	/^    ngx_uint_t                       max_fails;$/;"	m	struct:__anon189
max_fails	src/http/ngx_http_upstream_round_robin.h	/^    ngx_uint_t                      max_fails;$/;"	m	struct:__anon229
max_fd	src/event/modules/ngx_select_module.c	/^static ngx_int_t      max_fd;$/;"	v	file:
max_height	src/http/modules/ngx_http_image_filter_module.c	/^    ngx_uint_t                   max_height;$/;"	m	struct:__anon75	file:
max_index_len	src/http/modules/ngx_http_index_module.c	/^    size_t                   max_index_len;$/;"	m	struct:__anon26	file:
max_ranges	src/http/ngx_http_core_module.h	/^    ngx_uint_t    max_ranges;              \/* max_ranges *\/$/;"	m	struct:ngx_http_core_loc_conf_s
max_read	src/event/modules/ngx_win32_select_module.c	/^static ngx_uint_t     max_read;$/;"	v	file:
max_size	src/core/ngx_hash.h	/^    ngx_uint_t        max_size;$/;"	m	struct:__anon288
max_size	src/http/ngx_http_cache.h	/^    off_t                            max_size;$/;"	m	struct:ngx_http_file_cache_s
max_temp_file_size	src/event/ngx_event_pipe.h	/^    off_t              max_temp_file_size;$/;"	m	struct:ngx_event_pipe_s
max_temp_file_size	src/http/ngx_http_upstream.h	/^    size_t                           max_temp_file_size;$/;"	m	struct:__anon191
max_temp_file_size_conf	src/http/ngx_http_upstream.h	/^    size_t                           max_temp_file_size_conf;$/;"	m	struct:__anon191
max_threads	src/os/unix/ngx_freebsd_rfork_thread.c	/^static ngx_uint_t     max_threads;$/;"	v	file:
max_threads	src/os/unix/ngx_pthread_thread.c	/^static ngx_uint_t   max_threads;$/;"	v	file:
max_waiting	src/event/ngx_event_busy_lock.h	/^    ngx_uint_t                  max_waiting;$/;"	m	struct:__anon341
max_waiting	src/http/ngx_http_busy_lock.h	/^    int                 max_waiting;$/;"	m	struct:__anon207
max_width	src/http/modules/ngx_http_image_filter_module.c	/^    ngx_uint_t                   max_width;$/;"	m	struct:__anon75	file:
max_write	src/event/modules/ngx_win32_select_module.c	/^static ngx_uint_t     max_write;$/;"	v	file:
md5	src/event/ngx_event_busy_lock.h	/^    char                       *md5;$/;"	m	struct:__anon341
md5	src/event/ngx_event_busy_lock.h	/^    char                       *md5;$/;"	m	struct:ngx_event_busy_lock_ctx_s
md5	src/http/modules/ngx_http_secure_link_module.c	/^    ngx_http_complex_value_t  *md5;$/;"	m	struct:__anon72	file:
md5	src/http/ngx_http_busy_lock.h	/^    char               *md5;$/;"	m	struct:__anon207
md5	src/http/ngx_http_busy_lock.h	/^    u_char        *md5;$/;"	m	struct:__anon208
md5_mask	src/event/ngx_event_busy_lock.h	/^    u_char                     *md5_mask;$/;"	m	struct:__anon341
md5_mask	src/http/ngx_http_busy_lock.h	/^    u_char             *md5_mask;$/;"	m	struct:__anon207
mdat_atom	src/http/modules/ngx_http_mp4_module.c	/^    ngx_chain_t           mdat_atom;$/;"	m	struct:__anon99	file:
mdat_atom_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             mdat_atom_buf;$/;"	m	struct:__anon99	file:
mdat_atom_header	src/http/modules/ngx_http_mp4_module.c	/^    u_char                mdat_atom_header[16];$/;"	m	struct:__anon99	file:
mdat_data	src/http/modules/ngx_http_mp4_module.c	/^    ngx_chain_t           mdat_data;$/;"	m	struct:__anon99	file:
mdat_data_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             mdat_data_buf;$/;"	m	struct:__anon99	file:
mday	src/http/ngx_http_parse_time.c	/^static ngx_uint_t  mday[] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };$/;"	v	file:
mdhd_atom_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             mdhd_atom_buf;$/;"	m	struct:__anon98	file:
mdhd_size	src/http/modules/ngx_http_mp4_module.c	/^    size_t                mdhd_size;$/;"	m	struct:__anon98	file:
mdia_atom_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             mdia_atom_buf;$/;"	m	struct:__anon98	file:
media_name	src/http/modules/ngx_http_mp4_module.c	/^    u_char    media_name[4];$/;"	m	struct:__anon109	file:
media_size	src/http/modules/ngx_http_mp4_module.c	/^    u_char    media_size[4];$/;"	m	struct:__anon109	file:
memlevel	src/http/modules/ngx_http_gzip_filter_module.c	/^    int                  memlevel;$/;"	m	struct:__anon89	file:
memlevel	src/http/modules/ngx_http_gzip_filter_module.c	/^    size_t               memlevel;$/;"	m	struct:__anon88	file:
memory	src/core/ngx_buf.h	/^    unsigned         memory:1;$/;"	m	struct:ngx_buf_s
merge_loc_conf	src/http/ngx_http_config.h	/^    char       *(*merge_loc_conf)(ngx_conf_t *cf, void *prev, void *conf);$/;"	m	struct:__anon185
merge_slashes	src/http/ngx_http_core_module.h	/^    ngx_flag_t                  merge_slashes;$/;"	m	struct:__anon173
merge_srv_conf	src/http/ngx_http_config.h	/^    char       *(*merge_srv_conf)(ngx_conf_t *cf, void *prev, void *conf);$/;"	m	struct:__anon185
merge_srv_conf	src/mail/ngx_mail.h	/^    char                       *(*merge_srv_conf)(ngx_conf_t *cf, void *prev,$/;"	m	struct:__anon261
method	src/http/modules/ngx_http_proxy_module.c	/^    ngx_str_t                      method;$/;"	m	struct:__anon46	file:
method	src/http/ngx_http_core_module.c	/^    uint32_t   method;$/;"	m	struct:__anon205	file:
method	src/http/ngx_http_request.h	/^    ngx_uint_t                        method;$/;"	m	struct:ngx_http_request_s
method	src/http/ngx_http_upstream.h	/^    ngx_str_t                        method;$/;"	m	struct:ngx_http_upstream_s
method_end	src/http/ngx_http_request.h	/^    u_char                           *method_end;$/;"	m	struct:ngx_http_request_s
method_name	src/http/ngx_http_request.h	/^    ngx_str_t                         method_name;$/;"	m	struct:ngx_http_request_s
methods	src/http/modules/ngx_http_dav_module.c	/^    ngx_uint_t  methods;$/;"	m	struct:__anon162	file:
min_delete_depth	src/http/modules/ngx_http_dav_module.c	/^    ngx_uint_t  min_delete_depth;$/;"	m	struct:__anon162	file:
min_file_chunk	src/http/modules/ngx_http_ssi_filter_module.c	/^    size_t        min_file_chunk;$/;"	m	struct:__anon38	file:
min_length	src/http/modules/ngx_http_gzip_filter_module.c	/^    ssize_t              min_length;$/;"	m	struct:__anon88	file:
min_shift	src/core/ngx_slab.h	/^    size_t            min_shift;$/;"	m	struct:__anon263
min_size	src/core/ngx_slab.h	/^    size_t            min_size;$/;"	m	struct:__anon263
min_uses	src/core/ngx_open_file_cache.h	/^    ngx_uint_t               min_uses;$/;"	m	struct:__anon315
min_uses	src/core/ngx_open_file_cache.h	/^    ngx_uint_t               min_uses;$/;"	m	struct:__anon317
min_uses	src/http/ngx_http_cache.h	/^    ngx_uint_t                       min_uses;$/;"	m	struct:ngx_http_cache_s
minf_atom_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             minf_atom_buf;$/;"	m	struct:__anon98	file:
mmap	src/core/ngx_buf.h	/^    unsigned         mmap:1;$/;"	m	struct:ngx_buf_s
modern_browser_value	src/http/modules/ngx_http_browser_module.c	/^    ngx_http_variable_value_t  *modern_browser_value;$/;"	m	struct:__anon71	file:
modern_browsers	src/http/modules/ngx_http_browser_module.c	/^    ngx_array_t                *modern_browsers;$/;"	m	struct:__anon71	file:
modern_unlisted_browsers	src/http/modules/ngx_http_browser_module.c	/^    unsigned                    modern_unlisted_browsers:1;$/;"	m	struct:__anon71	file:
modification_time	src/http/modules/ngx_http_mp4_module.c	/^    u_char    modification_time[4];$/;"	m	struct:__anon103	file:
modification_time	src/http/modules/ngx_http_mp4_module.c	/^    u_char    modification_time[4];$/;"	m	struct:__anon105	file:
modification_time	src/http/modules/ngx_http_mp4_module.c	/^    u_char    modification_time[4];$/;"	m	struct:__anon107	file:
modification_time	src/http/modules/ngx_http_mp4_module.c	/^    u_char    modification_time[8];$/;"	m	struct:__anon104	file:
modification_time	src/http/modules/ngx_http_mp4_module.c	/^    u_char    modification_time[8];$/;"	m	struct:__anon106	file:
modification_time	src/http/modules/ngx_http_mp4_module.c	/^    u_char    modification_time[8];$/;"	m	struct:__anon108	file:
modifier1	src/http/modules/ngx_http_uwsgi_module.c	/^    ngx_uint_t                 modifier1;$/;"	m	struct:__anon121	file:
modifier2	src/http/modules/ngx_http_uwsgi_module.c	/^    ngx_uint_t                 modifier2;$/;"	m	struct:__anon121	file:
module	src/http/ngx_http_upstream.h	/^    ngx_str_t                        module;$/;"	m	struct:__anon191
module_type	src/core/ngx_conf_file.h	/^    ngx_uint_t            module_type;$/;"	m	struct:ngx_conf_s
modules	src/http/modules/perl/ngx_http_perl_module.c	/^    ngx_array_t       *modules;$/;"	m	struct:__anon61	file:
months	src/core/ngx_times.c	/^static char  *months[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun",$/;"	v	file:
moov_atom	src/http/modules/ngx_http_mp4_module.c	/^    ngx_chain_t           moov_atom;$/;"	m	struct:__anon99	file:
moov_atom_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             moov_atom_buf;$/;"	m	struct:__anon99	file:
moov_atom_header	src/http/modules/ngx_http_mp4_module.c	/^    u_char                moov_atom_header[8];$/;"	m	struct:__anon99	file:
moov_size	src/http/modules/ngx_http_mp4_module.c	/^    size_t                moov_size;$/;"	m	struct:__anon99	file:
msec	src/core/ngx_times.h	/^    ngx_uint_t  msec;$/;"	m	struct:__anon266
msie	src/http/ngx_http_request.h	/^    unsigned                          msie:1;$/;"	m	struct:__anon234
msie6	src/http/ngx_http_request.h	/^    unsigned                          msie6:1;$/;"	m	struct:__anon234
msie_padding	src/http/ngx_http_core_module.h	/^    ngx_flag_t    msie_padding;            \/* msie_padding *\/$/;"	m	struct:ngx_http_core_loc_conf_s
msie_refresh	src/http/ngx_http_core_module.h	/^    ngx_flag_t    msie_refresh;            \/* msie_refresh *\/$/;"	m	struct:ngx_http_core_loc_conf_s
mtime	src/core/ngx_file.h	/^    time_t                     mtime;$/;"	m	struct:ngx_tree_ctx_s
mtime	src/core/ngx_open_file_cache.h	/^    time_t                   mtime;$/;"	m	struct:__anon315
mtime	src/core/ngx_open_file_cache.h	/^    time_t                   mtime;$/;"	m	struct:ngx_cached_open_file_s
mtime	src/http/modules/ngx_http_autoindex_module.c	/^    time_t         mtime;$/;"	m	struct:__anon143	file:
multi_accept	src/event/ngx_event.h	/^    ngx_flag_t    multi_accept;$/;"	m	struct:__anon335
multiple	src/http/modules/ngx_http_ssi_filter_module.h	/^    unsigned                  multiple:1;$/;"	m	struct:__anon155
mutex	src/core/ngx_slab.h	/^    ngx_shmtx_t       mutex;$/;"	m	struct:__anon263
mutex	src/event/ngx_event_busy_lock.h	/^    ngx_mutex_t                *mutex;$/;"	m	struct:__anon341
mutex	src/http/ngx_http_busy_lock.h	/^    ngx_event_mutex_t  *mutex;$/;"	m	struct:__anon207
mutex	src/os/unix/ngx_thread.h	/^    pthread_mutex_t   mutex;$/;"	m	struct:__anon1
mvhd_atom	src/http/modules/ngx_http_mp4_module.c	/^    ngx_chain_t           mvhd_atom;$/;"	m	struct:__anon99	file:
mvhd_atom_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             mvhd_atom_buf;$/;"	m	struct:__anon99	file:
n	src/http/ngx_http_script.h	/^    uintptr_t                   n;$/;"	m	struct:__anon216
n	src/os/unix/ngx_files.h	/^    size_t                       n;$/;"	m	struct:__anon13
naddrs	src/core/ngx_inet.h	/^    ngx_uint_t                naddrs;$/;"	m	struct:__anon310
naddrs	src/core/ngx_resolver.h	/^    ngx_uint_t                naddrs;$/;"	m	struct:ngx_resolver_ctx_s
naddrs	src/core/ngx_resolver.h	/^    u_short                   naddrs;$/;"	m	struct:__anon312
naddrs	src/event/ngx_event_openssl_stapling.c	/^    ngx_uint_t                   naddrs;$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
naddrs	src/http/ngx_http_core_module.h	/^    ngx_uint_t                 naddrs;$/;"	m	struct:__anon178
naddrs	src/http/ngx_http_upstream.h	/^    ngx_uint_t                       naddrs;$/;"	m	struct:__anon189
naddrs	src/http/ngx_http_upstream.h	/^    ngx_uint_t                       naddrs;$/;"	m	struct:__anon194
naddrs	src/mail/ngx_mail.h	/^    ngx_uint_t              naddrs;$/;"	m	struct:__anon250
nalloc	src/core/ngx_array.h	/^    ngx_uint_t   nalloc;$/;"	m	struct:__anon291
nalloc	src/core/ngx_list.h	/^    ngx_uint_t        nalloc;$/;"	m	struct:__anon299
name	src/core/ngx_conf_file.h	/^    char                 *name;$/;"	m	struct:ngx_conf_s
name	src/core/ngx_conf_file.h	/^    ngx_str_t                 name;$/;"	m	struct:__anon273
name	src/core/ngx_conf_file.h	/^    ngx_str_t                 name;$/;"	m	struct:__anon274
name	src/core/ngx_conf_file.h	/^    ngx_str_t             name;$/;"	m	struct:__anon268
name	src/core/ngx_conf_file.h	/^    ngx_str_t             name;$/;"	m	struct:ngx_command_s
name	src/core/ngx_conf_file.h	/^    ngx_str_t             name;$/;"	m	struct:ngx_open_file_s
name	src/core/ngx_file.h	/^    ngx_str_t                  name;$/;"	m	struct:__anon275
name	src/core/ngx_file.h	/^    ngx_str_t                  name;$/;"	m	struct:__anon276
name	src/core/ngx_file.h	/^    ngx_str_t                  name;$/;"	m	struct:ngx_file_s
name	src/core/ngx_hash.h	/^    char             *name;$/;"	m	struct:__anon288
name	src/core/ngx_hash.h	/^    u_char            name[1];$/;"	m	struct:__anon283
name	src/core/ngx_inet.h	/^    ngx_str_t                 name;$/;"	m	struct:__anon309
name	src/core/ngx_open_file_cache.h	/^    u_char                  *name;$/;"	m	struct:ngx_cached_open_file_s
name	src/core/ngx_palloc.h	/^    u_char               *name;$/;"	m	struct:__anon302
name	src/core/ngx_regex.h	/^    u_char       *name;$/;"	m	struct:__anon298
name	src/core/ngx_resolver.h	/^    ngx_str_t                 name;$/;"	m	struct:ngx_resolver_ctx_s
name	src/core/ngx_resolver.h	/^    u_char                   *name;$/;"	m	struct:__anon312
name	src/event/ngx_event.h	/^    ngx_str_t              *name;$/;"	m	struct:__anon336
name	src/event/ngx_event.h	/^    u_char       *name;$/;"	m	struct:__anon335
name	src/event/ngx_event_connect.h	/^    ngx_str_t                       *name;$/;"	m	struct:ngx_peer_connection_s
name	src/http/modules/ngx_http_autoindex_module.c	/^    ngx_str_t      name;$/;"	m	struct:__anon143	file:
name	src/http/modules/ngx_http_browser_module.c	/^    ngx_str_t                   name;$/;"	m	struct:__anon70	file:
name	src/http/modules/ngx_http_browser_module.c	/^    u_char                      name[12];$/;"	m	struct:__anon68	file:
name	src/http/modules/ngx_http_browser_module.c	/^    u_char                      name[12];$/;"	m	struct:__anon69	file:
name	src/http/modules/ngx_http_charset_filter_module.c	/^    ngx_str_t                   name;$/;"	m	struct:__anon48	file:
name	src/http/modules/ngx_http_geoip_module.c	/^    ngx_str_t    *name;$/;"	m	struct:__anon87	file:
name	src/http/modules/ngx_http_headers_filter_module.c	/^    ngx_str_t                  name;$/;"	m	struct:__anon136	file:
name	src/http/modules/ngx_http_index_module.c	/^    ngx_str_t                name;$/;"	m	struct:__anon25	file:
name	src/http/modules/ngx_http_log_module.c	/^    ngx_str_t                   name;$/;"	m	struct:__anon79	file:
name	src/http/modules/ngx_http_log_module.c	/^    ngx_str_t                   name;$/;"	m	struct:__anon85	file:
name	src/http/modules/ngx_http_mp4_module.c	/^    char                 *name;$/;"	m	struct:__anon100	file:
name	src/http/modules/ngx_http_mp4_module.c	/^    u_char    name[4];$/;"	m	struct:__anon101	file:
name	src/http/modules/ngx_http_mp4_module.c	/^    u_char    name[4];$/;"	m	struct:__anon102	file:
name	src/http/modules/ngx_http_mp4_module.c	/^    u_char    name[4];$/;"	m	struct:__anon103	file:
name	src/http/modules/ngx_http_mp4_module.c	/^    u_char    name[4];$/;"	m	struct:__anon104	file:
name	src/http/modules/ngx_http_mp4_module.c	/^    u_char    name[4];$/;"	m	struct:__anon105	file:
name	src/http/modules/ngx_http_mp4_module.c	/^    u_char    name[4];$/;"	m	struct:__anon106	file:
name	src/http/modules/ngx_http_mp4_module.c	/^    u_char    name[4];$/;"	m	struct:__anon107	file:
name	src/http/modules/ngx_http_mp4_module.c	/^    u_char    name[4];$/;"	m	struct:__anon108	file:
name	src/http/modules/ngx_http_mp4_module.c	/^    u_char    name[4];$/;"	m	struct:__anon109	file:
name	src/http/modules/ngx_http_mp4_module.c	/^    u_char    name[4];$/;"	m	struct:__anon110	file:
name	src/http/modules/ngx_http_mp4_module.c	/^    u_char    name[4];$/;"	m	struct:__anon112	file:
name	src/http/modules/ngx_http_mp4_module.c	/^    u_char    name[4];$/;"	m	struct:__anon113	file:
name	src/http/modules/ngx_http_mp4_module.c	/^    u_char    name[4];$/;"	m	struct:__anon115	file:
name	src/http/modules/ngx_http_mp4_module.c	/^    u_char    name[4];$/;"	m	struct:__anon116	file:
name	src/http/modules/ngx_http_mp4_module.c	/^    u_char    name[4];$/;"	m	struct:__anon117	file:
name	src/http/modules/ngx_http_mp4_module.c	/^    u_char    name[4];$/;"	m	struct:__anon118	file:
name	src/http/modules/ngx_http_ssi_filter_module.c	/^    ngx_str_t     name;$/;"	m	struct:__anon39	file:
name	src/http/modules/ngx_http_ssi_filter_module.c	/^    ngx_str_t     name;$/;"	m	struct:__anon40	file:
name	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_str_t                 name;$/;"	m	struct:__anon155
name	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_str_t                 name;$/;"	m	struct:__anon156
name	src/http/modules/ngx_http_userid_filter_module.c	/^    ngx_str_t   name;$/;"	m	struct:__anon90	file:
name	src/http/modules/ngx_http_xslt_filter_module.c	/^    u_char                    *name;$/;"	m	struct:__anon55	file:
name	src/http/modules/ngx_http_xslt_filter_module.c	/^    u_char                    *name;$/;"	m	struct:__anon57	file:
name	src/http/modules/perl/ngx_http_perl_module.h	/^    ngx_str_t     name;$/;"	m	struct:__anon65
name	src/http/ngx_http_core_module.c	/^    u_char    *name;$/;"	m	struct:__anon205	file:
name	src/http/ngx_http_core_module.h	/^    ngx_str_t                       *name;$/;"	m	struct:__anon183
name	src/http/ngx_http_core_module.h	/^    ngx_str_t                  name;$/;"	m	struct:__anon174
name	src/http/ngx_http_core_module.h	/^    ngx_str_t                  name;$/;"	m	struct:__anon182
name	src/http/ngx_http_core_module.h	/^    ngx_str_t     name;          \/* location name *\/$/;"	m	struct:ngx_http_core_loc_conf_s
name	src/http/ngx_http_core_module.h	/^    u_char                           name[1];$/;"	m	struct:ngx_http_location_tree_node_s
name	src/http/ngx_http_request.h	/^    ngx_str_t                         name;$/;"	m	struct:__anon232
name	src/http/ngx_http_request.h	/^    ngx_str_t                         name;$/;"	m	struct:__anon233
name	src/http/ngx_http_script.h	/^    ngx_str_t                   name;$/;"	m	struct:__anon217
name	src/http/ngx_http_upstream.h	/^    ngx_str_t                        name;$/;"	m	struct:__anon192
name	src/http/ngx_http_upstream_round_robin.h	/^    ngx_str_t                       name;$/;"	m	struct:__anon229
name	src/http/ngx_http_upstream_round_robin.h	/^    ngx_str_t                      *name;$/;"	m	struct:ngx_http_upstream_rr_peers_s
name	src/http/ngx_http_variables.h	/^    ngx_str_t                     name;   \/* must be first to build the hash *\/$/;"	m	struct:ngx_http_variable_s
name	src/http/ngx_http_variables.h	/^    ngx_str_t                     name;$/;"	m	struct:__anon198
name	src/mail/ngx_mail.h	/^    ngx_str_t                   name;$/;"	m	struct:ngx_mail_protocol_s
name	src/os/unix/ngx_darwin_init.c	/^    char        *name;$/;"	m	struct:__anon17	file:
name	src/os/unix/ngx_files.h	/^    u_char                      *name;$/;"	m	struct:__anon11
name	src/os/unix/ngx_freebsd_init.c	/^    char        *name;$/;"	m	struct:__anon4	file:
name	src/os/unix/ngx_process.c	/^    char   *name;$/;"	m	struct:__anon10	file:
name	src/os/unix/ngx_process.h	/^    char               *name;$/;"	m	struct:__anon8
name	src/os/unix/ngx_process.h	/^    char         *name;$/;"	m	struct:__anon9
name	src/os/unix/ngx_process_cycle.h	/^    char                      *name;$/;"	m	struct:__anon5
name	src/os/unix/ngx_shmem.h	/^    ngx_str_t    name;$/;"	m	struct:__anon7
name_expire_queue	src/core/ngx_resolver.h	/^    ngx_queue_t               name_expire_queue;$/;"	m	struct:__anon314
name_rbtree	src/core/ngx_resolver.h	/^    ngx_rbtree_t              name_rbtree;$/;"	m	struct:__anon314
name_resend_queue	src/core/ngx_resolver.h	/^    ngx_queue_t               name_resend_queue;$/;"	m	struct:__anon314
name_sentinel	src/core/ngx_resolver.h	/^    ngx_rbtree_node_t         name_sentinel;$/;"	m	struct:__anon314
name_size	src/core/ngx_regex.h	/^    int           name_size;$/;"	m	struct:__anon297
named	src/http/ngx_http_core_module.h	/^    unsigned      named:1;$/;"	m	struct:ngx_http_core_loc_conf_s
named_captures	src/core/ngx_regex.h	/^    int           named_captures;$/;"	m	struct:__anon297
named_locations	src/http/ngx_http_core_module.h	/^    ngx_http_core_loc_conf_t  **named_locations;$/;"	m	struct:__anon173
names	src/core/ngx_regex.h	/^    u_char       *names;$/;"	m	struct:__anon297
names	src/http/ngx_http_core_module.h	/^     ngx_hash_combined_t       names;$/;"	m	struct:__anon175
nan_hi	src/core/ngx_resolver.c	/^    u_char  nan_hi;$/;"	m	struct:__anon280	file:
nan_lo	src/core/ngx_resolver.c	/^    u_char  nan_lo;$/;"	m	struct:__anon280	file:
nar_hi	src/core/ngx_resolver.c	/^    u_char  nar_hi;$/;"	m	struct:__anon280	file:
nar_lo	src/core/ngx_resolver.c	/^    u_char  nar_lo;$/;"	m	struct:__anon280	file:
nbusy	src/http/ngx_http_request.h	/^    ngx_int_t                         nbusy;$/;"	m	struct:__anon237
nbytes	src/event/ngx_event.h	/^    size_t                     nbytes;$/;"	m	struct:ngx_event_aio_s
ncaptures	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_uint_t                ncaptures;$/;"	m	struct:__anon154
ncaptures	src/http/ngx_http_core_module.h	/^    ngx_uint_t                 ncaptures;$/;"	m	struct:__anon172
ncaptures	src/http/ngx_http_request.h	/^    ngx_uint_t                        ncaptures;$/;"	m	struct:ngx_http_request_s
ncaptures	src/http/ngx_http_script.h	/^    ngx_uint_t                  ncaptures;$/;"	m	struct:__anon210
ncaptures	src/http/ngx_http_variables.h	/^    ngx_uint_t                    ncaptures;$/;"	m	struct:__anon198
nchanges	src/event/modules/ngx_devpoll_module.c	/^static ngx_uint_t       nchanges, max_changes, nevents;$/;"	v	file:
nchanges	src/event/modules/ngx_kqueue_module.c	/^static ngx_uint_t      max_changes, nchanges, nevents;$/;"	v	file:
need_in_memory	src/core/ngx_buf.h	/^    unsigned                     need_in_memory:1;$/;"	m	struct:ngx_output_chain_ctx_s
need_in_temp	src/core/ngx_buf.h	/^    unsigned                     need_in_temp:1;$/;"	m	struct:ngx_output_chain_ctx_s
negative_test	src/http/ngx_http_script.h	/^    uintptr_t                   negative_test:1;$/;"	m	struct:__anon217
nelts	src/core/ngx_array.h	/^    ngx_uint_t   nelts;$/;"	m	struct:__anon291
nelts	src/core/ngx_list.h	/^    ngx_uint_t        nelts;$/;"	m	struct:ngx_list_part_s
net	src/http/modules/ngx_http_geo_module.c	/^    ngx_str_t                       *net;$/;"	m	struct:__anon126	file:
netscape4	src/http/modules/ngx_http_browser_module.c	/^    unsigned                    netscape4:1;$/;"	m	struct:__anon71	file:
nevents	src/event/modules/ngx_devpoll_module.c	/^static ngx_uint_t       nchanges, max_changes, nevents;$/;"	v	file:
nevents	src/event/modules/ngx_epoll_module.c	/^static ngx_uint_t           nevents;$/;"	v	file:
nevents	src/event/modules/ngx_eventport_module.c	/^static ngx_uint_t     nevents;$/;"	v	file:
nevents	src/event/modules/ngx_kqueue_module.c	/^static ngx_uint_t      max_changes, nchanges, nevents;$/;"	v	file:
nevents	src/event/modules/ngx_poll_module.c	/^static ngx_int_t       nevents;$/;"	v	file:
nevents	src/event/modules/ngx_select_module.c	/^static ngx_uint_t     nevents;$/;"	v	file:
nevents	src/event/modules/ngx_win32_select_module.c	/^static ngx_uint_t     nevents;$/;"	v	file:
new_log	src/core/ngx_cycle.h	/^    ngx_log_t                 new_log;$/;"	m	struct:ngx_cycle_s
new_name	src/core/ngx_conf_file.h	/^    char                     *new_name;$/;"	m	struct:__anon271
next	src/core/ngx_buf.h	/^    ngx_chain_t  *next;$/;"	m	struct:ngx_chain_s
next	src/core/ngx_list.h	/^    ngx_list_part_t  *next;$/;"	m	struct:ngx_list_part_s
next	src/core/ngx_palloc.h	/^    ngx_pool_cleanup_t   *next;$/;"	m	struct:ngx_pool_cleanup_s
next	src/core/ngx_palloc.h	/^    ngx_pool_large_t     *next;$/;"	m	struct:ngx_pool_large_s
next	src/core/ngx_palloc.h	/^    ngx_pool_t           *next;$/;"	m	struct:__anon301
next	src/core/ngx_queue.h	/^    ngx_queue_t  *next;$/;"	m	struct:ngx_queue_s
next	src/core/ngx_resolver.h	/^    ngx_resolver_ctx_t       *next;$/;"	m	struct:ngx_resolver_ctx_s
next	src/core/ngx_slab.h	/^    ngx_slab_page_t  *next;$/;"	m	struct:ngx_slab_page_s
next	src/event/ngx_event.h	/^    ngx_event_t     *next;$/;"	m	struct:ngx_event_s
next	src/event/ngx_event_busy_lock.h	/^    ngx_event_busy_lock_ctx_t  *next;$/;"	m	struct:ngx_event_busy_lock_ctx_s
next	src/http/modules/perl/ngx_http_perl_module.h	/^    SV                       *next;$/;"	m	struct:__anon64
next	src/http/ngx_http_core_module.h	/^    ngx_uint_t                 next;$/;"	m	struct:ngx_http_phase_handler_s
next	src/http/ngx_http_request.h	/^    ngx_http_cleanup_t               *next;$/;"	m	struct:ngx_http_cleanup_s
next	src/http/ngx_http_request.h	/^    ngx_http_posted_request_t        *next;$/;"	m	struct:ngx_http_posted_request_s
next	src/http/ngx_http_request.h	/^    ngx_http_postponed_request_t     *next;$/;"	m	struct:ngx_http_postponed_request_s
next	src/http/ngx_http_script.h	/^    uintptr_t                   next;$/;"	m	struct:__anon217
next	src/http/ngx_http_script.h	/^    uintptr_t                   next;$/;"	m	struct:__anon223
next	src/http/ngx_http_spdy.h	/^    ngx_http_spdy_out_frame_t       *next;$/;"	m	struct:ngx_http_spdy_out_frame_s
next	src/http/ngx_http_spdy.h	/^    ngx_http_spdy_stream_t          *next;$/;"	m	struct:ngx_http_spdy_stream_s
next	src/http/ngx_http_upstream_round_robin.h	/^    ngx_http_upstream_rr_peers_t   *next;$/;"	m	struct:ngx_http_upstream_rr_peers_s
next_track_id	src/http/modules/ngx_http_mp4_module.c	/^    u_char    next_track_id[4];$/;"	m	struct:__anon103	file:
next_track_id	src/http/modules/ngx_http_mp4_module.c	/^    u_char    next_track_id[4];$/;"	m	struct:__anon104	file:
next_upstream	src/http/ngx_http_upstream.h	/^    ngx_uint_t                       next_upstream;$/;"	m	struct:__anon191
nfree	src/http/ngx_http_request.h	/^    ngx_int_t                         nfree;$/;"	m	struct:__anon237
nginx	src/http/modules/perl/nginx.pm	/^package nginx;$/;"	p
nginx	src/http/modules/perl/ngx_http_perl_module.c	/^    HV                *nginx;$/;"	m	struct:__anon61	file:
nginx	src/http/modules/perl/ngx_http_perl_module.h	/^typedef ngx_http_request_t   *nginx;$/;"	t
nginx_stash	src/http/modules/perl/ngx_http_perl_module.c	/^static HV               *nginx_stash;$/;"	v	file:
nginx_version	src/core/nginx.h	12;"	d
ngx_abort	src/core/ngx_config.h	102;"	d
ngx_abs	src/core/ngx_core.h	87;"	d
ngx_accept_disabled	src/event/ngx_event.c	/^ngx_int_t             ngx_accept_disabled;$/;"	v
ngx_accept_events	src/event/ngx_event.c	/^ngx_uint_t            ngx_accept_events;$/;"	v
ngx_accept_log_error	src/event/ngx_event_accept.c	/^ngx_accept_log_error(ngx_log_t *log, u_char *buf, size_t len)$/;"	f
ngx_accept_mutex	src/event/ngx_event.c	/^ngx_shmtx_t           ngx_accept_mutex;$/;"	v
ngx_accept_mutex_delay	src/event/ngx_event.c	/^ngx_msec_t            ngx_accept_mutex_delay;$/;"	v
ngx_accept_mutex_held	src/event/ngx_event.c	/^ngx_uint_t            ngx_accept_mutex_held;$/;"	v
ngx_accept_mutex_lock_file	src/event/ngx_event.c	/^ngx_file_t            ngx_accept_mutex_lock_file;$/;"	v
ngx_accept_mutex_ptr	src/event/ngx_event.c	/^ngx_atomic_t         *ngx_accept_mutex_ptr;$/;"	v
ngx_add_channel_event	src/os/unix/ngx_channel.c	/^ngx_add_channel_event(ngx_cycle_t *cycle, ngx_fd_t fd, ngx_int_t event,$/;"	f
ngx_add_conn	src/event/ngx_event.h	448;"	d
ngx_add_event	src/event/ngx_event.h	446;"	d
ngx_add_inherited_sockets	src/core/nginx.c	/^ngx_add_inherited_sockets(ngx_cycle_t *cycle)$/;"	f	file:
ngx_add_path	src/core/ngx_file.c	/^ngx_add_path(ngx_conf_t *cf, ngx_path_t **slot)$/;"	f
ngx_add_timer	src/event/ngx_event.h	451;"	d
ngx_addr_t	src/core/ngx_inet.h	/^} ngx_addr_t;$/;"	t	typeref:struct:__anon309
ngx_aio_add_event	src/event/modules/ngx_aio_module.c	/^ngx_aio_add_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)$/;"	f	file:
ngx_aio_ctx	src/event/modules/ngx_epoll_module.c	/^aio_context_t               ngx_aio_ctx = 0;$/;"	v
ngx_aio_del_connection	src/event/modules/ngx_aio_module.c	/^ngx_aio_del_connection(ngx_connection_t *c, ngx_uint_t flags)$/;"	f	file:
ngx_aio_del_event	src/event/modules/ngx_aio_module.c	/^ngx_aio_del_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)$/;"	f	file:
ngx_aio_done	src/event/modules/ngx_aio_module.c	/^ngx_aio_done(ngx_cycle_t *cycle)$/;"	f	file:
ngx_aio_init	src/event/modules/ngx_aio_module.c	/^ngx_aio_init(ngx_cycle_t *cycle, ngx_msec_t timer)$/;"	f	file:
ngx_aio_module	src/event/modules/ngx_aio_module.c	/^ngx_module_t  ngx_aio_module = {$/;"	v
ngx_aio_module_ctx	src/event/modules/ngx_aio_module.c	/^ngx_event_module_t  ngx_aio_module_ctx = {$/;"	v
ngx_aio_process_events	src/event/modules/ngx_aio_module.c	/^ngx_aio_process_events(ngx_cycle_t *cycle, ngx_msec_t timer, ngx_uint_t flags)$/;"	f	file:
ngx_aio_read	src/os/unix/ngx_aio_read.c	/^ngx_aio_read(ngx_connection_t *c, u_char *buf, size_t size)$/;"	f
ngx_aio_read_chain	src/os/unix/ngx_aio_read_chain.c	/^ngx_aio_read_chain(ngx_connection_t *c, ngx_chain_t *cl)$/;"	f
ngx_aio_write	src/os/unix/ngx_aio_write.c	/^ngx_aio_write(ngx_connection_t *c, u_char *buf, size_t size)$/;"	f
ngx_aio_write_chain	src/os/unix/ngx_aio_write_chain.c	/^ngx_aio_write_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)$/;"	f
ngx_aiocb_t	src/os/unix/ngx_freebsd_config.h	/^typedef struct aiocb  ngx_aiocb_t;$/;"	t	typeref:struct:aiocb
ngx_aiocb_t	src/os/unix/ngx_linux_config.h	/^typedef struct iocb  ngx_aiocb_t;$/;"	t	typeref:struct:iocb
ngx_aiocb_t	src/os/unix/ngx_posix_config.h	/^typedef struct aiocb  ngx_aiocb_t;$/;"	t	typeref:struct:aiocb
ngx_align	src/core/ngx_config.h	97;"	d
ngx_align_ptr	src/core/ngx_config.h	98;"	d
ngx_alloc	src/os/unix/ngx_alloc.c	/^ngx_alloc(size_t size, ngx_log_t *log)$/;"	f
ngx_alloc_buf	src/core/ngx_buf.h	142;"	d
ngx_alloc_chain_link	src/core/ngx_buf.c	/^ngx_alloc_chain_link(ngx_pool_t *pool)$/;"	f
ngx_argc	src/os/unix/ngx_process.c	/^int              ngx_argc;$/;"	v
ngx_argv	src/os/unix/ngx_process.c	/^char           **ngx_argv;$/;"	v
ngx_array_create	src/core/ngx_array.c	/^ngx_array_create(ngx_pool_t *p, ngx_uint_t n, size_t size)$/;"	f
ngx_array_destroy	src/core/ngx_array.c	/^ngx_array_destroy(ngx_array_t *a)$/;"	f
ngx_array_init	src/core/ngx_array.h	/^ngx_array_init(ngx_array_t *array, ngx_pool_t *pool, ngx_uint_t n, size_t size)$/;"	f
ngx_array_push	src/core/ngx_array.c	/^ngx_array_push(ngx_array_t *a)$/;"	f
ngx_array_push_n	src/core/ngx_array.c	/^ngx_array_push_n(ngx_array_t *a, ngx_uint_t n)$/;"	f
ngx_array_t	src/core/ngx_array.h	/^} ngx_array_t;$/;"	t	typeref:struct:__anon291
ngx_atofp	src/core/ngx_string.c	/^ngx_atofp(u_char *line, size_t n, size_t point)$/;"	f
ngx_atoi	src/core/ngx_string.c	/^ngx_atoi(u_char *line, size_t n)$/;"	f
ngx_atomic_cmp_set	src/os/unix/ngx_atomic.h	/^ngx_atomic_cmp_set(ngx_atomic_t *lock, ngx_atomic_uint_t old,$/;"	f
ngx_atomic_cmp_set	src/os/unix/ngx_atomic.h	109;"	d
ngx_atomic_cmp_set	src/os/unix/ngx_atomic.h	33;"	d
ngx_atomic_cmp_set	src/os/unix/ngx_atomic.h	64;"	d
ngx_atomic_cmp_set	src/os/unix/ngx_atomic.h	76;"	d
ngx_atomic_cmp_set	src/os/unix/ngx_gcc_atomic_amd64.h	/^ngx_atomic_cmp_set(ngx_atomic_t *lock, ngx_atomic_uint_t old,$/;"	f
ngx_atomic_cmp_set	src/os/unix/ngx_gcc_atomic_ppc.h	/^ngx_atomic_cmp_set(ngx_atomic_t *lock, ngx_atomic_uint_t old,$/;"	f
ngx_atomic_cmp_set	src/os/unix/ngx_gcc_atomic_sparc64.h	/^ngx_atomic_cmp_set(ngx_atomic_t *lock, ngx_atomic_uint_t old,$/;"	f
ngx_atomic_cmp_set	src/os/unix/ngx_gcc_atomic_x86.h	/^ngx_atomic_cmp_set(ngx_atomic_t *lock, ngx_atomic_uint_t old,$/;"	f
ngx_atomic_cmp_set	src/os/unix/ngx_sunpro_atomic_sparc64.h	/^ngx_atomic_cmp_set(ngx_atomic_t *lock, ngx_atomic_uint_t old,$/;"	f
ngx_atomic_fetch_add	src/os/unix/ngx_atomic.h	/^ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add)$/;"	f
ngx_atomic_fetch_add	src/os/unix/ngx_atomic.h	112;"	d
ngx_atomic_fetch_add	src/os/unix/ngx_atomic.h	35;"	d
ngx_atomic_fetch_add	src/os/unix/ngx_atomic.h	67;"	d
ngx_atomic_fetch_add	src/os/unix/ngx_atomic.h	79;"	d
ngx_atomic_fetch_add	src/os/unix/ngx_gcc_atomic_amd64.h	/^ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add)$/;"	f
ngx_atomic_fetch_add	src/os/unix/ngx_gcc_atomic_ppc.h	/^ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add)$/;"	f
ngx_atomic_fetch_add	src/os/unix/ngx_gcc_atomic_sparc64.h	/^ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add)$/;"	f
ngx_atomic_fetch_add	src/os/unix/ngx_gcc_atomic_x86.h	/^ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add)$/;"	f
ngx_atomic_fetch_add	src/os/unix/ngx_sunpro_atomic_sparc64.h	/^ngx_atomic_fetch_add(ngx_atomic_t *value, ngx_atomic_int_t add)$/;"	f
ngx_atomic_int_t	src/os/unix/ngx_atomic.h	/^typedef int32_t                     ngx_atomic_int_t;$/;"	t
ngx_atomic_int_t	src/os/unix/ngx_atomic.h	/^typedef int64_t                     ngx_atomic_int_t;$/;"	t
ngx_atomic_int_t	src/os/unix/ngx_atomic.h	/^typedef long                        ngx_atomic_int_t;$/;"	t
ngx_atomic_t	src/os/unix/ngx_atomic.h	/^typedef volatile ngx_atomic_uint_t  ngx_atomic_t;$/;"	t
ngx_atomic_uint_t	src/os/unix/ngx_atomic.h	/^typedef AO_t                        ngx_atomic_uint_t;$/;"	t
ngx_atomic_uint_t	src/os/unix/ngx_atomic.h	/^typedef uint32_t                    ngx_atomic_uint_t;$/;"	t
ngx_atomic_uint_t	src/os/unix/ngx_atomic.h	/^typedef uint64_t                    ngx_atomic_uint_t;$/;"	t
ngx_atomic_uint_t	src/os/unix/ngx_atomic.h	/^typedef unsigned long               ngx_atomic_uint_t;$/;"	t
ngx_atoof	src/core/ngx_string.c	/^ngx_atoof(u_char *line, size_t n)$/;"	f
ngx_atosz	src/core/ngx_string.c	/^ngx_atosz(u_char *line, size_t n)$/;"	f
ngx_atotm	src/core/ngx_string.c	/^ngx_atotm(u_char *line, size_t n)$/;"	f
ngx_base64_decoded_length	src/core/ngx_string.h	182;"	d
ngx_base64_encoded_length	src/core/ngx_string.h	181;"	d
ngx_blocking	src/os/unix/ngx_socket.c	/^ngx_blocking(ngx_socket_t s)$/;"	f
ngx_blocking	src/os/unix/ngx_socket.h	36;"	d
ngx_blocking_n	src/os/unix/ngx_socket.h	29;"	d
ngx_blocking_n	src/os/unix/ngx_socket.h	37;"	d
ngx_buf_in_memory	src/core/ngx_buf.h	123;"	d
ngx_buf_in_memory_only	src/core/ngx_buf.h	124;"	d
ngx_buf_s	src/core/ngx_buf.h	/^struct ngx_buf_s {$/;"	s
ngx_buf_size	src/core/ngx_buf.h	134;"	d
ngx_buf_special	src/core/ngx_buf.h	126;"	d
ngx_buf_sync_only	src/core/ngx_buf.h	130;"	d
ngx_buf_t	src/core/ngx_buf.h	/^typedef struct ngx_buf_s  ngx_buf_t;$/;"	t	typeref:struct:ngx_buf_s
ngx_buf_tag_t	src/core/ngx_buf.h	/^typedef void *            ngx_buf_tag_t;$/;"	t
ngx_bufs_t	src/core/ngx_buf.h	/^} ngx_bufs_t;$/;"	t	typeref:struct:__anon303
ngx_cache_loader_ctx	src/os/unix/ngx_process_cycle.c	/^static ngx_cache_manager_ctx_t  ngx_cache_loader_ctx = {$/;"	v	file:
ngx_cache_loader_process_handler	src/os/unix/ngx_process_cycle.c	/^ngx_cache_loader_process_handler(ngx_event_t *ev)$/;"	f	file:
ngx_cache_manager_ctx	src/os/unix/ngx_process_cycle.c	/^static ngx_cache_manager_ctx_t  ngx_cache_manager_ctx = {$/;"	v	file:
ngx_cache_manager_ctx_t	src/os/unix/ngx_process_cycle.h	/^} ngx_cache_manager_ctx_t;$/;"	t	typeref:struct:__anon5
ngx_cache_manager_process_cycle	src/os/unix/ngx_process_cycle.c	/^ngx_cache_manager_process_cycle(ngx_cycle_t *cycle, void *data)$/;"	f	file:
ngx_cache_manager_process_handler	src/os/unix/ngx_process_cycle.c	/^ngx_cache_manager_process_handler(ngx_event_t *ev)$/;"	f	file:
ngx_cached_err_log_time	src/core/ngx_times.c	/^volatile ngx_str_t       ngx_cached_err_log_time;$/;"	v
ngx_cached_http_log_iso8601	src/core/ngx_times.c	/^volatile ngx_str_t       ngx_cached_http_log_iso8601;$/;"	v
ngx_cached_http_log_time	src/core/ngx_times.c	/^volatile ngx_str_t       ngx_cached_http_log_time;$/;"	v
ngx_cached_http_time	src/core/ngx_times.c	/^volatile ngx_str_t       ngx_cached_http_time;$/;"	v
ngx_cached_open_file_s	src/core/ngx_open_file_cache.h	/^struct ngx_cached_open_file_s {$/;"	s
ngx_cached_open_file_t	src/core/ngx_open_file_cache.h	/^typedef struct ngx_cached_open_file_s  ngx_cached_open_file_t;$/;"	t	typeref:struct:ngx_cached_open_file_s
ngx_cached_time	src/core/ngx_times.c	/^volatile ngx_time_t     *ngx_cached_time;$/;"	v
ngx_cacheline_size	src/os/unix/ngx_alloc.c	/^ngx_uint_t  ngx_cacheline_size;$/;"	v
ngx_calloc	src/os/unix/ngx_alloc.c	/^ngx_calloc(size_t size, ngx_log_t *log)$/;"	f
ngx_calloc_buf	src/core/ngx_buf.h	143;"	d
ngx_cdecl	src/core/ngx_config.h	73;"	d
ngx_chain_add_copy	src/core/ngx_buf.c	/^ngx_chain_add_copy(ngx_pool_t *pool, ngx_chain_t **chain, ngx_chain_t *in)$/;"	f
ngx_chain_get_free_buf	src/core/ngx_buf.c	/^ngx_chain_get_free_buf(ngx_pool_t *p, ngx_chain_t **free)$/;"	f
ngx_chain_s	src/core/ngx_buf.h	/^struct ngx_chain_s {$/;"	s
ngx_chain_t	src/core/ngx_core.h	/^typedef struct ngx_chain_s       ngx_chain_t;$/;"	t	typeref:struct:ngx_chain_s
ngx_chain_update_chains	src/core/ngx_buf.c	/^ngx_chain_update_chains(ngx_pool_t *p, ngx_chain_t **free, ngx_chain_t **busy,$/;"	f
ngx_chain_writer	src/core/ngx_output_chain.c	/^ngx_chain_writer(void *data, ngx_chain_t *in)$/;"	f
ngx_chain_writer_ctx_t	src/core/ngx_buf.h	/^} ngx_chain_writer_ctx_t;$/;"	t	typeref:struct:__anon304
ngx_change_binary	src/os/unix/ngx_process_cycle.c	/^sig_atomic_t  ngx_change_binary;$/;"	v
ngx_change_file_access	src/os/unix/ngx_files.h	160;"	d
ngx_change_file_access_n	src/os/unix/ngx_files.h	161;"	d
ngx_channel	src/os/unix/ngx_process.c	/^ngx_socket_t     ngx_channel;$/;"	v
ngx_channel_handler	src/os/unix/ngx_process_cycle.c	/^ngx_channel_handler(ngx_event_t *ev)$/;"	f	file:
ngx_channel_t	src/os/unix/ngx_channel.h	/^} ngx_channel_t;$/;"	t	typeref:struct:__anon6
ngx_check_ngx_overflow_threshold_bounds	src/event/modules/ngx_rtsig_module.c	/^ngx_check_ngx_overflow_threshold_bounds(ngx_conf_t *cf, void *post, void *data)$/;"	f	file:
ngx_cidr_t	src/core/ngx_inet.h	/^} ngx_cidr_t;$/;"	t	typeref:struct:__anon307
ngx_clean_old_cycles	src/core/ngx_cycle.c	/^ngx_clean_old_cycles(ngx_event_t *ev)$/;"	f	file:
ngx_cleaner_event	src/core/ngx_cycle.c	/^static ngx_event_t     ngx_cleaner_event;$/;"	v	file:
ngx_close_accepted_connection	src/event/ngx_event_accept.c	/^ngx_close_accepted_connection(ngx_connection_t *c)$/;"	f	file:
ngx_close_cached_file	src/core/ngx_open_file_cache.c	/^ngx_close_cached_file(ngx_open_file_cache_t *cache,$/;"	f	file:
ngx_close_channel	src/os/unix/ngx_channel.c	/^ngx_close_channel(ngx_fd_t *fd, ngx_log_t *log)$/;"	f
ngx_close_connection	src/core/ngx_connection.c	/^ngx_close_connection(ngx_connection_t *c)$/;"	f
ngx_close_dir	src/os/unix/ngx_files.h	229;"	d
ngx_close_dir_n	src/os/unix/ngx_files.h	230;"	d
ngx_close_file	src/os/unix/ngx_files.h	104;"	d
ngx_close_file_mapping	src/os/unix/ngx_files.c	/^ngx_close_file_mapping(ngx_file_mapping_t *fm)$/;"	f
ngx_close_file_n	src/os/unix/ngx_files.h	105;"	d
ngx_close_glob	src/os/unix/ngx_files.c	/^ngx_close_glob(ngx_glob_t *gl)$/;"	f
ngx_close_listening_sockets	src/core/ngx_connection.c	/^ngx_close_listening_sockets(ngx_cycle_t *cycle)$/;"	f
ngx_close_socket	src/os/unix/ngx_socket.h	60;"	d
ngx_close_socket_n	src/os/unix/ngx_socket.h	61;"	d
ngx_cmp_sockaddr	src/core/ngx_cycle.c	/^ngx_cmp_sockaddr(struct sockaddr *sa1, struct sockaddr *sa2)$/;"	f	file:
ngx_command_s	src/core/ngx_conf_file.h	/^struct ngx_command_s {$/;"	s
ngx_command_t	src/core/ngx_core.h	/^typedef struct ngx_command_s     ngx_command_t;$/;"	t	typeref:struct:ngx_command_s
ngx_cond_destroy	src/os/unix/ngx_freebsd_rfork_thread.c	/^ngx_cond_destroy(ngx_cond_t *cv)$/;"	f
ngx_cond_destroy	src/os/unix/ngx_pthread_thread.c	/^ngx_cond_destroy(ngx_cond_t *cv)$/;"	f
ngx_cond_init	src/os/unix/ngx_freebsd_rfork_thread.c	/^ngx_cond_init(ngx_log_t *log)$/;"	f
ngx_cond_init	src/os/unix/ngx_pthread_thread.c	/^ngx_cond_init(ngx_log_t *log)$/;"	f
ngx_cond_signal	src/os/unix/ngx_freebsd_rfork_thread.c	/^ngx_cond_signal(ngx_cond_t *cv)$/;"	f
ngx_cond_signal	src/os/unix/ngx_pthread_thread.c	/^ngx_cond_signal(ngx_cond_t *cv)$/;"	f
ngx_cond_signal	src/os/unix/ngx_thread.h	121;"	d
ngx_cond_t	src/os/unix/ngx_freebsd_rfork_thread.h	/^} ngx_cond_t;$/;"	t	typeref:struct:__anon16
ngx_cond_t	src/os/unix/ngx_thread.h	/^} ngx_cond_t;$/;"	t	typeref:struct:__anon2
ngx_cond_wait	src/os/unix/ngx_freebsd_rfork_thread.c	/^ngx_cond_wait(ngx_cond_t *cv, ngx_mutex_t *m)$/;"	f
ngx_cond_wait	src/os/unix/ngx_pthread_thread.c	/^ngx_cond_wait(ngx_cond_t *cv, ngx_mutex_t *m)$/;"	f
ngx_conf_bitmask_t	src/core/ngx_conf_file.h	/^} ngx_conf_bitmask_t;$/;"	t	typeref:struct:__anon274
ngx_conf_check_num_bounds	src/core/ngx_conf_file.c	/^ngx_conf_check_num_bounds(ngx_conf_t *cf, void *post, void *data)$/;"	f
ngx_conf_commands	src/core/ngx_conf_file.c	/^static ngx_command_t  ngx_conf_commands[] = {$/;"	v	file:
ngx_conf_deprecated	src/core/ngx_conf_file.c	/^ngx_conf_deprecated(ngx_conf_t *cf, void *post, void *data)$/;"	f
ngx_conf_deprecated_limit_zone	src/http/modules/ngx_http_limit_conn_module.c	/^static ngx_conf_deprecated_t  ngx_conf_deprecated_limit_zone = {$/;"	v	file:
ngx_conf_deprecated_open_file_cache_retest	src/http/ngx_http_core_module.c	/^static ngx_conf_deprecated_t  ngx_conf_deprecated_open_file_cache_retest = {$/;"	v	file:
ngx_conf_deprecated_optimize_server_names	src/http/ngx_http_core_module.c	/^static ngx_conf_deprecated_t  ngx_conf_deprecated_optimize_server_names = {$/;"	v	file:
ngx_conf_deprecated_satisfy_any	src/http/ngx_http_core_module.c	/^static ngx_conf_deprecated_t  ngx_conf_deprecated_satisfy_any = {$/;"	v	file:
ngx_conf_deprecated_so_keepalive	src/mail/ngx_mail_core_module.c	/^static ngx_conf_deprecated_t  ngx_conf_deprecated_so_keepalive = {$/;"	v	file:
ngx_conf_deprecated_t	src/core/ngx_conf_file.h	/^} ngx_conf_deprecated_t;$/;"	t	typeref:struct:__anon271
ngx_conf_enum_t	src/core/ngx_conf_file.h	/^} ngx_conf_enum_t;$/;"	t	typeref:struct:__anon273
ngx_conf_file	src/core/nginx.c	/^static u_char      *ngx_conf_file;$/;"	v	file:
ngx_conf_file_t	src/core/ngx_conf_file.h	/^} ngx_conf_file_t;$/;"	t	typeref:struct:__anon269
ngx_conf_flush_files	src/core/ngx_conf_file.c	/^ngx_conf_flush_files(ngx_cycle_t *cycle)$/;"	f	file:
ngx_conf_full_name	src/core/ngx_conf_file.c	/^ngx_conf_full_name(ngx_cycle_t *cycle, ngx_str_t *name, ngx_uint_t conf_prefix)$/;"	f
ngx_conf_handler	src/core/ngx_conf_file.c	/^ngx_conf_handler(ngx_conf_t *cf, ngx_int_t last)$/;"	f	file:
ngx_conf_handler_pt	src/core/ngx_conf_file.h	/^typedef char *(*ngx_conf_handler_pt)(ngx_conf_t *cf,$/;"	t
ngx_conf_include	src/core/ngx_conf_file.c	/^ngx_conf_include(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f
ngx_conf_init_msec_value	src/core/ngx_conf_file.h	241;"	d
ngx_conf_init_ptr_value	src/core/ngx_conf_file.h	226;"	d
ngx_conf_init_size_value	src/core/ngx_conf_file.h	236;"	d
ngx_conf_init_uint_value	src/core/ngx_conf_file.h	231;"	d
ngx_conf_init_value	src/core/ngx_conf_file.h	221;"	d
ngx_conf_log_error	src/core/ngx_conf_file.c	/^ngx_conf_log_error(ngx_uint_t level, ngx_conf_t *cf, ngx_err_t err,$/;"	f
ngx_conf_merge_bitmask_value	src/core/ngx_conf_file.h	303;"	d
ngx_conf_merge_bufs_value	src/core/ngx_conf_file.h	292;"	d
ngx_conf_merge_msec_value	src/core/ngx_conf_file.h	261;"	d
ngx_conf_merge_off_value	src/core/ngx_conf_file.h	276;"	d
ngx_conf_merge_path_value	src/core/ngx_file.c	/^ngx_conf_merge_path_value(ngx_conf_t *cf, ngx_path_t **path, ngx_path_t *prev,$/;"	f
ngx_conf_merge_ptr_value	src/core/ngx_conf_file.h	251;"	d
ngx_conf_merge_sec_value	src/core/ngx_conf_file.h	266;"	d
ngx_conf_merge_size_value	src/core/ngx_conf_file.h	271;"	d
ngx_conf_merge_str_value	src/core/ngx_conf_file.h	281;"	d
ngx_conf_merge_uint_value	src/core/ngx_conf_file.h	256;"	d
ngx_conf_merge_value	src/core/ngx_conf_file.h	246;"	d
ngx_conf_module	src/core/ngx_conf_file.c	/^ngx_module_t  ngx_conf_module = {$/;"	v
ngx_conf_num_bounds_t	src/core/ngx_conf_file.h	/^} ngx_conf_num_bounds_t;$/;"	t	typeref:struct:__anon272
ngx_conf_open_file	src/core/ngx_conf_file.c	/^ngx_conf_open_file(ngx_cycle_t *cycle, ngx_str_t *name)$/;"	f
ngx_conf_param	src/core/ngx_conf_file.c	/^ngx_conf_param(ngx_conf_t *cf)$/;"	f
ngx_conf_params	src/core/nginx.c	/^static u_char      *ngx_conf_params;$/;"	v	file:
ngx_conf_parse	src/core/ngx_conf_file.c	/^ngx_conf_parse(ngx_conf_t *cf, ngx_str_t *filename)$/;"	f
ngx_conf_post_handler_pt	src/core/ngx_conf_file.h	/^typedef char *(*ngx_conf_post_handler_pt) (ngx_conf_t *cf,$/;"	t
ngx_conf_post_t	src/core/ngx_conf_file.h	/^} ngx_conf_post_t;$/;"	t	typeref:struct:__anon270
ngx_conf_read_token	src/core/ngx_conf_file.c	/^ngx_conf_read_token(ngx_conf_t *cf)$/;"	f	file:
ngx_conf_s	src/core/ngx_conf_file.h	/^struct ngx_conf_s {$/;"	s
ngx_conf_set_access_slot	src/core/ngx_file.c	/^ngx_conf_set_access_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f
ngx_conf_set_bitmask_slot	src/core/ngx_conf_file.c	/^ngx_conf_set_bitmask_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f
ngx_conf_set_bufs_slot	src/core/ngx_conf_file.c	/^ngx_conf_set_bufs_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f
ngx_conf_set_enum_slot	src/core/ngx_conf_file.c	/^ngx_conf_set_enum_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f
ngx_conf_set_flag_slot	src/core/ngx_conf_file.c	/^ngx_conf_set_flag_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f
ngx_conf_set_keyval_slot	src/core/ngx_conf_file.c	/^ngx_conf_set_keyval_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f
ngx_conf_set_msec_slot	src/core/ngx_conf_file.c	/^ngx_conf_set_msec_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f
ngx_conf_set_num_slot	src/core/ngx_conf_file.c	/^ngx_conf_set_num_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f
ngx_conf_set_off_slot	src/core/ngx_conf_file.c	/^ngx_conf_set_off_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f
ngx_conf_set_path_slot	src/core/ngx_file.c	/^ngx_conf_set_path_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f
ngx_conf_set_sec_slot	src/core/ngx_conf_file.c	/^ngx_conf_set_sec_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f
ngx_conf_set_size_slot	src/core/ngx_conf_file.c	/^ngx_conf_set_size_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f
ngx_conf_set_str_array_slot	src/core/ngx_conf_file.c	/^ngx_conf_set_str_array_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f
ngx_conf_set_str_slot	src/core/ngx_conf_file.c	/^ngx_conf_set_str_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f
ngx_conf_split_clients_block	src/http/modules/ngx_http_split_clients_module.c	/^ngx_conf_split_clients_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_conf_t	src/core/ngx_core.h	/^typedef struct ngx_conf_s        ngx_conf_t;$/;"	t	typeref:struct:ngx_conf_s
ngx_conf_test_full_name	src/core/ngx_conf_file.c	/^ngx_conf_test_full_name(ngx_str_t *name)$/;"	f	file:
ngx_configure_listening_sockets	src/core/ngx_connection.c	/^ngx_configure_listening_sockets(ngx_cycle_t *cycle)$/;"	f
ngx_connection_counter	src/event/ngx_event.c	/^ngx_atomic_t         *ngx_connection_counter = &connection_counter;$/;"	v
ngx_connection_error	src/core/ngx_connection.c	/^ngx_connection_error(ngx_connection_t *c, ngx_err_t err, char *text)$/;"	f
ngx_connection_handler_pt	src/core/ngx_core.h	/^typedef void (*ngx_connection_handler_pt)(ngx_connection_t *c);$/;"	t
ngx_connection_local_sockaddr	src/core/ngx_connection.c	/^ngx_connection_local_sockaddr(ngx_connection_t *c, ngx_str_t *s,$/;"	f
ngx_connection_log_error_e	src/core/ngx_connection.h	/^} ngx_connection_log_error_e;$/;"	t	typeref:enum:__anon292
ngx_connection_s	src/core/ngx_connection.h	/^struct ngx_connection_s {$/;"	s
ngx_connection_t	src/core/ngx_core.h	/^typedef struct ngx_connection_s  ngx_connection_t;$/;"	t	typeref:struct:ngx_connection_s
ngx_connection_tcp_nodelay_e	src/core/ngx_connection.h	/^} ngx_connection_tcp_nodelay_e;$/;"	t	typeref:enum:__anon293
ngx_connection_tcp_nopush_e	src/core/ngx_connection.h	/^} ngx_connection_tcp_nopush_e;$/;"	t	typeref:enum:__anon294
ngx_copy	src/core/ngx_string.h	/^ngx_copy(u_char *dst, u_char *src, size_t len)$/;"	f
ngx_copy	src/core/ngx_string.h	134;"	d
ngx_copy_file	src/core/ngx_file.c	/^ngx_copy_file(u_char *from, u_char *to, ngx_copy_file_t *cf)$/;"	f
ngx_copy_file_t	src/core/ngx_file.h	/^} ngx_copy_file_t;$/;"	t	typeref:struct:__anon279
ngx_core_commands	src/core/nginx.c	/^static ngx_command_t  ngx_core_commands[] = {$/;"	v	file:
ngx_core_conf_t	src/core/ngx_cycle.h	/^} ngx_core_conf_t;$/;"	t	typeref:struct:__anon264
ngx_core_module	src/core/nginx.c	/^ngx_module_t  ngx_core_module = {$/;"	v
ngx_core_module_create_conf	src/core/nginx.c	/^ngx_core_module_create_conf(ngx_cycle_t *cycle)$/;"	f	file:
ngx_core_module_ctx	src/core/nginx.c	/^static ngx_core_module_t  ngx_core_module_ctx = {$/;"	v	file:
ngx_core_module_init_conf	src/core/nginx.c	/^ngx_core_module_init_conf(ngx_cycle_t *cycle, void *conf)$/;"	f	file:
ngx_core_module_t	src/core/ngx_conf_file.h	/^} ngx_core_module_t;$/;"	t	typeref:struct:__anon268
ngx_core_tls_key	src/core/ngx_cycle.c	/^ngx_tls_key_t          ngx_core_tls_key;$/;"	v
ngx_core_tls_t	src/core/ngx_cycle.h	/^} ngx_core_tls_t;$/;"	t	typeref:struct:__anon265
ngx_cpp_test_handler	src/misc/ngx_cpp_test_module.cpp	/^ngx_cpp_test_handler(void *data)$/;"	f
ngx_cpu_pause	src/os/unix/ngx_atomic.h	118;"	d
ngx_cpu_pause	src/os/unix/ngx_atomic.h	120;"	d
ngx_cpu_pause	src/os/unix/ngx_atomic.h	302;"	d
ngx_cpu_pause	src/os/unix/ngx_atomic.h	38;"	d
ngx_cpu_pause	src/os/unix/ngx_atomic.h	86;"	d
ngx_cpu_pause	src/os/unix/ngx_gcc_atomic_amd64.h	82;"	d
ngx_cpu_pause	src/os/unix/ngx_gcc_atomic_ppc.h	155;"	d
ngx_cpu_pause	src/os/unix/ngx_gcc_atomic_sparc64.h	82;"	d
ngx_cpu_pause	src/os/unix/ngx_gcc_atomic_x86.h	127;"	d
ngx_cpu_pause	src/os/unix/ngx_sunpro_atomic_sparc64.h	61;"	d
ngx_cpuid	src/core/ngx_cpuinfo.c	/^ngx_cpuid(uint32_t i, uint32_t *buf)$/;"	f	file:
ngx_cpuinfo	src/core/ngx_cpuinfo.c	/^ngx_cpuinfo(void)$/;"	f
ngx_cpymem	src/core/ngx_string.h	103;"	d
ngx_cpymem	src/core/ngx_string.h	93;"	d
ngx_cpystrn	src/core/ngx_string.c	/^ngx_cpystrn(u_char *dst, u_char *src, size_t n)$/;"	f
ngx_crc	src/core/ngx_crc.h	/^ngx_crc(u_char *data, size_t len)$/;"	f
ngx_crc32_final	src/core/ngx_crc32.h	72;"	d
ngx_crc32_init	src/core/ngx_crc32.h	53;"	d
ngx_crc32_long	src/core/ngx_crc32.h	/^ngx_crc32_long(u_char *p, size_t len)$/;"	f
ngx_crc32_short	src/core/ngx_crc32.h	/^ngx_crc32_short(u_char *p, size_t len)$/;"	f
ngx_crc32_table16	src/core/ngx_crc32.c	/^static uint32_t  ngx_crc32_table16[] = {$/;"	v	file:
ngx_crc32_table256	src/core/ngx_crc32.c	/^uint32_t  ngx_crc32_table256[] = {$/;"	v
ngx_crc32_table_init	src/core/ngx_crc32.c	/^ngx_crc32_table_init(void)$/;"	f
ngx_crc32_table_short	src/core/ngx_crc32.c	/^uint32_t *ngx_crc32_table_short = ngx_crc32_table16;$/;"	v
ngx_crc32_update	src/core/ngx_crc32.h	/^ngx_crc32_update(uint32_t *crc, u_char *p, size_t len)$/;"	f
ngx_create_chain_of_bufs	src/core/ngx_buf.c	/^ngx_create_chain_of_bufs(ngx_pool_t *pool, ngx_bufs_t *bufs)$/;"	f
ngx_create_dir	src/os/unix/ngx_files.h	237;"	d
ngx_create_dir_n	src/os/unix/ngx_files.h	238;"	d
ngx_create_file_mapping	src/os/unix/ngx_files.c	/^ngx_create_file_mapping(ngx_file_mapping_t *fm)$/;"	f
ngx_create_full_path	src/core/ngx_file.c	/^ngx_create_full_path(u_char *dir, ngx_uint_t access)$/;"	f
ngx_create_hashed_filename	src/core/ngx_file.c	/^ngx_create_hashed_filename(ngx_path_t *path, u_char *file, size_t len)$/;"	f
ngx_create_listening	src/core/ngx_connection.c	/^ngx_create_listening(ngx_conf_t *cf, void *sockaddr, socklen_t socklen)$/;"	f
ngx_create_path	src/core/ngx_file.c	/^ngx_create_path(ngx_file_t *file, ngx_path_t *path)$/;"	f
ngx_create_paths	src/core/ngx_file.c	/^ngx_create_paths(ngx_cycle_t *cycle, ngx_uid_t user)$/;"	f
ngx_create_pidfile	src/core/ngx_cycle.c	/^ngx_create_pidfile(ngx_str_t *name, ngx_log_t *log)$/;"	f
ngx_create_pool	src/core/ngx_palloc.c	/^ngx_create_pool(size_t size, ngx_log_t *log)$/;"	f
ngx_create_temp_buf	src/core/ngx_buf.c	/^ngx_create_temp_buf(ngx_pool_t *pool, size_t size)$/;"	f
ngx_create_temp_file	src/core/ngx_file.c	/^ngx_create_temp_file(ngx_file_t *file, ngx_path_t *path, ngx_pool_t *pool,$/;"	f
ngx_create_thread	src/os/unix/ngx_freebsd_rfork_thread.c	/^ngx_create_thread(ngx_tid_t *tid, ngx_thread_value_t (*func)(void *arg),$/;"	f
ngx_create_thread	src/os/unix/ngx_pthread_thread.c	/^ngx_create_thread(ngx_tid_t *tid, ngx_thread_value_t (*func)(void *arg),$/;"	f
ngx_crypt	src/core/ngx_crypt.c	/^ngx_crypt(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted)$/;"	f
ngx_crypt_apr1	src/core/ngx_crypt.c	/^ngx_crypt_apr1(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted)$/;"	f	file:
ngx_crypt_plain	src/core/ngx_crypt.c	/^ngx_crypt_plain(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted)$/;"	f	file:
ngx_crypt_sha	src/core/ngx_crypt.c	/^ngx_crypt_sha(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted)$/;"	f	file:
ngx_crypt_ssha	src/core/ngx_crypt.c	/^ngx_crypt_ssha(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted)$/;"	f	file:
ngx_crypt_to64	src/core/ngx_crypt.c	/^ngx_crypt_to64(u_char *p, uint32_t v, size_t n)$/;"	f	file:
ngx_current_msec	src/core/ngx_times.c	/^volatile ngx_msec_t      ngx_current_msec;$/;"	v
ngx_cycle	src/core/ngx_cycle.c	/^volatile ngx_cycle_t  *ngx_cycle;$/;"	v
ngx_cycle_s	src/core/ngx_cycle.h	/^struct ngx_cycle_s {$/;"	s
ngx_cycle_t	src/core/ngx_core.h	/^typedef struct ngx_cycle_s       ngx_cycle_t;$/;"	t	typeref:struct:ngx_cycle_s
ngx_daemon	src/os/unix/ngx_daemon.c	/^ngx_daemon(ngx_log_t *log)$/;"	f
ngx_daemonized	src/os/unix/ngx_process_cycle.c	/^ngx_uint_t    ngx_daemonized;$/;"	v
ngx_darwin_hw_ncpu	src/os/unix/ngx_darwin_init.c	/^int     ngx_darwin_hw_ncpu;$/;"	v
ngx_darwin_io	src/os/unix/ngx_darwin_init.c	/^static ngx_os_io_t ngx_darwin_io = {$/;"	v	file:
ngx_darwin_kern_ipc_somaxconn	src/os/unix/ngx_darwin_init.c	/^int     ngx_darwin_kern_ipc_somaxconn;$/;"	v
ngx_darwin_kern_osrelease	src/os/unix/ngx_darwin_init.c	/^char    ngx_darwin_kern_osrelease[128];$/;"	v
ngx_darwin_kern_ostype	src/os/unix/ngx_darwin_init.c	/^char    ngx_darwin_kern_ostype[16];$/;"	v
ngx_darwin_net_inet_tcp_sendspace	src/os/unix/ngx_darwin_init.c	/^u_long  ngx_darwin_net_inet_tcp_sendspace;$/;"	v
ngx_darwin_sendfile_chain	src/os/unix/ngx_darwin_sendfile_chain.c	/^ngx_darwin_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)$/;"	f
ngx_de_access	src/os/unix/ngx_files.h	288;"	d
ngx_de_fs_size	src/os/unix/ngx_files.h	290;"	d
ngx_de_info	src/os/unix/ngx_files.h	/^ngx_de_info(u_char *name, ngx_dir_t *dir)$/;"	f
ngx_de_info_n	src/os/unix/ngx_files.h	262;"	d
ngx_de_is_dir	src/os/unix/ngx_files.h	273;"	d
ngx_de_is_dir	src/os/unix/ngx_files.h	282;"	d
ngx_de_is_file	src/os/unix/ngx_files.h	275;"	d
ngx_de_is_file	src/os/unix/ngx_files.h	283;"	d
ngx_de_is_link	src/os/unix/ngx_files.h	277;"	d
ngx_de_is_link	src/os/unix/ngx_files.h	284;"	d
ngx_de_link_info	src/os/unix/ngx_files.h	263;"	d
ngx_de_link_info_n	src/os/unix/ngx_files.h	264;"	d
ngx_de_mtime	src/os/unix/ngx_files.h	292;"	d
ngx_de_name	src/os/unix/ngx_files.h	248;"	d
ngx_de_namelen	src/os/unix/ngx_files.h	250;"	d
ngx_de_namelen	src/os/unix/ngx_files.h	252;"	d
ngx_de_size	src/os/unix/ngx_files.h	289;"	d
ngx_debug_init	src/os/unix/ngx_darwin_init.c	/^ngx_debug_init()$/;"	f
ngx_debug_init	src/os/unix/ngx_freebsd_init.c	/^ngx_debug_init()$/;"	f
ngx_debug_init	src/os/unix/ngx_linux_config.h	112;"	d
ngx_debug_init	src/os/unix/ngx_posix_config.h	131;"	d
ngx_debug_init	src/os/unix/ngx_solaris_config.h	103;"	d
ngx_debug_malloc	src/os/unix/ngx_darwin_init.c	/^ngx_uint_t  ngx_debug_malloc;$/;"	v
ngx_debug_malloc	src/os/unix/ngx_freebsd_init.c	/^ngx_uint_t  ngx_debug_malloc;$/;"	v
ngx_debug_point	src/os/unix/ngx_process.c	/^ngx_debug_point(void)$/;"	f
ngx_debug_points	src/core/nginx.c	/^static ngx_conf_enum_t  ngx_debug_points[] = {$/;"	v	file:
ngx_debug_quit	src/os/unix/ngx_process_cycle.c	/^sig_atomic_t  ngx_debug_quit;$/;"	v
ngx_decode_base64	src/core/ngx_string.c	/^ngx_decode_base64(ngx_str_t *dst, ngx_str_t *src)$/;"	f
ngx_decode_base64_internal	src/core/ngx_string.c	/^ngx_decode_base64_internal(ngx_str_t *dst, ngx_str_t *src, const u_char *basis)$/;"	f	file:
ngx_decode_base64url	src/core/ngx_string.c	/^ngx_decode_base64url(ngx_str_t *dst, ngx_str_t *src)$/;"	f
ngx_del_conn	src/event/ngx_event.h	449;"	d
ngx_del_event	src/event/ngx_event.h	447;"	d
ngx_del_timer	src/event/ngx_event.h	452;"	d
ngx_delete_dir	src/os/unix/ngx_files.h	241;"	d
ngx_delete_dir_n	src/os/unix/ngx_files.h	242;"	d
ngx_delete_file	src/os/unix/ngx_files.h	108;"	d
ngx_delete_file_n	src/os/unix/ngx_files.h	109;"	d
ngx_delete_pidfile	src/core/ngx_cycle.c	/^ngx_delete_pidfile(ngx_cycle_t *cycle)$/;"	f
ngx_delete_posted_event	src/event/ngx_event_posted.h	48;"	d
ngx_destroy_cycle_pools	src/core/ngx_cycle.c	/^ngx_destroy_cycle_pools(ngx_conf_t *conf)$/;"	f	file:
ngx_destroy_pool	src/core/ngx_palloc.c	/^ngx_destroy_pool(ngx_pool_t *pool)$/;"	f
ngx_devpoll_add_event	src/event/modules/ngx_devpoll_module.c	/^ngx_devpoll_add_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)$/;"	f	file:
ngx_devpoll_commands	src/event/modules/ngx_devpoll_module.c	/^static ngx_command_t  ngx_devpoll_commands[] = {$/;"	v	file:
ngx_devpoll_conf_t	src/event/modules/ngx_devpoll_module.c	/^} ngx_devpoll_conf_t;$/;"	t	typeref:struct:__anon330	file:
ngx_devpoll_create_conf	src/event/modules/ngx_devpoll_module.c	/^ngx_devpoll_create_conf(ngx_cycle_t *cycle)$/;"	f	file:
ngx_devpoll_del_event	src/event/modules/ngx_devpoll_module.c	/^ngx_devpoll_del_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)$/;"	f	file:
ngx_devpoll_done	src/event/modules/ngx_devpoll_module.c	/^ngx_devpoll_done(ngx_cycle_t *cycle)$/;"	f	file:
ngx_devpoll_init	src/event/modules/ngx_devpoll_module.c	/^ngx_devpoll_init(ngx_cycle_t *cycle, ngx_msec_t timer)$/;"	f	file:
ngx_devpoll_init_conf	src/event/modules/ngx_devpoll_module.c	/^ngx_devpoll_init_conf(ngx_cycle_t *cycle, void *conf)$/;"	f	file:
ngx_devpoll_module	src/event/modules/ngx_devpoll_module.c	/^ngx_module_t  ngx_devpoll_module = {$/;"	v
ngx_devpoll_module_ctx	src/event/modules/ngx_devpoll_module.c	/^ngx_event_module_t  ngx_devpoll_module_ctx = {$/;"	v
ngx_devpoll_process_events	src/event/modules/ngx_devpoll_module.c	/^ngx_devpoll_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,$/;"	f
ngx_devpoll_set_event	src/event/modules/ngx_devpoll_module.c	/^ngx_devpoll_set_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)$/;"	f	file:
ngx_dir_access	src/os/unix/ngx_files.h	245;"	d
ngx_dir_t	src/os/unix/ngx_files.h	/^} ngx_dir_t;$/;"	t	typeref:struct:__anon12
ngx_directio_off	src/os/unix/ngx_files.c	/^ngx_directio_off(ngx_fd_t fd)$/;"	f
ngx_directio_off_n	src/os/unix/ngx_files.h	338;"	d
ngx_directio_on	src/os/unix/ngx_files.c	/^ngx_directio_on(ngx_fd_t fd)$/;"	f
ngx_directio_on	src/os/unix/ngx_files.h	342;"	d
ngx_directio_on	src/os/unix/ngx_files.h	347;"	d
ngx_directio_on	src/os/unix/ngx_files.h	352;"	d
ngx_directio_on_n	src/os/unix/ngx_files.h	335;"	d
ngx_directio_on_n	src/os/unix/ngx_files.h	343;"	d
ngx_directio_on_n	src/os/unix/ngx_files.h	348;"	d
ngx_directio_on_n	src/os/unix/ngx_files.h	353;"	d
ngx_disable_accept_events	src/event/ngx_event_accept.c	/^ngx_disable_accept_events(ngx_cycle_t *cycle)$/;"	f	file:
ngx_dns_strcmp	src/core/ngx_string.c	/^ngx_dns_strcmp(u_char *s1, u_char *s2)$/;"	f
ngx_done_events	src/event/ngx_event.h	444;"	d
ngx_drain_connections	src/core/ngx_connection.c	/^ngx_drain_connections(void)$/;"	f	file:
ngx_empty_gif	src/http/modules/ngx_http_empty_gif_module.c	/^static u_char  ngx_empty_gif[] = {$/;"	v	file:
ngx_enable_accept_events	src/event/ngx_event_accept.c	/^ngx_enable_accept_events(ngx_cycle_t *cycle)$/;"	f	file:
ngx_encode_base64	src/core/ngx_string.c	/^ngx_encode_base64(ngx_str_t *dst, ngx_str_t *src)$/;"	f
ngx_epoll_add_connection	src/event/modules/ngx_epoll_module.c	/^ngx_epoll_add_connection(ngx_connection_t *c)$/;"	f	file:
ngx_epoll_add_event	src/event/modules/ngx_epoll_module.c	/^ngx_epoll_add_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)$/;"	f	file:
ngx_epoll_aio_init	src/event/modules/ngx_epoll_module.c	/^ngx_epoll_aio_init(ngx_cycle_t *cycle, ngx_epoll_conf_t *epcf)$/;"	f	file:
ngx_epoll_commands	src/event/modules/ngx_epoll_module.c	/^static ngx_command_t  ngx_epoll_commands[] = {$/;"	v	file:
ngx_epoll_conf_t	src/event/modules/ngx_epoll_module.c	/^} ngx_epoll_conf_t;$/;"	t	typeref:struct:__anon328	file:
ngx_epoll_create_conf	src/event/modules/ngx_epoll_module.c	/^ngx_epoll_create_conf(ngx_cycle_t *cycle)$/;"	f	file:
ngx_epoll_del_connection	src/event/modules/ngx_epoll_module.c	/^ngx_epoll_del_connection(ngx_connection_t *c, ngx_uint_t flags)$/;"	f	file:
ngx_epoll_del_event	src/event/modules/ngx_epoll_module.c	/^ngx_epoll_del_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)$/;"	f	file:
ngx_epoll_done	src/event/modules/ngx_epoll_module.c	/^ngx_epoll_done(ngx_cycle_t *cycle)$/;"	f	file:
ngx_epoll_eventfd_handler	src/event/modules/ngx_epoll_module.c	/^ngx_epoll_eventfd_handler(ngx_event_t *ev)$/;"	f	file:
ngx_epoll_init	src/event/modules/ngx_epoll_module.c	/^ngx_epoll_init(ngx_cycle_t *cycle, ngx_msec_t timer)$/;"	f	file:
ngx_epoll_init_conf	src/event/modules/ngx_epoll_module.c	/^ngx_epoll_init_conf(ngx_cycle_t *cycle, void *conf)$/;"	f	file:
ngx_epoll_module	src/event/modules/ngx_epoll_module.c	/^ngx_module_t  ngx_epoll_module = {$/;"	v
ngx_epoll_module_ctx	src/event/modules/ngx_epoll_module.c	/^ngx_event_module_t  ngx_epoll_module_ctx = {$/;"	v
ngx_epoll_process_events	src/event/modules/ngx_epoll_module.c	/^ngx_epoll_process_events(ngx_cycle_t *cycle, ngx_msec_t timer, ngx_uint_t flags)$/;"	f	file:
ngx_err_t	src/os/unix/ngx_errno.h	/^typedef int               ngx_err_t;$/;"	t
ngx_errlog_commands	src/core/ngx_log.c	/^static ngx_command_t  ngx_errlog_commands[] = {$/;"	v	file:
ngx_errlog_module	src/core/ngx_log.c	/^ngx_module_t  ngx_errlog_module = {$/;"	v
ngx_errlog_module_ctx	src/core/ngx_log.c	/^static ngx_core_module_t  ngx_errlog_module_ctx = {$/;"	v	file:
ngx_errno	src/os/unix/ngx_errno.h	65;"	d
ngx_error_log	src/core/ngx_log.c	/^ngx_error_log(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_escape_html	src/core/ngx_string.c	/^ngx_escape_html(u_char *dst, u_char *src, size_t size)$/;"	f
ngx_escape_uri	src/core/ngx_string.c	/^ngx_escape_uri(u_char *dst, u_char *src, size_t size, ngx_uint_t type)$/;"	f
ngx_event_accept	src/event/ngx_event_accept.c	/^ngx_event_accept(ngx_event_t *ev)$/;"	f
ngx_event_actions	src/event/ngx_event.c	/^ngx_event_actions_t   ngx_event_actions;$/;"	v
ngx_event_actions_t	src/event/ngx_event.h	/^} ngx_event_actions_t;$/;"	t	typeref:struct:__anon334
ngx_event_add_timer	src/event/ngx_event_timer.h	/^ngx_event_add_timer(ngx_event_t *ev, ngx_msec_t timer)$/;"	f
ngx_event_aio_s	src/event/ngx_event.h	/^struct ngx_event_aio_s {$/;"	s
ngx_event_aio_t	src/core/ngx_core.h	/^typedef struct ngx_event_aio_s   ngx_event_aio_t;$/;"	t	typeref:struct:ngx_event_aio_s
ngx_event_busy_lock	src/event/ngx_event_busy_lock.c	/^ngx_event_busy_lock(ngx_event_busy_lock_t *bl, ngx_event_busy_lock_ctx_t *ctx)$/;"	f
ngx_event_busy_lock_cacheable	src/event/ngx_event_busy_lock.c	/^ngx_event_busy_lock_cacheable(ngx_event_busy_lock_t *bl,$/;"	f
ngx_event_busy_lock_cancel	src/event/ngx_event_busy_lock.c	/^ngx_event_busy_lock_cancel(ngx_event_busy_lock_t *bl,$/;"	f
ngx_event_busy_lock_ctx_s	src/event/ngx_event_busy_lock.h	/^struct ngx_event_busy_lock_ctx_s {$/;"	s
ngx_event_busy_lock_ctx_t	src/event/ngx_event_busy_lock.h	/^typedef struct ngx_event_busy_lock_ctx_s  ngx_event_busy_lock_ctx_t;$/;"	t	typeref:struct:ngx_event_busy_lock_ctx_s
ngx_event_busy_lock_handler	src/event/ngx_event_busy_lock.c	/^ngx_event_busy_lock_handler(ngx_event_t *ev)$/;"	f	file:
ngx_event_busy_lock_look_cacheable	src/event/ngx_event_busy_lock.c	/^ngx_event_busy_lock_look_cacheable(ngx_event_busy_lock_t *bl,$/;"	f	file:
ngx_event_busy_lock_posted_handler	src/event/ngx_event_busy_lock.c	/^ngx_event_busy_lock_posted_handler(ngx_event_t *ev)$/;"	f	file:
ngx_event_busy_lock_t	src/event/ngx_event_busy_lock.h	/^} ngx_event_busy_lock_t;$/;"	t	typeref:struct:__anon341
ngx_event_busy_unlock	src/event/ngx_event_busy_lock.c	/^ngx_event_busy_unlock(ngx_event_busy_lock_t *bl,$/;"	f
ngx_event_conf_t	src/event/ngx_event.h	/^} ngx_event_conf_t;$/;"	t	typeref:struct:__anon335
ngx_event_connect_peer	src/event/ngx_event_connect.c	/^ngx_event_connect_peer(ngx_peer_connection_t *pc)$/;"	f
ngx_event_connections	src/event/ngx_event.c	/^ngx_event_connections(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_event_core_commands	src/event/ngx_event.c	/^static ngx_command_t  ngx_event_core_commands[] = {$/;"	v	file:
ngx_event_core_create_conf	src/event/ngx_event.c	/^ngx_event_core_create_conf(ngx_cycle_t *cycle)$/;"	f	file:
ngx_event_core_init_conf	src/event/ngx_event.c	/^ngx_event_core_init_conf(ngx_cycle_t *cycle, void *conf)$/;"	f	file:
ngx_event_core_module	src/event/ngx_event.c	/^ngx_module_t  ngx_event_core_module = {$/;"	v
ngx_event_core_module_ctx	src/event/ngx_event.c	/^ngx_event_module_t  ngx_event_core_module_ctx = {$/;"	v
ngx_event_debug_connection	src/event/ngx_event.c	/^ngx_event_debug_connection(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_event_del_timer	src/event/ngx_event_timer.h	/^ngx_event_del_timer(ngx_event_t *ev)$/;"	f
ngx_event_expire_timers	src/event/ngx_event_timer.c	/^ngx_event_expire_timers(void)$/;"	f
ngx_event_find_timer	src/event/ngx_event_timer.c	/^ngx_event_find_timer(void)$/;"	f
ngx_event_flags	src/event/ngx_event.c	/^ngx_uint_t            ngx_event_flags;$/;"	v
ngx_event_free_peer_pt	src/event/ngx_event_connect.h	/^typedef void (*ngx_event_free_peer_pt)(ngx_peer_connection_t *pc, void *data,$/;"	t
ngx_event_get_conf	src/event/ngx_event.h	530;"	d
ngx_event_get_peer	src/event/ngx_event_connect.c	/^ngx_event_get_peer(ngx_peer_connection_t *pc, void *data)$/;"	f
ngx_event_get_peer_pt	src/event/ngx_event_connect.h	/^typedef ngx_int_t (*ngx_event_get_peer_pt)(ngx_peer_connection_t *pc,$/;"	t
ngx_event_handler_pt	src/core/ngx_core.h	/^typedef void (*ngx_event_handler_pt)(ngx_event_t *ev);$/;"	t
ngx_event_ident	src/event/ngx_event.h	556;"	d
ngx_event_init_conf	src/event/ngx_event.c	/^ngx_event_init_conf(ngx_cycle_t *cycle, void *conf)$/;"	f	file:
ngx_event_max_module	src/event/ngx_event.c	/^static ngx_uint_t     ngx_event_max_module;$/;"	v	file:
ngx_event_module_init	src/event/ngx_event.c	/^ngx_event_module_init(ngx_cycle_t *cycle)$/;"	f	file:
ngx_event_module_t	src/event/ngx_event.h	/^} ngx_event_module_t;$/;"	t	typeref:struct:__anon336
ngx_event_mutex_t	src/event/ngx_event.h	/^} ngx_event_mutex_t;$/;"	t	typeref:struct:__anon333
ngx_event_mutex_timedlock	src/event/ngx_event_mutex.c	/^ngx_int_t ngx_event_mutex_timedlock(ngx_event_mutex_t *m, ngx_msec_t timer,$/;"	f
ngx_event_mutex_unlock	src/event/ngx_event_mutex.c	/^ngx_int_t ngx_event_mutex_unlock(ngx_event_mutex_t *m, ngx_log_t *log)$/;"	f
ngx_event_ovlp_t	src/event/ngx_event.h	/^} ngx_event_ovlp_t;$/;"	t	typeref:struct:__anon332
ngx_event_pipe	src/event/ngx_event_pipe.c	/^ngx_event_pipe(ngx_event_pipe_t *p, ngx_int_t do_write)$/;"	f
ngx_event_pipe_add_free_buf	src/event/ngx_event_pipe.c	/^ngx_event_pipe_add_free_buf(ngx_event_pipe_t *p, ngx_buf_t *b)$/;"	f
ngx_event_pipe_copy_input_filter	src/event/ngx_event_pipe.c	/^ngx_event_pipe_copy_input_filter(ngx_event_pipe_t *p, ngx_buf_t *buf)$/;"	f
ngx_event_pipe_drain_chains	src/event/ngx_event_pipe.c	/^ngx_event_pipe_drain_chains(ngx_event_pipe_t *p)$/;"	f	file:
ngx_event_pipe_input_filter_pt	src/event/ngx_event_pipe.h	/^typedef ngx_int_t (*ngx_event_pipe_input_filter_pt)(ngx_event_pipe_t *p,$/;"	t
ngx_event_pipe_output_filter_pt	src/event/ngx_event_pipe.h	/^typedef ngx_int_t (*ngx_event_pipe_output_filter_pt)(void *data,$/;"	t
ngx_event_pipe_read_upstream	src/event/ngx_event_pipe.c	/^ngx_event_pipe_read_upstream(ngx_event_pipe_t *p)$/;"	f	file:
ngx_event_pipe_remove_shadow_links	src/event/ngx_event_pipe.c	/^ngx_event_pipe_remove_shadow_links(ngx_buf_t *buf)$/;"	f	file:
ngx_event_pipe_s	src/event/ngx_event_pipe.h	/^struct ngx_event_pipe_s {$/;"	s
ngx_event_pipe_t	src/event/ngx_event_pipe.h	/^typedef struct ngx_event_pipe_s  ngx_event_pipe_t;$/;"	t	typeref:struct:ngx_event_pipe_s
ngx_event_pipe_write_chain_to_temp_file	src/event/ngx_event_pipe.c	/^ngx_event_pipe_write_chain_to_temp_file(ngx_event_pipe_t *p)$/;"	f	file:
ngx_event_pipe_write_to_downstream	src/event/ngx_event_pipe.c	/^ngx_event_pipe_write_to_downstream(ngx_event_pipe_t *p)$/;"	f	file:
ngx_event_process_init	src/event/ngx_event.c	/^ngx_event_process_init(ngx_cycle_t *cycle)$/;"	f	file:
ngx_event_process_posted	src/event/ngx_event_posted.c	/^ngx_event_process_posted(ngx_cycle_t *cycle,$/;"	f
ngx_event_s	src/event/ngx_event.h	/^struct ngx_event_s {$/;"	s
ngx_event_save_peer_session_pt	src/event/ngx_event_connect.h	/^typedef void (*ngx_event_save_peer_session_pt)(ngx_peer_connection_t *pc,$/;"	t
ngx_event_set_peer_session_pt	src/event/ngx_event_connect.h	/^typedef ngx_int_t (*ngx_event_set_peer_session_pt)(ngx_peer_connection_t *pc,$/;"	t
ngx_event_t	src/core/ngx_core.h	/^typedef struct ngx_event_s       ngx_event_t;$/;"	t	typeref:struct:ngx_event_s
ngx_event_thread_process_posted	src/event/ngx_event_posted.c	/^ngx_event_thread_process_posted(ngx_cycle_t *cycle)$/;"	f
ngx_event_timer_alarm	src/event/ngx_event.c	/^sig_atomic_t          ngx_event_timer_alarm;$/;"	v
ngx_event_timer_init	src/event/ngx_event_timer.c	/^ngx_event_timer_init(ngx_log_t *log)$/;"	f
ngx_event_timer_mutex	src/event/ngx_event_timer.c	/^ngx_mutex_t  *ngx_event_timer_mutex;$/;"	v
ngx_event_timer_rbtree	src/event/ngx_event_timer.c	/^ngx_thread_volatile ngx_rbtree_t  ngx_event_timer_rbtree;$/;"	v
ngx_event_timer_sentinel	src/event/ngx_event_timer.c	/^static ngx_rbtree_node_t          ngx_event_timer_sentinel;$/;"	v	file:
ngx_event_use	src/event/ngx_event.c	/^ngx_event_use(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_eventfd	src/event/modules/ngx_epoll_module.c	/^int                         ngx_eventfd = -1;$/;"	v
ngx_eventfd_conn	src/event/modules/ngx_epoll_module.c	/^static ngx_connection_t     ngx_eventfd_conn;$/;"	v	file:
ngx_eventfd_event	src/event/modules/ngx_epoll_module.c	/^static ngx_event_t          ngx_eventfd_event;$/;"	v	file:
ngx_eventport_add_event	src/event/modules/ngx_eventport_module.c	/^ngx_eventport_add_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)$/;"	f	file:
ngx_eventport_commands	src/event/modules/ngx_eventport_module.c	/^static ngx_command_t  ngx_eventport_commands[] = {$/;"	v	file:
ngx_eventport_conf_t	src/event/modules/ngx_eventport_module.c	/^} ngx_eventport_conf_t;$/;"	t	typeref:struct:__anon327	file:
ngx_eventport_create_conf	src/event/modules/ngx_eventport_module.c	/^ngx_eventport_create_conf(ngx_cycle_t *cycle)$/;"	f	file:
ngx_eventport_del_event	src/event/modules/ngx_eventport_module.c	/^ngx_eventport_del_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)$/;"	f	file:
ngx_eventport_done	src/event/modules/ngx_eventport_module.c	/^ngx_eventport_done(ngx_cycle_t *cycle)$/;"	f	file:
ngx_eventport_init	src/event/modules/ngx_eventport_module.c	/^ngx_eventport_init(ngx_cycle_t *cycle, ngx_msec_t timer)$/;"	f	file:
ngx_eventport_init_conf	src/event/modules/ngx_eventport_module.c	/^ngx_eventport_init_conf(ngx_cycle_t *cycle, void *conf)$/;"	f	file:
ngx_eventport_module	src/event/modules/ngx_eventport_module.c	/^ngx_module_t  ngx_eventport_module = {$/;"	v
ngx_eventport_module_ctx	src/event/modules/ngx_eventport_module.c	/^ngx_event_module_t  ngx_eventport_module_ctx = {$/;"	v
ngx_eventport_process_events	src/event/modules/ngx_eventport_module.c	/^ngx_eventport_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,$/;"	f
ngx_events_block	src/event/ngx_event.c	/^ngx_events_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_events_commands	src/event/ngx_event.c	/^static ngx_command_t  ngx_events_commands[] = {$/;"	v	file:
ngx_events_module	src/event/ngx_event.c	/^ngx_module_t  ngx_events_module = {$/;"	v
ngx_events_module_ctx	src/event/ngx_event.c	/^static ngx_core_module_t  ngx_events_module_ctx = {$/;"	v	file:
ngx_exec_ctx_t	src/os/unix/ngx_process.h	/^} ngx_exec_ctx_t;$/;"	t	typeref:struct:__anon9
ngx_exec_new_binary	src/core/nginx.c	/^ngx_exec_new_binary(ngx_cycle_t *cycle, char *const *argv)$/;"	f
ngx_execute	src/os/unix/ngx_process.c	/^ngx_execute(ngx_cycle_t *cycle, ngx_exec_ctx_t *ctx)$/;"	f
ngx_execute_proc	src/os/unix/ngx_process.c	/^ngx_execute_proc(ngx_cycle_t *cycle, void *data)$/;"	f	file:
ngx_exit_cycle	src/os/unix/ngx_process_cycle.c	/^static ngx_cycle_t      ngx_exit_cycle;$/;"	v	file:
ngx_exit_log	src/os/unix/ngx_process_cycle.c	/^static ngx_log_t        ngx_exit_log;$/;"	v	file:
ngx_exit_log_file	src/os/unix/ngx_process_cycle.c	/^static ngx_open_file_t  ngx_exit_log_file;$/;"	v	file:
ngx_exiting	src/os/unix/ngx_process_cycle.c	/^ngx_uint_t    ngx_exiting;$/;"	v
ngx_expire_old_cached_files	src/core/ngx_open_file_cache.c	/^ngx_expire_old_cached_files(ngx_open_file_cache_t *cache, ngx_uint_t n,$/;"	f	file:
ngx_ext_rename_file	src/core/ngx_file.c	/^ngx_ext_rename_file(ngx_str_t *src, ngx_str_t *to, ngx_ext_rename_file_t *ext)$/;"	f
ngx_ext_rename_file_t	src/core/ngx_file.h	/^} ngx_ext_rename_file_t;$/;"	t	typeref:struct:__anon278
ngx_fd_info	src/os/unix/ngx_files.h	171;"	d
ngx_fd_info_n	src/os/unix/ngx_files.h	172;"	d
ngx_fd_t	src/os/unix/ngx_files.h	/^typedef int                      ngx_fd_t;$/;"	t
ngx_file_access	src/os/unix/ngx_files.h	181;"	d
ngx_file_aio	src/os/unix/ngx_files.c	/^ngx_uint_t  ngx_file_aio = 1;$/;"	v
ngx_file_aio_event_handler	src/os/unix/ngx_file_aio_read.c	/^ngx_file_aio_event_handler(ngx_event_t *ev)$/;"	f	file:
ngx_file_aio_event_handler	src/os/unix/ngx_linux_aio_read.c	/^ngx_file_aio_event_handler(ngx_event_t *ev)$/;"	f	file:
ngx_file_aio_read	src/os/unix/ngx_file_aio_read.c	/^ngx_file_aio_read(ngx_file_t *file, u_char *buf, size_t size, off_t offset,$/;"	f
ngx_file_aio_read	src/os/unix/ngx_linux_aio_read.c	/^ngx_file_aio_read(ngx_file_t *file, u_char *buf, size_t size, off_t offset,$/;"	f
ngx_file_aio_result	src/os/unix/ngx_file_aio_read.c	/^ngx_file_aio_result(ngx_file_t *file, ngx_event_aio_t *aio, ngx_event_t *ev)$/;"	f	file:
ngx_file_at_info	src/os/unix/ngx_files.h	367;"	d
ngx_file_at_info_n	src/os/unix/ngx_files.h	370;"	d
ngx_file_fs_size	src/os/unix/ngx_files.h	183;"	d
ngx_file_info	src/os/unix/ngx_files.h	168;"	d
ngx_file_info_n	src/os/unix/ngx_files.h	169;"	d
ngx_file_info_t	src/os/unix/ngx_files.h	/^typedef struct stat              ngx_file_info_t;$/;"	t	typeref:struct:stat
ngx_file_info_wrapper	src/core/ngx_open_file_cache.c	/^ngx_file_info_wrapper(ngx_str_t *name, ngx_open_file_info_t *of,$/;"	f	file:
ngx_file_mapping_t	src/os/unix/ngx_files.h	/^} ngx_file_mapping_t;$/;"	t	typeref:struct:__anon11
ngx_file_mtime	src/os/unix/ngx_files.h	184;"	d
ngx_file_s	src/core/ngx_file.h	/^struct ngx_file_s {$/;"	s
ngx_file_size	src/os/unix/ngx_files.h	182;"	d
ngx_file_t	src/core/ngx_core.h	/^typedef struct ngx_file_s        ngx_file_t;$/;"	t	typeref:struct:ngx_file_s
ngx_file_uniq	src/os/unix/ngx_files.h	185;"	d
ngx_file_uniq_t	src/os/unix/ngx_files.h	/^typedef ino_t                    ngx_file_uniq_t;$/;"	t
ngx_filename_cmp	src/os/unix/ngx_files.h	194;"	d
ngx_filename_cmp	src/os/unix/ngx_files.h	198;"	d
ngx_flag_t	src/core/ngx_config.h	/^typedef intptr_t        ngx_flag_t;$/;"	t
ngx_flv_header	src/http/modules/ngx_http_flv_module.c	/^static u_char  ngx_flv_header[] = "FLV\\x1\\x5\\0\\0\\0\\x9\\0\\0\\0\\0";$/;"	v	file:
ngx_free	src/os/unix/ngx_alloc.h	19;"	d
ngx_free_chain	src/core/ngx_buf.h	146;"	d
ngx_free_connection	src/core/ngx_connection.c	/^ngx_free_connection(ngx_connection_t *c)$/;"	f
ngx_freebsd_hw_ncpu	src/os/unix/ngx_freebsd_init.c	/^int     ngx_freebsd_hw_ncpu;$/;"	v
ngx_freebsd_io	src/os/unix/ngx_freebsd_init.c	/^static ngx_os_io_t ngx_freebsd_io = {$/;"	v	file:
ngx_freebsd_kern_ipc_somaxconn	src/os/unix/ngx_freebsd_init.c	/^int     ngx_freebsd_kern_ipc_somaxconn;$/;"	v
ngx_freebsd_kern_osreldate	src/os/unix/ngx_freebsd_init.c	/^int     ngx_freebsd_kern_osreldate;$/;"	v
ngx_freebsd_kern_osrelease	src/os/unix/ngx_freebsd_init.c	/^char    ngx_freebsd_kern_osrelease[128];$/;"	v
ngx_freebsd_kern_ostype	src/os/unix/ngx_freebsd_init.c	/^char    ngx_freebsd_kern_ostype[16];$/;"	v
ngx_freebsd_kern_usrstack	src/os/unix/ngx_freebsd_rfork_thread.c	/^char                 *ngx_freebsd_kern_usrstack;$/;"	v
ngx_freebsd_machdep_hlt_logical_cpus	src/os/unix/ngx_freebsd_init.c	/^int     ngx_freebsd_machdep_hlt_logical_cpus;$/;"	v
ngx_freebsd_net_inet_tcp_sendspace	src/os/unix/ngx_freebsd_init.c	/^u_long  ngx_freebsd_net_inet_tcp_sendspace;$/;"	v
ngx_freebsd_sendfile_chain	src/os/unix/ngx_freebsd_sendfile_chain.c	/^ngx_freebsd_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)$/;"	f
ngx_freebsd_sendfile_nbytes_bug	src/os/unix/ngx_freebsd_init.c	/^ngx_uint_t  ngx_freebsd_sendfile_nbytes_bug;$/;"	v
ngx_freebsd_use_tcp_nopush	src/os/unix/ngx_freebsd_init.c	/^ngx_uint_t  ngx_freebsd_use_tcp_nopush;$/;"	v
ngx_fs_bsize	src/os/unix/ngx_files.c	/^ngx_fs_bsize(u_char *name)$/;"	f
ngx_get_conf	src/core/ngx_conf_file.h	217;"	d
ngx_get_connection	src/core/ngx_connection.c	/^ngx_get_connection(ngx_socket_t s, ngx_log_t *log)$/;"	f
ngx_get_cpu_affinity	src/core/nginx.c	/^ngx_get_cpu_affinity(ngx_uint_t n)$/;"	f
ngx_get_options	src/core/nginx.c	/^ngx_get_options(int argc, char *const *argv)$/;"	f	file:
ngx_getcwd	src/os/unix/ngx_files.h	205;"	d
ngx_getcwd_n	src/os/unix/ngx_files.h	206;"	d
ngx_getpid	src/os/unix/ngx_process.h	56;"	d
ngx_gettid	src/os/unix/ngx_freebsd_rfork_thread.h	/^ngx_gettid()$/;"	f
ngx_gettimeofday	src/os/unix/ngx_time.h	61;"	d
ngx_gid_t	src/os/unix/ngx_user.h	/^typedef gid_t  ngx_gid_t;$/;"	t
ngx_glob_t	src/os/unix/ngx_files.h	/^} ngx_glob_t;$/;"	t	typeref:struct:__anon13
ngx_gmtime	src/core/ngx_times.c	/^ngx_gmtime(time_t t, ngx_tm_t *tp)$/;"	f
ngx_google_perftools_commands	src/misc/ngx_google_perftools_module.c	/^static ngx_command_t  ngx_google_perftools_commands[] = {$/;"	v	file:
ngx_google_perftools_conf_t	src/misc/ngx_google_perftools_module.c	/^} ngx_google_perftools_conf_t;$/;"	t	typeref:struct:__anon325	file:
ngx_google_perftools_create_conf	src/misc/ngx_google_perftools_module.c	/^ngx_google_perftools_create_conf(ngx_cycle_t *cycle)$/;"	f	file:
ngx_google_perftools_module	src/misc/ngx_google_perftools_module.c	/^ngx_module_t  ngx_google_perftools_module = {$/;"	v
ngx_google_perftools_module_ctx	src/misc/ngx_google_perftools_module.c	/^static ngx_core_module_t  ngx_google_perftools_module_ctx = {$/;"	v	file:
ngx_google_perftools_worker	src/misc/ngx_google_perftools_module.c	/^ngx_google_perftools_worker(ngx_cycle_t *cycle)$/;"	f	file:
ngx_handle_read_event	src/event/ngx_event.c	/^ngx_handle_read_event(ngx_event_t *rev, ngx_uint_t flags)$/;"	f
ngx_handle_write_event	src/event/ngx_event.c	/^ngx_handle_write_event(ngx_event_t *wev, size_t lowat)$/;"	f
ngx_hash	src/core/ngx_hash.h	111;"	d
ngx_hash_add_key	src/core/ngx_hash.c	/^ngx_hash_add_key(ngx_hash_keys_arrays_t *ha, ngx_str_t *key, void *value,$/;"	f
ngx_hash_combined_t	src/core/ngx_hash.h	/^} ngx_hash_combined_t;$/;"	t	typeref:struct:__anon287
ngx_hash_elt_t	src/core/ngx_hash.h	/^} ngx_hash_elt_t;$/;"	t	typeref:struct:__anon283
ngx_hash_find	src/core/ngx_hash.c	/^ngx_hash_find(ngx_hash_t *hash, ngx_uint_t key, u_char *name, size_t len)$/;"	f
ngx_hash_find_combined	src/core/ngx_hash.c	/^ngx_hash_find_combined(ngx_hash_combined_t *hash, ngx_uint_t key, u_char *name,$/;"	f
ngx_hash_find_wc_head	src/core/ngx_hash.c	/^ngx_hash_find_wc_head(ngx_hash_wildcard_t *hwc, u_char *name, size_t len)$/;"	f
ngx_hash_find_wc_tail	src/core/ngx_hash.c	/^ngx_hash_find_wc_tail(ngx_hash_wildcard_t *hwc, u_char *name, size_t len)$/;"	f
ngx_hash_init	src/core/ngx_hash.c	/^ngx_hash_init(ngx_hash_init_t *hinit, ngx_hash_key_t *names, ngx_uint_t nelts)$/;"	f
ngx_hash_init_t	src/core/ngx_hash.h	/^} ngx_hash_init_t;$/;"	t	typeref:struct:__anon288
ngx_hash_key	src/core/ngx_hash.c	/^ngx_hash_key(u_char *data, size_t len)$/;"	f
ngx_hash_key_lc	src/core/ngx_hash.c	/^ngx_hash_key_lc(u_char *data, size_t len)$/;"	f
ngx_hash_key_pt	src/core/ngx_hash.h	/^typedef ngx_uint_t (*ngx_hash_key_pt) (u_char *data, size_t len);$/;"	t
ngx_hash_key_t	src/core/ngx_hash.h	/^} ngx_hash_key_t;$/;"	t	typeref:struct:__anon286
ngx_hash_keys_array_init	src/core/ngx_hash.c	/^ngx_hash_keys_array_init(ngx_hash_keys_arrays_t *ha, ngx_uint_t type)$/;"	f
ngx_hash_keys_arrays_t	src/core/ngx_hash.h	/^} ngx_hash_keys_arrays_t;$/;"	t	typeref:struct:__anon289
ngx_hash_strlow	src/core/ngx_hash.c	/^ngx_hash_strlow(u_char *dst, u_char *src, size_t n)$/;"	f
ngx_hash_t	src/core/ngx_hash.h	/^} ngx_hash_t;$/;"	t	typeref:struct:__anon284
ngx_hash_wildcard_init	src/core/ngx_hash.c	/^ngx_hash_wildcard_init(ngx_hash_init_t *hinit, ngx_hash_key_t *names,$/;"	f
ngx_hash_wildcard_t	src/core/ngx_hash.h	/^} ngx_hash_wildcard_t;$/;"	t	typeref:struct:__anon285
ngx_hex_dump	src/core/ngx_string.c	/^ngx_hex_dump(u_char *dst, u_char *src, size_t len)$/;"	f
ngx_hextoi	src/core/ngx_string.c	/^ngx_hextoi(u_char *line, size_t n)$/;"	f
ngx_http_access_commands	src/http/modules/ngx_http_access_module.c	/^static ngx_command_t  ngx_http_access_commands[] = {$/;"	v	file:
ngx_http_access_create_loc_conf	src/http/modules/ngx_http_access_module.c	/^ngx_http_access_create_loc_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_access_found	src/http/modules/ngx_http_access_module.c	/^ngx_http_access_found(ngx_http_request_t *r, ngx_uint_t deny)$/;"	f	file:
ngx_http_access_handler	src/http/modules/ngx_http_access_module.c	/^ngx_http_access_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_access_inet	src/http/modules/ngx_http_access_module.c	/^ngx_http_access_inet(ngx_http_request_t *r, ngx_http_access_loc_conf_t *alcf,$/;"	f	file:
ngx_http_access_inet6	src/http/modules/ngx_http_access_module.c	/^ngx_http_access_inet6(ngx_http_request_t *r, ngx_http_access_loc_conf_t *alcf,$/;"	f	file:
ngx_http_access_init	src/http/modules/ngx_http_access_module.c	/^ngx_http_access_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_access_loc_conf_t	src/http/modules/ngx_http_access_module.c	/^} ngx_http_access_loc_conf_t;$/;"	t	typeref:struct:__anon29	file:
ngx_http_access_log	src/http/modules/ngx_http_log_module.c	/^static ngx_str_t  ngx_http_access_log = ngx_string(NGX_HTTP_LOG_PATH);$/;"	v	file:
ngx_http_access_merge_loc_conf	src/http/modules/ngx_http_access_module.c	/^ngx_http_access_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_access_module	src/http/modules/ngx_http_access_module.c	/^ngx_module_t  ngx_http_access_module = {$/;"	v
ngx_http_access_module_ctx	src/http/modules/ngx_http_access_module.c	/^static ngx_http_module_t  ngx_http_access_module_ctx = {$/;"	v	file:
ngx_http_access_rule	src/http/modules/ngx_http_access_module.c	/^ngx_http_access_rule(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_access_rule6_t	src/http/modules/ngx_http_access_module.c	/^} ngx_http_access_rule6_t;$/;"	t	typeref:struct:__anon28	file:
ngx_http_access_rule_t	src/http/modules/ngx_http_access_module.c	/^} ngx_http_access_rule_t;$/;"	t	typeref:struct:__anon27	file:
ngx_http_add_address	src/http/ngx_http.c	/^ngx_http_add_address(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf,$/;"	f	file:
ngx_http_add_addresses	src/http/ngx_http.c	/^ngx_http_add_addresses(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf,$/;"	f	file:
ngx_http_add_addrs	src/http/ngx_http.c	/^ngx_http_add_addrs(ngx_conf_t *cf, ngx_http_port_t *hport,$/;"	f	file:
ngx_http_add_addrs6	src/http/ngx_http.c	/^ngx_http_add_addrs6(ngx_conf_t *cf, ngx_http_port_t *hport,$/;"	f	file:
ngx_http_add_cache_control	src/http/modules/ngx_http_headers_filter_module.c	/^ngx_http_add_cache_control(ngx_http_request_t *r, ngx_http_header_val_t *hv,$/;"	f	file:
ngx_http_add_charset	src/http/modules/ngx_http_charset_filter_module.c	/^ngx_http_add_charset(ngx_array_t *charsets, ngx_str_t *name)$/;"	f	file:
ngx_http_add_header	src/http/modules/ngx_http_headers_filter_module.c	/^ngx_http_add_header(ngx_http_request_t *r, ngx_http_header_val_t *hv,$/;"	f	file:
ngx_http_add_listen	src/http/ngx_http.c	/^ngx_http_add_listen(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf,$/;"	f
ngx_http_add_listening	src/http/ngx_http.c	/^ngx_http_add_listening(ngx_conf_t *cf, ngx_http_conf_addr_t *addr)$/;"	f	file:
ngx_http_add_location	src/http/ngx_http.c	/^ngx_http_add_location(ngx_conf_t *cf, ngx_queue_t **locations,$/;"	f
ngx_http_add_referer	src/http/modules/ngx_http_referer_module.c	/^ngx_http_add_referer(ngx_conf_t *cf, ngx_hash_keys_arrays_t *keys,$/;"	f	file:
ngx_http_add_regex_referer	src/http/modules/ngx_http_referer_module.c	/^ngx_http_add_regex_referer(ngx_conf_t *cf, ngx_http_referer_conf_t *rlcf,$/;"	f	file:
ngx_http_add_server	src/http/ngx_http.c	/^ngx_http_add_server(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf,$/;"	f	file:
ngx_http_add_variable	src/http/ngx_http_variables.c	/^ngx_http_add_variable(ngx_conf_t *cf, ngx_str_t *name, ngx_uint_t flags)$/;"	f
ngx_http_addition_body_filter	src/http/modules/ngx_http_addition_filter_module.c	/^ngx_http_addition_body_filter(ngx_http_request_t *r, ngx_chain_t *in)$/;"	f	file:
ngx_http_addition_commands	src/http/modules/ngx_http_addition_filter_module.c	/^static ngx_command_t  ngx_http_addition_commands[] = {$/;"	v	file:
ngx_http_addition_conf_t	src/http/modules/ngx_http_addition_filter_module.c	/^} ngx_http_addition_conf_t;$/;"	t	typeref:struct:__anon66	file:
ngx_http_addition_create_conf	src/http/modules/ngx_http_addition_filter_module.c	/^ngx_http_addition_create_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_addition_ctx_t	src/http/modules/ngx_http_addition_filter_module.c	/^} ngx_http_addition_ctx_t;$/;"	t	typeref:struct:__anon67	file:
ngx_http_addition_filter_init	src/http/modules/ngx_http_addition_filter_module.c	/^ngx_http_addition_filter_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_addition_filter_module	src/http/modules/ngx_http_addition_filter_module.c	/^ngx_module_t  ngx_http_addition_filter_module = {$/;"	v
ngx_http_addition_filter_module_ctx	src/http/modules/ngx_http_addition_filter_module.c	/^static ngx_http_module_t  ngx_http_addition_filter_module_ctx = {$/;"	v	file:
ngx_http_addition_header_filter	src/http/modules/ngx_http_addition_filter_module.c	/^ngx_http_addition_header_filter(ngx_http_request_t *r)$/;"	f	file:
ngx_http_addition_merge_conf	src/http/modules/ngx_http_addition_filter_module.c	/^ngx_http_addition_merge_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_addr_conf_s	src/http/ngx_http_core_module.h	/^struct ngx_http_addr_conf_s {$/;"	s
ngx_http_addr_conf_t	src/http/ngx_http_request.h	/^typedef struct ngx_http_addr_conf_s  ngx_http_addr_conf_t;$/;"	t	typeref:struct:ngx_http_addr_conf_s
ngx_http_alloc_large_header_buffer	src/http/ngx_http_request.c	/^ngx_http_alloc_large_header_buffer(ngx_http_request_t *r,$/;"	f	file:
ngx_http_ancient_browser	src/http/modules/ngx_http_browser_module.c	/^ngx_http_ancient_browser(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_ancient_browser_value	src/http/modules/ngx_http_browser_module.c	/^ngx_http_ancient_browser_value(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_arg	src/http/ngx_http_parse.c	/^ngx_http_arg(ngx_http_request_t *r, u_char *name, size_t len, ngx_str_t *value)$/;"	f
ngx_http_auth_basic_close	src/http/modules/ngx_http_auth_basic_module.c	/^ngx_http_auth_basic_close(ngx_file_t *file)$/;"	f	file:
ngx_http_auth_basic_commands	src/http/modules/ngx_http_auth_basic_module.c	/^static ngx_command_t  ngx_http_auth_basic_commands[] = {$/;"	v	file:
ngx_http_auth_basic_create_loc_conf	src/http/modules/ngx_http_auth_basic_module.c	/^ngx_http_auth_basic_create_loc_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_auth_basic_crypt_handler	src/http/modules/ngx_http_auth_basic_module.c	/^ngx_http_auth_basic_crypt_handler(ngx_http_request_t *r,$/;"	f	file:
ngx_http_auth_basic_ctx_t	src/http/modules/ngx_http_auth_basic_module.c	/^} ngx_http_auth_basic_ctx_t;$/;"	t	typeref:struct:__anon157	file:
ngx_http_auth_basic_handler	src/http/modules/ngx_http_auth_basic_module.c	/^ngx_http_auth_basic_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_auth_basic_init	src/http/modules/ngx_http_auth_basic_module.c	/^ngx_http_auth_basic_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_auth_basic_loc_conf_t	src/http/modules/ngx_http_auth_basic_module.c	/^} ngx_http_auth_basic_loc_conf_t;$/;"	t	typeref:struct:__anon158	file:
ngx_http_auth_basic_merge_loc_conf	src/http/modules/ngx_http_auth_basic_module.c	/^ngx_http_auth_basic_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_auth_basic_module	src/http/modules/ngx_http_auth_basic_module.c	/^ngx_module_t  ngx_http_auth_basic_module = {$/;"	v
ngx_http_auth_basic_module_ctx	src/http/modules/ngx_http_auth_basic_module.c	/^static ngx_http_module_t  ngx_http_auth_basic_module_ctx = {$/;"	v	file:
ngx_http_auth_basic_set_realm	src/http/modules/ngx_http_auth_basic_module.c	/^ngx_http_auth_basic_set_realm(ngx_http_request_t *r, ngx_str_t *realm)$/;"	f	file:
ngx_http_auth_basic_user	src/http/ngx_http_core_module.c	/^ngx_http_auth_basic_user(ngx_http_request_t *r)$/;"	f
ngx_http_auth_basic_user_file	src/http/modules/ngx_http_auth_basic_module.c	/^ngx_http_auth_basic_user_file(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_autoindex_cmp_entries	src/http/modules/ngx_http_autoindex_module.c	/^ngx_http_autoindex_cmp_entries(const void *one, const void *two)$/;"	f	file:
ngx_http_autoindex_commands	src/http/modules/ngx_http_autoindex_module.c	/^static ngx_command_t  ngx_http_autoindex_commands[] = {$/;"	v	file:
ngx_http_autoindex_create_loc_conf	src/http/modules/ngx_http_autoindex_module.c	/^ngx_http_autoindex_create_loc_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_autoindex_entry_t	src/http/modules/ngx_http_autoindex_module.c	/^} ngx_http_autoindex_entry_t;$/;"	t	typeref:struct:__anon143	file:
ngx_http_autoindex_error	src/http/modules/ngx_http_autoindex_module.c	/^ngx_http_autoindex_error(ngx_http_request_t *r, ngx_dir_t *dir, ngx_str_t *name)$/;"	f	file:
ngx_http_autoindex_handler	src/http/modules/ngx_http_autoindex_module.c	/^ngx_http_autoindex_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_autoindex_init	src/http/modules/ngx_http_autoindex_module.c	/^ngx_http_autoindex_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_autoindex_loc_conf_t	src/http/modules/ngx_http_autoindex_module.c	/^} ngx_http_autoindex_loc_conf_t;$/;"	t	typeref:struct:__anon144	file:
ngx_http_autoindex_merge_loc_conf	src/http/modules/ngx_http_autoindex_module.c	/^ngx_http_autoindex_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_autoindex_module	src/http/modules/ngx_http_autoindex_module.c	/^ngx_module_t  ngx_http_autoindex_module = {$/;"	v
ngx_http_autoindex_module_ctx	src/http/modules/ngx_http_autoindex_module.c	/^static ngx_http_module_t  ngx_http_autoindex_module_ctx = {$/;"	v	file:
ngx_http_block	src/http/ngx_http.c	/^ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_block_reading	src/http/ngx_http_request.c	/^ngx_http_block_reading(ngx_http_request_t *r)$/;"	f
ngx_http_browser	src/http/modules/ngx_http_browser_module.c	/^ngx_http_browser(ngx_http_request_t *r, ngx_http_browser_conf_t *cf)$/;"	f	file:
ngx_http_browser_add_variable	src/http/modules/ngx_http_browser_module.c	/^ngx_http_browser_add_variable(ngx_conf_t *cf)$/;"	f	file:
ngx_http_browser_commands	src/http/modules/ngx_http_browser_module.c	/^static ngx_command_t  ngx_http_browser_commands[] = {$/;"	v	file:
ngx_http_browser_conf_t	src/http/modules/ngx_http_browser_module.c	/^} ngx_http_browser_conf_t;$/;"	t	typeref:struct:__anon71	file:
ngx_http_browser_create_conf	src/http/modules/ngx_http_browser_module.c	/^ngx_http_browser_create_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_browser_merge_conf	src/http/modules/ngx_http_browser_module.c	/^ngx_http_browser_merge_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_browser_module	src/http/modules/ngx_http_browser_module.c	/^ngx_module_t  ngx_http_browser_module = {$/;"	v
ngx_http_browser_module_ctx	src/http/modules/ngx_http_browser_module.c	/^static ngx_http_module_t  ngx_http_browser_module_ctx = {$/;"	v	file:
ngx_http_browser_variable	src/http/modules/ngx_http_browser_module.c	/^ngx_http_browser_variable(ngx_http_request_t *r, ngx_http_variable_value_t *v,$/;"	f	file:
ngx_http_browser_variable_t	src/http/modules/ngx_http_browser_module.c	/^} ngx_http_browser_variable_t;$/;"	t	typeref:struct:__anon70	file:
ngx_http_browsers	src/http/modules/ngx_http_browser_module.c	/^static ngx_http_browser_variable_t  ngx_http_browsers[] = {$/;"	v	file:
ngx_http_busy_lock	src/http/ngx_http_busy_lock.c	/^int ngx_http_busy_lock(ngx_http_busy_lock_t *bl, ngx_http_busy_lock_ctx_t *bc)$/;"	f
ngx_http_busy_lock_cacheable	src/http/ngx_http_busy_lock.c	/^int ngx_http_busy_lock_cacheable(ngx_http_busy_lock_t *bl,$/;"	f
ngx_http_busy_lock_ctx_t	src/http/ngx_http_busy_lock.h	/^} ngx_http_busy_lock_ctx_t;$/;"	t	typeref:struct:__anon208
ngx_http_busy_lock_look_cacheable	src/http/ngx_http_busy_lock.c	/^static int ngx_http_busy_lock_look_cacheable(ngx_http_busy_lock_t *bl,$/;"	f	file:
ngx_http_busy_lock_t	src/http/ngx_http_busy_lock.h	/^} ngx_http_busy_lock_t;$/;"	t	typeref:struct:__anon207
ngx_http_busy_unlock	src/http/ngx_http_busy_lock.c	/^void ngx_http_busy_unlock(ngx_http_busy_lock_t *bl,$/;"	f
ngx_http_cache_aio_event_handler	src/http/ngx_http_file_cache.c	/^ngx_http_cache_aio_event_handler(ngx_event_t *ev)$/;"	f	file:
ngx_http_cache_s	src/http/ngx_http_cache.h	/^struct ngx_http_cache_s {$/;"	s
ngx_http_cache_send	src/http/ngx_http_file_cache.c	/^ngx_http_cache_send(ngx_http_request_t *r)$/;"	f
ngx_http_cache_status	src/http/ngx_http_file_cache.c	/^ngx_str_t  ngx_http_cache_status[] = {$/;"	v
ngx_http_cache_t	src/http/ngx_http.h	/^typedef struct ngx_http_cache_s       ngx_http_cache_t;$/;"	t	typeref:struct:ngx_http_cache_s
ngx_http_cache_valid_t	src/http/ngx_http_cache.h	/^} ngx_http_cache_valid_t;$/;"	t	typeref:struct:__anon201
ngx_http_charset_body_filter	src/http/modules/ngx_http_charset_filter_module.c	/^ngx_http_charset_body_filter(ngx_http_request_t *r, ngx_chain_t *in)$/;"	f	file:
ngx_http_charset_conf_ctx_t	src/http/modules/ngx_http_charset_filter_module.c	/^} ngx_http_charset_conf_ctx_t;$/;"	t	typeref:struct:__anon54	file:
ngx_http_charset_create_loc_conf	src/http/modules/ngx_http_charset_filter_module.c	/^ngx_http_charset_create_loc_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_charset_create_main_conf	src/http/modules/ngx_http_charset_filter_module.c	/^ngx_http_charset_create_main_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_charset_ctx	src/http/modules/ngx_http_charset_filter_module.c	/^ngx_http_charset_ctx(ngx_http_request_t *r, ngx_http_charset_t *charsets,$/;"	f	file:
ngx_http_charset_ctx_t	src/http/modules/ngx_http_charset_filter_module.c	/^} ngx_http_charset_ctx_t;$/;"	t	typeref:struct:__anon53	file:
ngx_http_charset_default_types	src/http/modules/ngx_http_charset_filter_module.c	/^ngx_str_t  ngx_http_charset_default_types[] = {$/;"	v
ngx_http_charset_filter_commands	src/http/modules/ngx_http_charset_filter_module.c	/^static ngx_command_t  ngx_http_charset_filter_commands[] = {$/;"	v	file:
ngx_http_charset_filter_module	src/http/modules/ngx_http_charset_filter_module.c	/^ngx_module_t  ngx_http_charset_filter_module = {$/;"	v
ngx_http_charset_filter_module_ctx	src/http/modules/ngx_http_charset_filter_module.c	/^static ngx_http_module_t  ngx_http_charset_filter_module_ctx = {$/;"	v	file:
ngx_http_charset_get_buf	src/http/modules/ngx_http_charset_filter_module.c	/^ngx_http_charset_get_buf(ngx_pool_t *pool, ngx_http_charset_ctx_t *ctx)$/;"	f	file:
ngx_http_charset_get_buffer	src/http/modules/ngx_http_charset_filter_module.c	/^ngx_http_charset_get_buffer(ngx_pool_t *pool, ngx_http_charset_ctx_t *ctx,$/;"	f	file:
ngx_http_charset_header_filter	src/http/modules/ngx_http_charset_filter_module.c	/^ngx_http_charset_header_filter(ngx_http_request_t *r)$/;"	f	file:
ngx_http_charset_loc_conf_t	src/http/modules/ngx_http_charset_filter_module.c	/^} ngx_http_charset_loc_conf_t;$/;"	t	typeref:struct:__anon52	file:
ngx_http_charset_main_conf_t	src/http/modules/ngx_http_charset_filter_module.c	/^} ngx_http_charset_main_conf_t;$/;"	t	typeref:struct:__anon51	file:
ngx_http_charset_map	src/http/modules/ngx_http_charset_filter_module.c	/^ngx_http_charset_map(ngx_conf_t *cf, ngx_command_t *dummy, void *conf)$/;"	f	file:
ngx_http_charset_map_block	src/http/modules/ngx_http_charset_filter_module.c	/^ngx_http_charset_map_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_charset_merge_loc_conf	src/http/modules/ngx_http_charset_filter_module.c	/^ngx_http_charset_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_charset_postconfiguration	src/http/modules/ngx_http_charset_filter_module.c	/^ngx_http_charset_postconfiguration(ngx_conf_t *cf)$/;"	f	file:
ngx_http_charset_recode	src/http/modules/ngx_http_charset_filter_module.c	/^ngx_http_charset_recode(ngx_buf_t *b, u_char *table)$/;"	f	file:
ngx_http_charset_recode_from_utf8	src/http/modules/ngx_http_charset_filter_module.c	/^ngx_http_charset_recode_from_utf8(ngx_pool_t *pool, ngx_buf_t *buf,$/;"	f	file:
ngx_http_charset_recode_t	src/http/modules/ngx_http_charset_filter_module.c	/^} ngx_http_charset_recode_t;$/;"	t	typeref:struct:__anon49	file:
ngx_http_charset_recode_to_utf8	src/http/modules/ngx_http_charset_filter_module.c	/^ngx_http_charset_recode_to_utf8(ngx_pool_t *pool, ngx_buf_t *buf,$/;"	f	file:
ngx_http_charset_t	src/http/modules/ngx_http_charset_filter_module.c	/^} ngx_http_charset_t;$/;"	t	typeref:struct:__anon48	file:
ngx_http_charset_tables_t	src/http/modules/ngx_http_charset_filter_module.c	/^} ngx_http_charset_tables_t;$/;"	t	typeref:struct:__anon50	file:
ngx_http_chunked_body_filter	src/http/modules/ngx_http_chunked_filter_module.c	/^ngx_http_chunked_body_filter(ngx_http_request_t *r, ngx_chain_t *in)$/;"	f	file:
ngx_http_chunked_filter_ctx_t	src/http/modules/ngx_http_chunked_filter_module.c	/^} ngx_http_chunked_filter_ctx_t;$/;"	t	typeref:struct:__anon140	file:
ngx_http_chunked_filter_init	src/http/modules/ngx_http_chunked_filter_module.c	/^ngx_http_chunked_filter_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_chunked_filter_module	src/http/modules/ngx_http_chunked_filter_module.c	/^ngx_module_t  ngx_http_chunked_filter_module = {$/;"	v
ngx_http_chunked_filter_module_ctx	src/http/modules/ngx_http_chunked_filter_module.c	/^static ngx_http_module_t  ngx_http_chunked_filter_module_ctx = {$/;"	v	file:
ngx_http_chunked_header_filter	src/http/modules/ngx_http_chunked_filter_module.c	/^ngx_http_chunked_header_filter(ngx_http_request_t *r)$/;"	f	file:
ngx_http_chunked_s	src/http/ngx_http.h	/^struct ngx_http_chunked_s {$/;"	s
ngx_http_chunked_t	src/http/ngx_http.h	/^typedef struct ngx_http_chunked_s     ngx_http_chunked_t;$/;"	t	typeref:struct:ngx_http_chunked_s
ngx_http_clean_header	src/http/ngx_http_special_response.c	/^ngx_http_clean_header(ngx_http_request_t *r)$/;"	f
ngx_http_cleanup_add	src/http/ngx_http_core_module.c	/^ngx_http_cleanup_add(ngx_http_request_t *r, size_t size)$/;"	f
ngx_http_cleanup_pt	src/http/ngx_http_request.h	/^typedef void (*ngx_http_cleanup_pt)(void *data);$/;"	t
ngx_http_cleanup_s	src/http/ngx_http_request.h	/^struct ngx_http_cleanup_s {$/;"	s
ngx_http_cleanup_t	src/http/ngx_http_request.h	/^typedef struct ngx_http_cleanup_s  ngx_http_cleanup_t;$/;"	t	typeref:struct:ngx_http_cleanup_s
ngx_http_clear_accept_ranges	src/http/ngx_http_core_module.h	552;"	d
ngx_http_clear_content_length	src/http/ngx_http_core_module.h	544;"	d
ngx_http_clear_etag	src/http/ngx_http_core_module.h	575;"	d
ngx_http_clear_last_modified	src/http/ngx_http_core_module.h	560;"	d
ngx_http_clear_location	src/http/ngx_http_core_module.h	568;"	d
ngx_http_client_body_handler_pt	src/http/ngx_http_request.h	/^typedef void (*ngx_http_client_body_handler_pt)(ngx_http_request_t *r);$/;"	t
ngx_http_client_errors	src/http/ngx_http_request.c	/^static char *ngx_http_client_errors[] = {$/;"	v	file:
ngx_http_client_temp_path	src/http/ngx_http_core_module.c	/^static ngx_path_init_t  ngx_http_client_temp_path = {$/;"	v	file:
ngx_http_close_connection	src/http/ngx_http_request.c	/^ngx_http_close_connection(ngx_connection_t *c)$/;"	f
ngx_http_close_request	src/http/ngx_http_request.c	/^ngx_http_close_request(ngx_http_request_t *r, ngx_int_t rc)$/;"	f	file:
ngx_http_cmp_conf_addrs	src/http/ngx_http.c	/^ngx_http_cmp_conf_addrs(const void *one, const void *two)$/;"	f	file:
ngx_http_cmp_dns_wildcards	src/http/ngx_http.c	/^ngx_http_cmp_dns_wildcards(const void *one, const void *two)$/;"	f	file:
ngx_http_cmp_locations	src/http/ngx_http.c	/^ngx_http_cmp_locations(const ngx_queue_t *one, const ngx_queue_t *two)$/;"	f	file:
ngx_http_cmp_referer_wildcards	src/http/modules/ngx_http_referer_module.c	/^ngx_http_cmp_referer_wildcards(const void *one, const void *two)$/;"	f	file:
ngx_http_combined_fmt	src/http/modules/ngx_http_log_module.c	/^static ngx_str_t  ngx_http_combined_fmt =$/;"	v	file:
ngx_http_commands	src/http/ngx_http.c	/^static ngx_command_t  ngx_http_commands[] = {$/;"	v	file:
ngx_http_compile_complex_value	src/http/ngx_http_script.c	/^ngx_http_compile_complex_value(ngx_http_compile_complex_value_t *ccv)$/;"	f
ngx_http_compile_complex_value_t	src/http/ngx_http_script.h	/^} ngx_http_compile_complex_value_t;$/;"	t	typeref:struct:__anon212
ngx_http_complex_value	src/http/ngx_http_script.c	/^ngx_http_complex_value(ngx_http_request_t *r, ngx_http_complex_value_t *val,$/;"	f
ngx_http_complex_value_t	src/http/ngx_http_script.h	/^} ngx_http_complex_value_t;$/;"	t	typeref:struct:__anon211
ngx_http_conf_addr_t	src/http/ngx_http_core_module.h	/^} ngx_http_conf_addr_t;$/;"	t	typeref:struct:__anon180
ngx_http_conf_ctx_t	src/http/ngx_http_config.h	/^} ngx_http_conf_ctx_t;$/;"	t	typeref:struct:__anon184
ngx_http_conf_get_module_loc_conf	src/http/ngx_http_config.h	65;"	d
ngx_http_conf_get_module_main_conf	src/http/ngx_http_config.h	61;"	d
ngx_http_conf_get_module_srv_conf	src/http/ngx_http_config.h	63;"	d
ngx_http_conf_port_t	src/http/ngx_http_core_module.h	/^} ngx_http_conf_port_t;$/;"	t	typeref:struct:__anon179
ngx_http_conf_upstream_srv_conf	src/http/ngx_http_upstream.h	370;"	d
ngx_http_connection_t	src/http/ngx_http_request.h	/^} ngx_http_connection_t;$/;"	t	typeref:struct:__anon237
ngx_http_cookie_time	src/core/ngx_times.c	/^ngx_http_cookie_time(u_char *buf, time_t t)$/;"	f
ngx_http_copy_aio_event_handler	src/http/ngx_http_copy_filter_module.c	/^ngx_http_copy_aio_event_handler(ngx_event_t *ev)$/;"	f	file:
ngx_http_copy_aio_handler	src/http/ngx_http_copy_filter_module.c	/^ngx_http_copy_aio_handler(ngx_output_chain_ctx_t *ctx, ngx_file_t *file)$/;"	f	file:
ngx_http_copy_aio_sendfile_event_handler	src/http/ngx_http_copy_filter_module.c	/^ngx_http_copy_aio_sendfile_event_handler(ngx_event_t *ev)$/;"	f	file:
ngx_http_copy_filter	src/http/ngx_http_copy_filter_module.c	/^ngx_http_copy_filter(ngx_http_request_t *r, ngx_chain_t *in)$/;"	f	file:
ngx_http_copy_filter_commands	src/http/ngx_http_copy_filter_module.c	/^static ngx_command_t  ngx_http_copy_filter_commands[] = {$/;"	v	file:
ngx_http_copy_filter_conf_t	src/http/ngx_http_copy_filter_module.c	/^} ngx_http_copy_filter_conf_t;$/;"	t	typeref:struct:__anon166	file:
ngx_http_copy_filter_create_conf	src/http/ngx_http_copy_filter_module.c	/^ngx_http_copy_filter_create_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_copy_filter_init	src/http/ngx_http_copy_filter_module.c	/^ngx_http_copy_filter_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_copy_filter_merge_conf	src/http/ngx_http_copy_filter_module.c	/^ngx_http_copy_filter_merge_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_copy_filter_module	src/http/ngx_http_copy_filter_module.c	/^ngx_module_t  ngx_http_copy_filter_module = {$/;"	v
ngx_http_copy_filter_module_ctx	src/http/ngx_http_copy_filter_module.c	/^static ngx_http_module_t  ngx_http_copy_filter_module_ctx = {$/;"	v	file:
ngx_http_core_access_phase	src/http/ngx_http_core_module.c	/^ngx_http_core_access_phase(ngx_http_request_t *r, ngx_http_phase_handler_t *ph)$/;"	f
ngx_http_core_aio	src/http/ngx_http_core_module.c	/^static ngx_conf_enum_t  ngx_http_core_aio[] = {$/;"	v	file:
ngx_http_core_commands	src/http/ngx_http_core_module.c	/^static ngx_command_t  ngx_http_core_commands[] = {$/;"	v	file:
ngx_http_core_content_phase	src/http/ngx_http_core_module.c	/^ngx_http_core_content_phase(ngx_http_request_t *r,$/;"	f
ngx_http_core_create_loc_conf	src/http/ngx_http_core_module.c	/^ngx_http_core_create_loc_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_core_create_main_conf	src/http/ngx_http_core_module.c	/^ngx_http_core_create_main_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_core_create_srv_conf	src/http/ngx_http_core_module.c	/^ngx_http_core_create_srv_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_core_default_types	src/http/ngx_http_core_module.c	/^static ngx_hash_key_t  ngx_http_core_default_types[] = {$/;"	v	file:
ngx_http_core_directio	src/http/ngx_http_core_module.c	/^ngx_http_core_directio(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_core_error_log	src/http/ngx_http_core_module.c	/^ngx_http_core_error_log(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_core_error_page	src/http/ngx_http_core_module.c	/^ngx_http_core_error_page(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_core_find_config_phase	src/http/ngx_http_core_module.c	/^ngx_http_core_find_config_phase(ngx_http_request_t *r,$/;"	f
ngx_http_core_find_location	src/http/ngx_http_core_module.c	/^ngx_http_core_find_location(ngx_http_request_t *r)$/;"	f	file:
ngx_http_core_find_static_location	src/http/ngx_http_core_module.c	/^ngx_http_core_find_static_location(ngx_http_request_t *r,$/;"	f	file:
ngx_http_core_generic_phase	src/http/ngx_http_core_module.c	/^ngx_http_core_generic_phase(ngx_http_request_t *r, ngx_http_phase_handler_t *ph)$/;"	f
ngx_http_core_get_method	src/http/ngx_http_core_module.c	/^ngx_str_t  ngx_http_core_get_method = { 3, (u_char *) "GET " };$/;"	v
ngx_http_core_if_modified_since	src/http/ngx_http_core_module.c	/^static ngx_conf_enum_t  ngx_http_core_if_modified_since[] = {$/;"	v	file:
ngx_http_core_image_gif_type	src/http/ngx_http_core_module.c	/^static ngx_str_t  ngx_http_core_image_gif_type = ngx_string("image\/gif");$/;"	v	file:
ngx_http_core_image_jpeg_type	src/http/ngx_http_core_module.c	/^static ngx_str_t  ngx_http_core_image_jpeg_type = ngx_string("image\/jpeg");$/;"	v	file:
ngx_http_core_init_main_conf	src/http/ngx_http_core_module.c	/^ngx_http_core_init_main_conf(ngx_conf_t *cf, void *conf)$/;"	f	file:
ngx_http_core_internal	src/http/ngx_http_core_module.c	/^ngx_http_core_internal(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_core_keepalive	src/http/ngx_http_core_module.c	/^ngx_http_core_keepalive(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_core_keepalive_disable	src/http/ngx_http_core_module.c	/^static ngx_conf_bitmask_t  ngx_http_core_keepalive_disable[] = {$/;"	v	file:
ngx_http_core_limit_except	src/http/ngx_http_core_module.c	/^ngx_http_core_limit_except(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_core_lingering_close	src/http/ngx_http_core_module.c	/^static ngx_conf_enum_t  ngx_http_core_lingering_close[] = {$/;"	v	file:
ngx_http_core_listen	src/http/ngx_http_core_module.c	/^ngx_http_core_listen(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_core_loc_conf_s	src/http/ngx_http_core_module.h	/^struct ngx_http_core_loc_conf_s {$/;"	s
ngx_http_core_loc_conf_t	src/http/ngx_http_core_module.h	/^typedef struct ngx_http_core_loc_conf_s  ngx_http_core_loc_conf_t;$/;"	t	typeref:struct:ngx_http_core_loc_conf_s
ngx_http_core_location	src/http/ngx_http_core_module.c	/^ngx_http_core_location(ngx_conf_t *cf, ngx_command_t *cmd, void *dummy)$/;"	f	file:
ngx_http_core_lowat_check	src/http/ngx_http_core_module.c	/^ngx_http_core_lowat_check(ngx_conf_t *cf, void *post, void *data)$/;"	f	file:
ngx_http_core_lowat_post	src/http/ngx_http_core_module.c	/^static ngx_conf_post_t  ngx_http_core_lowat_post =$/;"	v	file:
ngx_http_core_main_conf_t	src/http/ngx_http_core_module.h	/^} ngx_http_core_main_conf_t;$/;"	t	typeref:struct:__anon172
ngx_http_core_merge_loc_conf	src/http/ngx_http_core_module.c	/^ngx_http_core_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_core_merge_srv_conf	src/http/ngx_http_core_module.c	/^ngx_http_core_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_core_module	src/http/ngx_http_core_module.c	/^ngx_module_t  ngx_http_core_module = {$/;"	v
ngx_http_core_module_ctx	src/http/ngx_http_core_module.c	/^static ngx_http_module_t  ngx_http_core_module_ctx = {$/;"	v	file:
ngx_http_core_open_file_cache	src/http/ngx_http_core_module.c	/^ngx_http_core_open_file_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_core_pool_size	src/http/ngx_http_core_module.c	/^ngx_http_core_pool_size(ngx_conf_t *cf, void *post, void *data)$/;"	f	file:
ngx_http_core_pool_size_p	src/http/ngx_http_core_module.c	/^static ngx_conf_post_handler_pt  ngx_http_core_pool_size_p =$/;"	v	file:
ngx_http_core_post_access_phase	src/http/ngx_http_core_module.c	/^ngx_http_core_post_access_phase(ngx_http_request_t *r,$/;"	f
ngx_http_core_post_rewrite_phase	src/http/ngx_http_core_module.c	/^ngx_http_core_post_rewrite_phase(ngx_http_request_t *r,$/;"	f
ngx_http_core_preconfiguration	src/http/ngx_http_core_module.c	/^ngx_http_core_preconfiguration(ngx_conf_t *cf)$/;"	f	file:
ngx_http_core_regex_location	src/http/ngx_http_core_module.c	/^ngx_http_core_regex_location(ngx_conf_t *cf, ngx_http_core_loc_conf_t *clcf,$/;"	f	file:
ngx_http_core_request_body_in_file	src/http/ngx_http_core_module.c	/^static ngx_conf_enum_t  ngx_http_core_request_body_in_file[] = {$/;"	v	file:
ngx_http_core_resolver	src/http/ngx_http_core_module.c	/^ngx_http_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_core_rewrite_phase	src/http/ngx_http_core_module.c	/^ngx_http_core_rewrite_phase(ngx_http_request_t *r, ngx_http_phase_handler_t *ph)$/;"	f
ngx_http_core_root	src/http/ngx_http_core_module.c	/^ngx_http_core_root(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_core_run_phases	src/http/ngx_http_core_module.c	/^ngx_http_core_run_phases(ngx_http_request_t *r)$/;"	f
ngx_http_core_satisfy	src/http/ngx_http_core_module.c	/^static ngx_conf_enum_t  ngx_http_core_satisfy[] = {$/;"	v	file:
ngx_http_core_server	src/http/ngx_http_core_module.c	/^ngx_http_core_server(ngx_conf_t *cf, ngx_command_t *cmd, void *dummy)$/;"	f	file:
ngx_http_core_server_name	src/http/ngx_http_core_module.c	/^ngx_http_core_server_name(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_core_srv_conf_t	src/http/ngx_http_core_module.h	/^} ngx_http_core_srv_conf_t;$/;"	t	typeref:struct:__anon173
ngx_http_core_text_html_type	src/http/ngx_http_core_module.c	/^static ngx_str_t  ngx_http_core_text_html_type = ngx_string("text\/html");$/;"	v	file:
ngx_http_core_try_files	src/http/ngx_http_core_module.c	/^ngx_http_core_try_files(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_core_try_files_phase	src/http/ngx_http_core_module.c	/^ngx_http_core_try_files_phase(ngx_http_request_t *r,$/;"	f
ngx_http_core_type	src/http/ngx_http_core_module.c	/^ngx_http_core_type(ngx_conf_t *cf, ngx_command_t *dummy, void *conf)$/;"	f	file:
ngx_http_core_types	src/http/ngx_http_core_module.c	/^ngx_http_core_types(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_core_variables	src/http/ngx_http_variables.c	/^static ngx_http_variable_t  ngx_http_core_variables[] = {$/;"	v	file:
ngx_http_create_locations_list	src/http/ngx_http.c	/^ngx_http_create_locations_list(ngx_queue_t *locations, ngx_queue_t *q)$/;"	f	file:
ngx_http_create_locations_tree	src/http/ngx_http.c	/^ngx_http_create_locations_tree(ngx_conf_t *cf, ngx_queue_t *locations,$/;"	f	file:
ngx_http_create_request	src/http/ngx_http_request.c	/^ngx_http_create_request(ngx_connection_t *c)$/;"	f
ngx_http_cycle_get_module_main_conf	src/http/ngx_http_config.h	68;"	d
ngx_http_dav_commands	src/http/modules/ngx_http_dav_module.c	/^static ngx_command_t  ngx_http_dav_commands[] = {$/;"	v	file:
ngx_http_dav_copy_ctx_t	src/http/modules/ngx_http_dav_module.c	/^} ngx_http_dav_copy_ctx_t;$/;"	t	typeref:struct:__anon163	file:
ngx_http_dav_copy_dir	src/http/modules/ngx_http_dav_module.c	/^ngx_http_dav_copy_dir(ngx_tree_ctx_t *ctx, ngx_str_t *path)$/;"	f	file:
ngx_http_dav_copy_dir_time	src/http/modules/ngx_http_dav_module.c	/^ngx_http_dav_copy_dir_time(ngx_tree_ctx_t *ctx, ngx_str_t *path)$/;"	f	file:
ngx_http_dav_copy_move_handler	src/http/modules/ngx_http_dav_module.c	/^ngx_http_dav_copy_move_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_dav_copy_tree_file	src/http/modules/ngx_http_dav_module.c	/^ngx_http_dav_copy_tree_file(ngx_tree_ctx_t *ctx, ngx_str_t *path)$/;"	f	file:
ngx_http_dav_create_loc_conf	src/http/modules/ngx_http_dav_module.c	/^ngx_http_dav_create_loc_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_dav_delete_dir	src/http/modules/ngx_http_dav_module.c	/^ngx_http_dav_delete_dir(ngx_tree_ctx_t *ctx, ngx_str_t *path)$/;"	f	file:
ngx_http_dav_delete_file	src/http/modules/ngx_http_dav_module.c	/^ngx_http_dav_delete_file(ngx_tree_ctx_t *ctx, ngx_str_t *path)$/;"	f	file:
ngx_http_dav_delete_handler	src/http/modules/ngx_http_dav_module.c	/^ngx_http_dav_delete_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_dav_delete_path	src/http/modules/ngx_http_dav_module.c	/^ngx_http_dav_delete_path(ngx_http_request_t *r, ngx_str_t *path, ngx_uint_t dir)$/;"	f	file:
ngx_http_dav_depth	src/http/modules/ngx_http_dav_module.c	/^ngx_http_dav_depth(ngx_http_request_t *r, ngx_int_t dflt)$/;"	f	file:
ngx_http_dav_error	src/http/modules/ngx_http_dav_module.c	/^ngx_http_dav_error(ngx_log_t *log, ngx_err_t err, ngx_int_t not_found,$/;"	f	file:
ngx_http_dav_handler	src/http/modules/ngx_http_dav_module.c	/^ngx_http_dav_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_dav_init	src/http/modules/ngx_http_dav_module.c	/^ngx_http_dav_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_dav_loc_conf_t	src/http/modules/ngx_http_dav_module.c	/^} ngx_http_dav_loc_conf_t;$/;"	t	typeref:struct:__anon162	file:
ngx_http_dav_location	src/http/modules/ngx_http_dav_module.c	/^ngx_http_dav_location(ngx_http_request_t *r, u_char *path)$/;"	f	file:
ngx_http_dav_merge_loc_conf	src/http/modules/ngx_http_dav_module.c	/^ngx_http_dav_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_dav_methods_mask	src/http/modules/ngx_http_dav_module.c	/^static ngx_conf_bitmask_t  ngx_http_dav_methods_mask[] = {$/;"	v	file:
ngx_http_dav_mkcol_handler	src/http/modules/ngx_http_dav_module.c	/^ngx_http_dav_mkcol_handler(ngx_http_request_t *r, ngx_http_dav_loc_conf_t *dlcf)$/;"	f	file:
ngx_http_dav_module	src/http/modules/ngx_http_dav_module.c	/^ngx_module_t  ngx_http_dav_module = {$/;"	v
ngx_http_dav_module_ctx	src/http/modules/ngx_http_dav_module.c	/^static ngx_http_module_t  ngx_http_dav_module_ctx = {$/;"	v	file:
ngx_http_dav_noop	src/http/modules/ngx_http_dav_module.c	/^ngx_http_dav_noop(ngx_tree_ctx_t *ctx, ngx_str_t *path)$/;"	f	file:
ngx_http_dav_put_handler	src/http/modules/ngx_http_dav_module.c	/^ngx_http_dav_put_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_degradation	src/http/modules/ngx_http_degradation_module.c	/^ngx_http_degradation(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_degradation_commands	src/http/modules/ngx_http_degradation_module.c	/^static ngx_command_t  ngx_http_degradation_commands[] = {$/;"	v	file:
ngx_http_degradation_create_loc_conf	src/http/modules/ngx_http_degradation_module.c	/^ngx_http_degradation_create_loc_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_degradation_create_main_conf	src/http/modules/ngx_http_degradation_module.c	/^ngx_http_degradation_create_main_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_degradation_handler	src/http/modules/ngx_http_degradation_module.c	/^ngx_http_degradation_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_degradation_init	src/http/modules/ngx_http_degradation_module.c	/^ngx_http_degradation_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_degradation_loc_conf_t	src/http/modules/ngx_http_degradation_module.c	/^} ngx_http_degradation_loc_conf_t;$/;"	t	typeref:struct:__anon161	file:
ngx_http_degradation_main_conf_t	src/http/modules/ngx_http_degradation_module.c	/^} ngx_http_degradation_main_conf_t;$/;"	t	typeref:struct:__anon160	file:
ngx_http_degradation_merge_loc_conf	src/http/modules/ngx_http_degradation_module.c	/^ngx_http_degradation_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_degradation_module	src/http/modules/ngx_http_degradation_module.c	/^ngx_module_t  ngx_http_degradation_module = {$/;"	v
ngx_http_degradation_module_ctx	src/http/modules/ngx_http_degradation_module.c	/^static ngx_http_module_t  ngx_http_degradation_module_ctx = {$/;"	v	file:
ngx_http_degrade	src/http/modules/ngx_http_degradation_module.c	/^static ngx_conf_enum_t  ngx_http_degrade[] = {$/;"	v	file:
ngx_http_degraded	src/http/modules/ngx_http_degradation_module.c	/^ngx_http_degraded(ngx_http_request_t *r)$/;"	f
ngx_http_destination_charset	src/http/modules/ngx_http_charset_filter_module.c	/^ngx_http_destination_charset(ngx_http_request_t *r, ngx_str_t *name)$/;"	f	file:
ngx_http_disable_symlinks	src/http/ngx_http_core_module.c	/^ngx_http_disable_symlinks(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_discard_request_body	src/http/ngx_http_request_body.c	/^ngx_http_discard_request_body(ngx_http_request_t *r)$/;"	f
ngx_http_discard_request_body_filter	src/http/ngx_http_request_body.c	/^ngx_http_discard_request_body_filter(ngx_http_request_t *r, ngx_buf_t *b)$/;"	f	file:
ngx_http_discarded_request_body_handler	src/http/ngx_http_request_body.c	/^ngx_http_discarded_request_body_handler(ngx_http_request_t *r)$/;"	f
ngx_http_do_read_client_request_body	src/http/ngx_http_request_body.c	/^ngx_http_do_read_client_request_body(ngx_http_request_t *r)$/;"	f	file:
ngx_http_empty_gif	src/http/modules/ngx_http_empty_gif_module.c	/^ngx_http_empty_gif(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_empty_gif_commands	src/http/modules/ngx_http_empty_gif_module.c	/^static ngx_command_t  ngx_http_empty_gif_commands[] = {$/;"	v	file:
ngx_http_empty_gif_handler	src/http/modules/ngx_http_empty_gif_module.c	/^ngx_http_empty_gif_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_empty_gif_module	src/http/modules/ngx_http_empty_gif_module.c	/^ngx_module_t  ngx_http_empty_gif_module = {$/;"	v
ngx_http_empty_gif_module_ctx	src/http/modules/ngx_http_empty_gif_module.c	/^static ngx_http_module_t  ngx_http_empty_gif_module_ctx = {$/;"	v	file:
ngx_http_empty_handler	src/http/ngx_http_request.c	/^ngx_http_empty_handler(ngx_event_t *wev)$/;"	f
ngx_http_ephemeral	src/http/ngx_http.h	132;"	d
ngx_http_ephemeral_t	src/http/ngx_http_request.h	/^} ngx_http_ephemeral_t;$/;"	t	typeref:struct:__anon239
ngx_http_err_page_t	src/http/ngx_http_core_module.h	/^} ngx_http_err_page_t;$/;"	t	typeref:struct:__anon181
ngx_http_error_301_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_301_page[] =$/;"	v	file:
ngx_http_error_302_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_302_page[] =$/;"	v	file:
ngx_http_error_303_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_303_page[] =$/;"	v	file:
ngx_http_error_307_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_307_page[] =$/;"	v	file:
ngx_http_error_400_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_400_page[] =$/;"	v	file:
ngx_http_error_401_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_401_page[] =$/;"	v	file:
ngx_http_error_402_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_402_page[] =$/;"	v	file:
ngx_http_error_403_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_403_page[] =$/;"	v	file:
ngx_http_error_404_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_404_page[] =$/;"	v	file:
ngx_http_error_405_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_405_page[] =$/;"	v	file:
ngx_http_error_406_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_406_page[] =$/;"	v	file:
ngx_http_error_408_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_408_page[] =$/;"	v	file:
ngx_http_error_409_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_409_page[] =$/;"	v	file:
ngx_http_error_410_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_410_page[] =$/;"	v	file:
ngx_http_error_411_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_411_page[] =$/;"	v	file:
ngx_http_error_412_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_412_page[] =$/;"	v	file:
ngx_http_error_413_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_413_page[] =$/;"	v	file:
ngx_http_error_414_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_414_page[] =$/;"	v	file:
ngx_http_error_415_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_415_page[] =$/;"	v	file:
ngx_http_error_416_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_416_page[] =$/;"	v	file:
ngx_http_error_494_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_494_page[] =$/;"	v	file:
ngx_http_error_495_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_495_page[] =$/;"	v	file:
ngx_http_error_496_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_496_page[] =$/;"	v	file:
ngx_http_error_497_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_497_page[] =$/;"	v	file:
ngx_http_error_500_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_500_page[] =$/;"	v	file:
ngx_http_error_501_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_501_page[] =$/;"	v	file:
ngx_http_error_502_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_502_page[] =$/;"	v	file:
ngx_http_error_503_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_503_page[] =$/;"	v	file:
ngx_http_error_504_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_504_page[] =$/;"	v	file:
ngx_http_error_507_page	src/http/ngx_http_special_response.c	/^static char ngx_http_error_507_page[] =$/;"	v	file:
ngx_http_error_full_tail	src/http/ngx_http_special_response.c	/^static u_char ngx_http_error_full_tail[] =$/;"	v	file:
ngx_http_error_pages	src/http/ngx_http_special_response.c	/^static ngx_str_t ngx_http_error_pages[] = {$/;"	v	file:
ngx_http_error_tail	src/http/ngx_http_special_response.c	/^static u_char ngx_http_error_tail[] =$/;"	v	file:
ngx_http_event_handler_pt	src/http/ngx_http_request.h	/^typedef void (*ngx_http_event_handler_pt)(ngx_http_request_t *r);$/;"	t
ngx_http_expires_t	src/http/modules/ngx_http_headers_filter_module.c	/^} ngx_http_expires_t;$/;"	t	typeref:enum:__anon137	file:
ngx_http_fastcgi_abort_request	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_http_fastcgi_abort_request(ngx_http_request_t *r)$/;"	f	file:
ngx_http_fastcgi_add_variables	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_http_fastcgi_add_variables(ngx_conf_t *cf)$/;"	f	file:
ngx_http_fastcgi_begin_request_t	src/http/modules/ngx_http_fastcgi_module.c	/^} ngx_http_fastcgi_begin_request_t;$/;"	t	typeref:struct:__anon150	file:
ngx_http_fastcgi_cache	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_http_fastcgi_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_fastcgi_cache_headers	src/http/modules/ngx_http_fastcgi_module.c	/^static ngx_keyval_t  ngx_http_fastcgi_cache_headers[] = {$/;"	v	file:
ngx_http_fastcgi_cache_key	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_http_fastcgi_cache_key(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_fastcgi_commands	src/http/modules/ngx_http_fastcgi_module.c	/^static ngx_command_t  ngx_http_fastcgi_commands[] = {$/;"	v	file:
ngx_http_fastcgi_create_key	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_http_fastcgi_create_key(ngx_http_request_t *r)$/;"	f	file:
ngx_http_fastcgi_create_loc_conf	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_http_fastcgi_create_loc_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_fastcgi_create_request	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_http_fastcgi_create_request(ngx_http_request_t *r)$/;"	f	file:
ngx_http_fastcgi_ctx_t	src/http/modules/ngx_http_fastcgi_module.c	/^} ngx_http_fastcgi_ctx_t;$/;"	t	typeref:struct:__anon148	file:
ngx_http_fastcgi_eval	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_http_fastcgi_eval(ngx_http_request_t *r, ngx_http_fastcgi_loc_conf_t *flcf)$/;"	f	file:
ngx_http_fastcgi_finalize_request	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_http_fastcgi_finalize_request(ngx_http_request_t *r, ngx_int_t rc)$/;"	f	file:
ngx_http_fastcgi_handler	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_http_fastcgi_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_fastcgi_header_small_t	src/http/modules/ngx_http_fastcgi_module.c	/^} ngx_http_fastcgi_header_small_t;$/;"	t	typeref:struct:__anon151	file:
ngx_http_fastcgi_header_t	src/http/modules/ngx_http_fastcgi_module.c	/^} ngx_http_fastcgi_header_t;$/;"	t	typeref:struct:__anon149	file:
ngx_http_fastcgi_hide_headers	src/http/modules/ngx_http_fastcgi_module.c	/^static ngx_str_t  ngx_http_fastcgi_hide_headers[] = {$/;"	v	file:
ngx_http_fastcgi_input_filter	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_http_fastcgi_input_filter(ngx_event_pipe_t *p, ngx_buf_t *buf)$/;"	f	file:
ngx_http_fastcgi_input_filter_init	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_http_fastcgi_input_filter_init(void *data)$/;"	f	file:
ngx_http_fastcgi_loc_conf_t	src/http/modules/ngx_http_fastcgi_module.c	/^} ngx_http_fastcgi_loc_conf_t;$/;"	t	typeref:struct:__anon145	file:
ngx_http_fastcgi_lowat_check	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_http_fastcgi_lowat_check(ngx_conf_t *cf, void *post, void *data)$/;"	f	file:
ngx_http_fastcgi_lowat_post	src/http/modules/ngx_http_fastcgi_module.c	/^static ngx_conf_post_t  ngx_http_fastcgi_lowat_post =$/;"	v	file:
ngx_http_fastcgi_merge_loc_conf	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_http_fastcgi_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_fastcgi_merge_params	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_http_fastcgi_merge_params(ngx_conf_t *cf,$/;"	f	file:
ngx_http_fastcgi_module	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_module_t  ngx_http_fastcgi_module = {$/;"	v
ngx_http_fastcgi_module	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_module_t  ngx_http_fastcgi_module;$/;"	v
ngx_http_fastcgi_module_ctx	src/http/modules/ngx_http_fastcgi_module.c	/^static ngx_http_module_t  ngx_http_fastcgi_module_ctx = {$/;"	v	file:
ngx_http_fastcgi_next_upstream_masks	src/http/modules/ngx_http_fastcgi_module.c	/^static ngx_conf_bitmask_t  ngx_http_fastcgi_next_upstream_masks[] = {$/;"	v	file:
ngx_http_fastcgi_pass	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_http_fastcgi_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_fastcgi_path_info_variable	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_http_fastcgi_path_info_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_fastcgi_process_header	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_http_fastcgi_process_header(ngx_http_request_t *r)$/;"	f	file:
ngx_http_fastcgi_process_record	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_http_fastcgi_process_record(ngx_http_request_t *r,$/;"	f	file:
ngx_http_fastcgi_reinit_request	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_http_fastcgi_reinit_request(ngx_http_request_t *r)$/;"	f	file:
ngx_http_fastcgi_request_start	src/http/modules/ngx_http_fastcgi_module.c	/^static ngx_http_fastcgi_request_start_t  ngx_http_fastcgi_request_start = {$/;"	v	file:
ngx_http_fastcgi_request_start_t	src/http/modules/ngx_http_fastcgi_module.c	/^} ngx_http_fastcgi_request_start_t;$/;"	t	typeref:struct:__anon152	file:
ngx_http_fastcgi_script_name_variable	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_http_fastcgi_script_name_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_fastcgi_split	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_http_fastcgi_split(ngx_http_request_t *r, ngx_http_fastcgi_loc_conf_t *flcf)$/;"	f	file:
ngx_http_fastcgi_split_part_t	src/http/modules/ngx_http_fastcgi_module.c	/^} ngx_http_fastcgi_split_part_t;$/;"	t	typeref:struct:__anon147	file:
ngx_http_fastcgi_split_path_info	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_http_fastcgi_split_path_info(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_fastcgi_st_content_length_hi	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_http_fastcgi_st_content_length_hi,$/;"	e	enum:__anon146	file:
ngx_http_fastcgi_st_content_length_lo	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_http_fastcgi_st_content_length_lo,$/;"	e	enum:__anon146	file:
ngx_http_fastcgi_st_data	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_http_fastcgi_st_data,$/;"	e	enum:__anon146	file:
ngx_http_fastcgi_st_padding	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_http_fastcgi_st_padding$/;"	e	enum:__anon146	file:
ngx_http_fastcgi_st_padding_length	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_http_fastcgi_st_padding_length,$/;"	e	enum:__anon146	file:
ngx_http_fastcgi_st_request_id_hi	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_http_fastcgi_st_request_id_hi,$/;"	e	enum:__anon146	file:
ngx_http_fastcgi_st_request_id_lo	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_http_fastcgi_st_request_id_lo,$/;"	e	enum:__anon146	file:
ngx_http_fastcgi_st_reserved	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_http_fastcgi_st_reserved,$/;"	e	enum:__anon146	file:
ngx_http_fastcgi_st_type	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_http_fastcgi_st_type,$/;"	e	enum:__anon146	file:
ngx_http_fastcgi_st_version	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_http_fastcgi_st_version = 0,$/;"	e	enum:__anon146	file:
ngx_http_fastcgi_state_e	src/http/modules/ngx_http_fastcgi_module.c	/^} ngx_http_fastcgi_state_e;$/;"	t	typeref:enum:__anon146	file:
ngx_http_fastcgi_store	src/http/modules/ngx_http_fastcgi_module.c	/^ngx_http_fastcgi_store(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_fastcgi_temp_path	src/http/modules/ngx_http_fastcgi_module.c	/^static ngx_path_init_t  ngx_http_fastcgi_temp_path = {$/;"	v	file:
ngx_http_fastcgi_vars	src/http/modules/ngx_http_fastcgi_module.c	/^static ngx_http_variable_t  ngx_http_fastcgi_vars[] = {$/;"	v	file:
ngx_http_file_cache_add	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_add(ngx_http_file_cache_t *cache, ngx_http_cache_t *c)$/;"	f	file:
ngx_http_file_cache_add_file	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_add_file(ngx_tree_ctx_t *ctx, ngx_str_t *name)$/;"	f	file:
ngx_http_file_cache_aio_read	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_aio_read(ngx_http_request_t *r, ngx_http_cache_t *c)$/;"	f	file:
ngx_http_file_cache_cleanup	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_cleanup(void *data)$/;"	f	file:
ngx_http_file_cache_create	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_create(ngx_http_request_t *r)$/;"	f
ngx_http_file_cache_create_key	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_create_key(ngx_http_request_t *r)$/;"	f
ngx_http_file_cache_delete	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_delete(ngx_http_file_cache_t *cache, ngx_queue_t *q,$/;"	f	file:
ngx_http_file_cache_delete_file	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_delete_file(ngx_tree_ctx_t *ctx, ngx_str_t *path)$/;"	f	file:
ngx_http_file_cache_exists	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_exists(ngx_http_file_cache_t *cache, ngx_http_cache_t *c)$/;"	f	file:
ngx_http_file_cache_expire	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_expire(ngx_http_file_cache_t *cache)$/;"	f	file:
ngx_http_file_cache_forced_expire	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_forced_expire(ngx_http_file_cache_t *cache)$/;"	f	file:
ngx_http_file_cache_free	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_free(ngx_http_cache_t *c, ngx_temp_file_t *tf)$/;"	f
ngx_http_file_cache_header_t	src/http/ngx_http_cache.h	/^} ngx_http_file_cache_header_t;$/;"	t	typeref:struct:__anon203
ngx_http_file_cache_init	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_init(ngx_shm_zone_t *shm_zone, void *data)$/;"	f	file:
ngx_http_file_cache_key	src/http/ngx_http_file_cache.c	/^static u_char  ngx_http_file_cache_key[] = { LF, 'K', 'E', 'Y', ':', ' ' };$/;"	v	file:
ngx_http_file_cache_loader	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_loader(void *data)$/;"	f	file:
ngx_http_file_cache_loader_sleep	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_loader_sleep(ngx_http_file_cache_t *cache)$/;"	f	file:
ngx_http_file_cache_lock	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_lock(ngx_http_request_t *r, ngx_http_cache_t *c)$/;"	f	file:
ngx_http_file_cache_lock_wait_handler	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_lock_wait_handler(ngx_event_t *ev)$/;"	f	file:
ngx_http_file_cache_lookup	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_lookup(ngx_http_file_cache_t *cache, u_char *key)$/;"	f	file:
ngx_http_file_cache_manage_file	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_manage_file(ngx_tree_ctx_t *ctx, ngx_str_t *path)$/;"	f	file:
ngx_http_file_cache_manager	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_manager(void *data)$/;"	f	file:
ngx_http_file_cache_name	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_name(ngx_http_request_t *r, ngx_path_t *path)$/;"	f	file:
ngx_http_file_cache_new	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_new(ngx_http_request_t *r)$/;"	f
ngx_http_file_cache_node_t	src/http/ngx_http_cache.h	/^} ngx_http_file_cache_node_t;$/;"	t	typeref:struct:__anon202
ngx_http_file_cache_noop	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_noop(ngx_tree_ctx_t *ctx, ngx_str_t *path)$/;"	f	file:
ngx_http_file_cache_open	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_open(ngx_http_request_t *r)$/;"	f
ngx_http_file_cache_rbtree_insert_value	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_rbtree_insert_value(ngx_rbtree_node_t *temp,$/;"	f	file:
ngx_http_file_cache_read	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_read(ngx_http_request_t *r, ngx_http_cache_t *c)$/;"	f	file:
ngx_http_file_cache_s	src/http/ngx_http_cache.h	/^struct ngx_http_file_cache_s {$/;"	s
ngx_http_file_cache_set_header	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_set_header(ngx_http_request_t *r, u_char *buf)$/;"	f
ngx_http_file_cache_set_slot	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f
ngx_http_file_cache_sh_t	src/http/ngx_http_cache.h	/^} ngx_http_file_cache_sh_t;$/;"	t	typeref:struct:__anon204
ngx_http_file_cache_t	src/http/ngx_http.h	/^typedef struct ngx_http_file_cache_s  ngx_http_file_cache_t;$/;"	t	typeref:struct:ngx_http_file_cache_s
ngx_http_file_cache_update	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_update(ngx_http_request_t *r, ngx_temp_file_t *tf)$/;"	f
ngx_http_file_cache_valid	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_valid(ngx_array_t *cache_valid, ngx_uint_t status)$/;"	f
ngx_http_file_cache_valid_set_slot	src/http/ngx_http_file_cache.c	/^ngx_http_file_cache_valid_set_slot(ngx_conf_t *cf, ngx_command_t *cmd,$/;"	f
ngx_http_filter_finalize_request	src/http/ngx_http_special_response.c	/^ngx_http_filter_finalize_request(ngx_http_request_t *r, ngx_module_t *m,$/;"	f
ngx_http_finalize_connection	src/http/ngx_http_request.c	/^ngx_http_finalize_connection(ngx_http_request_t *r)$/;"	f	file:
ngx_http_finalize_request	src/http/ngx_http_request.c	/^ngx_http_finalize_request(ngx_http_request_t *r, ngx_int_t rc)$/;"	f
ngx_http_find_virtual_server	src/http/ngx_http_request.c	/^ngx_http_find_virtual_server(ngx_connection_t *c,$/;"	f	file:
ngx_http_flv	src/http/modules/ngx_http_flv_module.c	/^ngx_http_flv(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_flv_commands	src/http/modules/ngx_http_flv_module.c	/^static ngx_command_t  ngx_http_flv_commands[] = {$/;"	v	file:
ngx_http_flv_handler	src/http/modules/ngx_http_flv_module.c	/^ngx_http_flv_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_flv_module	src/http/modules/ngx_http_flv_module.c	/^ngx_module_t  ngx_http_flv_module = {$/;"	v
ngx_http_flv_module_ctx	src/http/modules/ngx_http_flv_module.c	/^static ngx_http_module_t  ngx_http_flv_module_ctx = {$/;"	v	file:
ngx_http_free_request	src/http/ngx_http_request.c	/^ngx_http_free_request(ngx_http_request_t *r, ngx_int_t rc)$/;"	f
ngx_http_geo	src/http/modules/ngx_http_geo_module.c	/^ngx_http_geo(ngx_conf_t *cf, ngx_command_t *dummy, void *conf)$/;"	f	file:
ngx_http_geo_add_proxy	src/http/modules/ngx_http_geo_module.c	/^ngx_http_geo_add_proxy(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx,$/;"	f	file:
ngx_http_geo_add_range	src/http/modules/ngx_http_geo_module.c	/^ngx_http_geo_add_range(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx,$/;"	f	file:
ngx_http_geo_addr	src/http/modules/ngx_http_geo_module.c	/^ngx_http_geo_addr(ngx_http_request_t *r, ngx_http_geo_ctx_t *ctx,$/;"	f	file:
ngx_http_geo_block	src/http/modules/ngx_http_geo_module.c	/^ngx_http_geo_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_geo_cidr	src/http/modules/ngx_http_geo_module.c	/^ngx_http_geo_cidr(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx,$/;"	f	file:
ngx_http_geo_cidr_add	src/http/modules/ngx_http_geo_module.c	/^ngx_http_geo_cidr_add(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx,$/;"	f	file:
ngx_http_geo_cidr_value	src/http/modules/ngx_http_geo_module.c	/^ngx_http_geo_cidr_value(ngx_conf_t *cf, ngx_str_t *net, ngx_cidr_t *cidr)$/;"	f	file:
ngx_http_geo_cidr_variable	src/http/modules/ngx_http_geo_module.c	/^ngx_http_geo_cidr_variable(ngx_http_request_t *r, ngx_http_variable_value_t *v,$/;"	f	file:
ngx_http_geo_commands	src/http/modules/ngx_http_geo_module.c	/^static ngx_command_t  ngx_http_geo_commands[] = {$/;"	v	file:
ngx_http_geo_conf_ctx_t	src/http/modules/ngx_http_geo_module.c	/^} ngx_http_geo_conf_ctx_t;$/;"	t	typeref:struct:__anon126	file:
ngx_http_geo_copy_values	src/http/modules/ngx_http_geo_module.c	/^ngx_http_geo_copy_values(u_char *base, u_char *p, ngx_rbtree_node_t *node,$/;"	f	file:
ngx_http_geo_create_binary_base	src/http/modules/ngx_http_geo_module.c	/^ngx_http_geo_create_binary_base(ngx_http_geo_conf_ctx_t *ctx)$/;"	f	file:
ngx_http_geo_ctx_t	src/http/modules/ngx_http_geo_module.c	/^} ngx_http_geo_ctx_t;$/;"	t	typeref:struct:__anon127	file:
ngx_http_geo_delete_range	src/http/modules/ngx_http_geo_module.c	/^ngx_http_geo_delete_range(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx,$/;"	f	file:
ngx_http_geo_header	src/http/modules/ngx_http_geo_module.c	/^static ngx_http_geo_header_t  ngx_http_geo_header = {$/;"	v	file:
ngx_http_geo_header_t	src/http/modules/ngx_http_geo_module.c	/^} ngx_http_geo_header_t;$/;"	t	typeref:struct:__anon129	file:
ngx_http_geo_high_ranges_t	src/http/modules/ngx_http_geo_module.c	/^} ngx_http_geo_high_ranges_t;$/;"	t	typeref:struct:__anon124	file:
ngx_http_geo_include	src/http/modules/ngx_http_geo_module.c	/^ngx_http_geo_include(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx,$/;"	f	file:
ngx_http_geo_include_binary_base	src/http/modules/ngx_http_geo_module.c	/^ngx_http_geo_include_binary_base(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx,$/;"	f	file:
ngx_http_geo_module	src/http/modules/ngx_http_geo_module.c	/^ngx_module_t  ngx_http_geo_module = {$/;"	v
ngx_http_geo_module_ctx	src/http/modules/ngx_http_geo_module.c	/^static ngx_http_module_t  ngx_http_geo_module_ctx = {$/;"	v	file:
ngx_http_geo_range	src/http/modules/ngx_http_geo_module.c	/^ngx_http_geo_range(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx,$/;"	f	file:
ngx_http_geo_range_t	src/http/modules/ngx_http_geo_module.c	/^} ngx_http_geo_range_t;$/;"	t	typeref:struct:__anon122	file:
ngx_http_geo_range_variable	src/http/modules/ngx_http_geo_module.c	/^ngx_http_geo_range_variable(ngx_http_request_t *r, ngx_http_variable_value_t *v,$/;"	f	file:
ngx_http_geo_real_addr	src/http/modules/ngx_http_geo_module.c	/^ngx_http_geo_real_addr(ngx_http_request_t *r, ngx_http_geo_ctx_t *ctx,$/;"	f	file:
ngx_http_geo_trees_t	src/http/modules/ngx_http_geo_module.c	/^} ngx_http_geo_trees_t;$/;"	t	typeref:struct:__anon123	file:
ngx_http_geo_value	src/http/modules/ngx_http_geo_module.c	/^ngx_http_geo_value(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx,$/;"	f	file:
ngx_http_geo_variable_value_node_t	src/http/modules/ngx_http_geo_module.c	/^} ngx_http_geo_variable_value_node_t;$/;"	t	typeref:struct:__anon125	file:
ngx_http_geoip_add_variables	src/http/modules/ngx_http_geoip_module.c	/^ngx_http_geoip_add_variables(ngx_conf_t *cf)$/;"	f	file:
ngx_http_geoip_addr	src/http/modules/ngx_http_geoip_module.c	/^ngx_http_geoip_addr(ngx_http_request_t *r, ngx_http_geoip_conf_t *gcf)$/;"	f	file:
ngx_http_geoip_addr_v6	src/http/modules/ngx_http_geoip_module.c	/^ngx_http_geoip_addr_v6(ngx_http_request_t *r, ngx_http_geoip_conf_t *gcf)$/;"	f	file:
ngx_http_geoip_cidr_value	src/http/modules/ngx_http_geoip_module.c	/^ngx_http_geoip_cidr_value(ngx_conf_t *cf, ngx_str_t *net, ngx_cidr_t *cidr)$/;"	f	file:
ngx_http_geoip_city	src/http/modules/ngx_http_geoip_module.c	/^ngx_http_geoip_city(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_geoip_city_float_variable	src/http/modules/ngx_http_geoip_module.c	/^ngx_http_geoip_city_float_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_geoip_city_int_variable	src/http/modules/ngx_http_geoip_module.c	/^ngx_http_geoip_city_int_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_geoip_city_variable	src/http/modules/ngx_http_geoip_module.c	/^ngx_http_geoip_city_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_geoip_cleanup	src/http/modules/ngx_http_geoip_module.c	/^ngx_http_geoip_cleanup(void *data)$/;"	f	file:
ngx_http_geoip_commands	src/http/modules/ngx_http_geoip_module.c	/^static ngx_command_t  ngx_http_geoip_commands[] = {$/;"	v	file:
ngx_http_geoip_conf_t	src/http/modules/ngx_http_geoip_module.c	/^} ngx_http_geoip_conf_t;$/;"	t	typeref:struct:__anon86	file:
ngx_http_geoip_country	src/http/modules/ngx_http_geoip_module.c	/^ngx_http_geoip_country(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_geoip_country_functions	src/http/modules/ngx_http_geoip_module.c	/^ngx_http_geoip_variable_handler_pt ngx_http_geoip_country_functions[] = {$/;"	v
ngx_http_geoip_country_v6_functions	src/http/modules/ngx_http_geoip_module.c	/^ngx_http_geoip_variable_handler_v6_pt ngx_http_geoip_country_v6_functions[] = {$/;"	v
ngx_http_geoip_country_variable	src/http/modules/ngx_http_geoip_module.c	/^ngx_http_geoip_country_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_geoip_create_conf	src/http/modules/ngx_http_geoip_module.c	/^ngx_http_geoip_create_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_geoip_get_city_record	src/http/modules/ngx_http_geoip_module.c	/^ngx_http_geoip_get_city_record(ngx_http_request_t *r)$/;"	f	file:
ngx_http_geoip_init_conf	src/http/modules/ngx_http_geoip_module.c	/^ngx_http_geoip_init_conf(ngx_conf_t *cf, void *conf)$/;"	f	file:
ngx_http_geoip_module	src/http/modules/ngx_http_geoip_module.c	/^ngx_module_t  ngx_http_geoip_module = {$/;"	v
ngx_http_geoip_module_ctx	src/http/modules/ngx_http_geoip_module.c	/^static ngx_http_module_t  ngx_http_geoip_module_ctx = {$/;"	v	file:
ngx_http_geoip_org	src/http/modules/ngx_http_geoip_module.c	/^ngx_http_geoip_org(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_geoip_org_variable	src/http/modules/ngx_http_geoip_module.c	/^ngx_http_geoip_org_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_geoip_proxy	src/http/modules/ngx_http_geoip_module.c	/^ngx_http_geoip_proxy(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_geoip_region_name_variable	src/http/modules/ngx_http_geoip_module.c	/^ngx_http_geoip_region_name_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_geoip_var_t	src/http/modules/ngx_http_geoip_module.c	/^} ngx_http_geoip_var_t;$/;"	t	typeref:struct:__anon87	file:
ngx_http_geoip_variable_handler_pt	src/http/modules/ngx_http_geoip_module.c	/^typedef const char *(*ngx_http_geoip_variable_handler_pt)(GeoIP *,$/;"	t	file:
ngx_http_geoip_variable_handler_v6_pt	src/http/modules/ngx_http_geoip_module.c	/^typedef const char *(*ngx_http_geoip_variable_handler_v6_pt)(GeoIP *,$/;"	t	file:
ngx_http_geoip_vars	src/http/modules/ngx_http_geoip_module.c	/^static ngx_http_variable_t  ngx_http_geoip_vars[] = {$/;"	v	file:
ngx_http_get_charset	src/http/modules/ngx_http_charset_filter_module.c	/^ngx_http_get_charset(ngx_http_request_t *r, ngx_str_t *name)$/;"	f	file:
ngx_http_get_flushed_variable	src/http/ngx_http_variables.c	/^ngx_http_get_flushed_variable(ngx_http_request_t *r, ngx_uint_t index)$/;"	f
ngx_http_get_forwarded_addr	src/http/ngx_http_core_module.c	/^ngx_http_get_forwarded_addr(ngx_http_request_t *r, ngx_addr_t *addr,$/;"	f
ngx_http_get_forwarded_addr_internal	src/http/ngx_http_core_module.c	/^ngx_http_get_forwarded_addr_internal(ngx_http_request_t *r, ngx_addr_t *addr,$/;"	f	file:
ngx_http_get_indexed_variable	src/http/ngx_http_variables.c	/^ngx_http_get_indexed_variable(ngx_http_request_t *r, ngx_uint_t index)$/;"	f
ngx_http_get_module_ctx	src/http/ngx_http.h	79;"	d
ngx_http_get_module_loc_conf	src/http/ngx_http_config.h	58;"	d
ngx_http_get_module_main_conf	src/http/ngx_http_config.h	55;"	d
ngx_http_get_module_srv_conf	src/http/ngx_http_config.h	57;"	d
ngx_http_get_name	src/http/ngx_http_special_response.c	/^static ngx_str_t  ngx_http_get_name = { 3, (u_char *) "GET " };$/;"	v	file:
ngx_http_get_variable	src/http/ngx_http_variables.c	/^ngx_http_get_variable(ngx_http_request_t *r, ngx_str_t *name, ngx_uint_t key)$/;"	f
ngx_http_get_variable_index	src/http/ngx_http_variables.c	/^ngx_http_get_variable_index(ngx_conf_t *cf, ngx_str_t *name)$/;"	f
ngx_http_get_variable_pt	src/http/ngx_http_variables.h	/^typedef ngx_int_t (*ngx_http_get_variable_pt) (ngx_http_request_t *r,$/;"	t
ngx_http_gif_type	src/http/modules/ngx_http_empty_gif_module.c	/^static ngx_str_t  ngx_http_gif_type = ngx_string("image\/gif");$/;"	v	file:
ngx_http_gunzip_body_filter	src/http/modules/ngx_http_gunzip_filter_module.c	/^ngx_http_gunzip_body_filter(ngx_http_request_t *r, ngx_chain_t *in)$/;"	f	file:
ngx_http_gunzip_conf_t	src/http/modules/ngx_http_gunzip_filter_module.c	/^} ngx_http_gunzip_conf_t;$/;"	t	typeref:struct:__anon93	file:
ngx_http_gunzip_create_conf	src/http/modules/ngx_http_gunzip_filter_module.c	/^ngx_http_gunzip_create_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_gunzip_ctx_t	src/http/modules/ngx_http_gunzip_filter_module.c	/^} ngx_http_gunzip_ctx_t;$/;"	t	typeref:struct:__anon94	file:
ngx_http_gunzip_filter_add_data	src/http/modules/ngx_http_gunzip_filter_module.c	/^ngx_http_gunzip_filter_add_data(ngx_http_request_t *r,$/;"	f	file:
ngx_http_gunzip_filter_alloc	src/http/modules/ngx_http_gunzip_filter_module.c	/^ngx_http_gunzip_filter_alloc(void *opaque, u_int items, u_int size)$/;"	f	file:
ngx_http_gunzip_filter_commands	src/http/modules/ngx_http_gunzip_filter_module.c	/^static ngx_command_t  ngx_http_gunzip_filter_commands[] = {$/;"	v	file:
ngx_http_gunzip_filter_free	src/http/modules/ngx_http_gunzip_filter_module.c	/^ngx_http_gunzip_filter_free(void *opaque, void *address)$/;"	f	file:
ngx_http_gunzip_filter_get_buf	src/http/modules/ngx_http_gunzip_filter_module.c	/^ngx_http_gunzip_filter_get_buf(ngx_http_request_t *r,$/;"	f	file:
ngx_http_gunzip_filter_inflate	src/http/modules/ngx_http_gunzip_filter_module.c	/^ngx_http_gunzip_filter_inflate(ngx_http_request_t *r,$/;"	f	file:
ngx_http_gunzip_filter_inflate_end	src/http/modules/ngx_http_gunzip_filter_module.c	/^ngx_http_gunzip_filter_inflate_end(ngx_http_request_t *r,$/;"	f	file:
ngx_http_gunzip_filter_inflate_start	src/http/modules/ngx_http_gunzip_filter_module.c	/^ngx_http_gunzip_filter_inflate_start(ngx_http_request_t *r,$/;"	f	file:
ngx_http_gunzip_filter_init	src/http/modules/ngx_http_gunzip_filter_module.c	/^ngx_http_gunzip_filter_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_gunzip_filter_module	src/http/modules/ngx_http_gunzip_filter_module.c	/^ngx_module_t  ngx_http_gunzip_filter_module = {$/;"	v
ngx_http_gunzip_filter_module_ctx	src/http/modules/ngx_http_gunzip_filter_module.c	/^static ngx_http_module_t  ngx_http_gunzip_filter_module_ctx = {$/;"	v	file:
ngx_http_gunzip_header_filter	src/http/modules/ngx_http_gunzip_filter_module.c	/^ngx_http_gunzip_header_filter(ngx_http_request_t *r)$/;"	f	file:
ngx_http_gunzip_merge_conf	src/http/modules/ngx_http_gunzip_filter_module.c	/^ngx_http_gunzip_merge_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_gzip_accept_encoding	src/http/ngx_http_core_module.c	/^ngx_http_gzip_accept_encoding(ngx_str_t *ae)$/;"	f	file:
ngx_http_gzip_add_variables	src/http/modules/ngx_http_gzip_filter_module.c	/^ngx_http_gzip_add_variables(ngx_conf_t *cf)$/;"	f	file:
ngx_http_gzip_body_filter	src/http/modules/ngx_http_gzip_filter_module.c	/^ngx_http_gzip_body_filter(ngx_http_request_t *r, ngx_chain_t *in)$/;"	f	file:
ngx_http_gzip_comp_level_bounds	src/http/modules/ngx_http_gzip_filter_module.c	/^static ngx_conf_num_bounds_t  ngx_http_gzip_comp_level_bounds = {$/;"	v	file:
ngx_http_gzip_conf_t	src/http/modules/ngx_http_gzip_filter_module.c	/^} ngx_http_gzip_conf_t;$/;"	t	typeref:struct:__anon88	file:
ngx_http_gzip_create_conf	src/http/modules/ngx_http_gzip_filter_module.c	/^ngx_http_gzip_create_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_gzip_ctx_t	src/http/modules/ngx_http_gzip_filter_module.c	/^} ngx_http_gzip_ctx_t;$/;"	t	typeref:struct:__anon89	file:
ngx_http_gzip_disable	src/http/ngx_http_core_module.c	/^ngx_http_gzip_disable(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_gzip_filter_add_data	src/http/modules/ngx_http_gzip_filter_module.c	/^ngx_http_gzip_filter_add_data(ngx_http_request_t *r, ngx_http_gzip_ctx_t *ctx)$/;"	f	file:
ngx_http_gzip_filter_alloc	src/http/modules/ngx_http_gzip_filter_module.c	/^ngx_http_gzip_filter_alloc(void *opaque, u_int items, u_int size)$/;"	f	file:
ngx_http_gzip_filter_buffer	src/http/modules/ngx_http_gzip_filter_module.c	/^ngx_http_gzip_filter_buffer(ngx_http_gzip_ctx_t *ctx, ngx_chain_t *in)$/;"	f	file:
ngx_http_gzip_filter_commands	src/http/modules/ngx_http_gzip_filter_module.c	/^static ngx_command_t  ngx_http_gzip_filter_commands[] = {$/;"	v	file:
ngx_http_gzip_filter_deflate	src/http/modules/ngx_http_gzip_filter_module.c	/^ngx_http_gzip_filter_deflate(ngx_http_request_t *r, ngx_http_gzip_ctx_t *ctx)$/;"	f	file:
ngx_http_gzip_filter_deflate_end	src/http/modules/ngx_http_gzip_filter_module.c	/^ngx_http_gzip_filter_deflate_end(ngx_http_request_t *r,$/;"	f	file:
ngx_http_gzip_filter_deflate_start	src/http/modules/ngx_http_gzip_filter_module.c	/^ngx_http_gzip_filter_deflate_start(ngx_http_request_t *r,$/;"	f	file:
ngx_http_gzip_filter_free	src/http/modules/ngx_http_gzip_filter_module.c	/^ngx_http_gzip_filter_free(void *opaque, void *address)$/;"	f	file:
ngx_http_gzip_filter_free_copy_buf	src/http/modules/ngx_http_gzip_filter_module.c	/^ngx_http_gzip_filter_free_copy_buf(ngx_http_request_t *r,$/;"	f	file:
ngx_http_gzip_filter_get_buf	src/http/modules/ngx_http_gzip_filter_module.c	/^ngx_http_gzip_filter_get_buf(ngx_http_request_t *r, ngx_http_gzip_ctx_t *ctx)$/;"	f	file:
ngx_http_gzip_filter_gzheader	src/http/modules/ngx_http_gzip_filter_module.c	/^ngx_http_gzip_filter_gzheader(ngx_http_request_t *r, ngx_http_gzip_ctx_t *ctx)$/;"	f	file:
ngx_http_gzip_filter_init	src/http/modules/ngx_http_gzip_filter_module.c	/^ngx_http_gzip_filter_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_gzip_filter_memory	src/http/modules/ngx_http_gzip_filter_module.c	/^ngx_http_gzip_filter_memory(ngx_http_request_t *r, ngx_http_gzip_ctx_t *ctx)$/;"	f	file:
ngx_http_gzip_filter_module	src/http/modules/ngx_http_gzip_filter_module.c	/^ngx_module_t  ngx_http_gzip_filter_module = {$/;"	v
ngx_http_gzip_filter_module_ctx	src/http/modules/ngx_http_gzip_filter_module.c	/^static ngx_http_module_t  ngx_http_gzip_filter_module_ctx = {$/;"	v	file:
ngx_http_gzip_hash	src/http/modules/ngx_http_gzip_filter_module.c	/^ngx_http_gzip_hash(ngx_conf_t *cf, void *post, void *data)$/;"	f	file:
ngx_http_gzip_hash_p	src/http/modules/ngx_http_gzip_filter_module.c	/^static ngx_conf_post_handler_pt  ngx_http_gzip_hash_p = ngx_http_gzip_hash;$/;"	v	file:
ngx_http_gzip_header_filter	src/http/modules/ngx_http_gzip_filter_module.c	/^ngx_http_gzip_header_filter(ngx_http_request_t *r)$/;"	f	file:
ngx_http_gzip_http_version	src/http/ngx_http_core_module.c	/^static ngx_conf_enum_t  ngx_http_gzip_http_version[] = {$/;"	v	file:
ngx_http_gzip_merge_conf	src/http/modules/ngx_http_gzip_filter_module.c	/^ngx_http_gzip_merge_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_gzip_no_cache	src/http/ngx_http_core_module.c	/^static ngx_str_t  ngx_http_gzip_no_cache = ngx_string("no-cache");$/;"	v	file:
ngx_http_gzip_no_store	src/http/ngx_http_core_module.c	/^static ngx_str_t  ngx_http_gzip_no_store = ngx_string("no-store");$/;"	v	file:
ngx_http_gzip_ok	src/http/ngx_http_core_module.c	/^ngx_http_gzip_ok(ngx_http_request_t *r)$/;"	f
ngx_http_gzip_private	src/http/ngx_http_core_module.c	/^static ngx_str_t  ngx_http_gzip_private = ngx_string("private");$/;"	v	file:
ngx_http_gzip_proxied_mask	src/http/ngx_http_core_module.c	/^static ngx_conf_bitmask_t  ngx_http_gzip_proxied_mask[] = {$/;"	v	file:
ngx_http_gzip_quantity	src/http/ngx_http_core_module.c	/^ngx_http_gzip_quantity(u_char *p, u_char *last)$/;"	f
ngx_http_gzip_ratio	src/http/modules/ngx_http_gzip_filter_module.c	/^static ngx_str_t  ngx_http_gzip_ratio = ngx_string("gzip_ratio");$/;"	v	file:
ngx_http_gzip_ratio_variable	src/http/modules/ngx_http_gzip_filter_module.c	/^ngx_http_gzip_ratio_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_gzip_static	src/http/modules/ngx_http_gzip_static_module.c	/^static ngx_conf_enum_t  ngx_http_gzip_static[] = {$/;"	v	file:
ngx_http_gzip_static_commands	src/http/modules/ngx_http_gzip_static_module.c	/^static ngx_command_t  ngx_http_gzip_static_commands[] = {$/;"	v	file:
ngx_http_gzip_static_conf_t	src/http/modules/ngx_http_gzip_static_module.c	/^} ngx_http_gzip_static_conf_t;$/;"	t	typeref:struct:__anon139	file:
ngx_http_gzip_static_create_conf	src/http/modules/ngx_http_gzip_static_module.c	/^ngx_http_gzip_static_create_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_gzip_static_handler	src/http/modules/ngx_http_gzip_static_module.c	/^ngx_http_gzip_static_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_gzip_static_init	src/http/modules/ngx_http_gzip_static_module.c	/^ngx_http_gzip_static_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_gzip_static_merge_conf	src/http/modules/ngx_http_gzip_static_module.c	/^ngx_http_gzip_static_merge_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_gzip_static_module	src/http/modules/ngx_http_gzip_static_module.c	/^ngx_module_t  ngx_http_gzip_static_module = {$/;"	v
ngx_http_gzip_static_module_ctx	src/http/modules/ngx_http_gzip_static_module.c	/^ngx_http_module_t  ngx_http_gzip_static_module_ctx = {$/;"	v
ngx_http_gzip_window	src/http/modules/ngx_http_gzip_filter_module.c	/^ngx_http_gzip_window(ngx_conf_t *cf, void *post, void *data)$/;"	f	file:
ngx_http_gzip_window_p	src/http/modules/ngx_http_gzip_filter_module.c	/^static ngx_conf_post_handler_pt  ngx_http_gzip_window_p = ngx_http_gzip_window;$/;"	v	file:
ngx_http_handler	src/http/ngx_http_core_module.c	/^ngx_http_handler(ngx_http_request_t *r)$/;"	f
ngx_http_handler_pt	src/http/ngx_http_request.h	/^typedef ngx_int_t (*ngx_http_handler_pt)(ngx_http_request_t *r);$/;"	t
ngx_http_header_filter	src/http/ngx_http_header_filter_module.c	/^ngx_http_header_filter(ngx_http_request_t *r)$/;"	f	file:
ngx_http_header_filter_init	src/http/ngx_http_header_filter_module.c	/^ngx_http_header_filter_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_header_filter_module	src/http/ngx_http_header_filter_module.c	/^ngx_module_t  ngx_http_header_filter_module = {$/;"	v
ngx_http_header_filter_module_ctx	src/http/ngx_http_header_filter_module.c	/^static ngx_http_module_t  ngx_http_header_filter_module_ctx = {$/;"	v	file:
ngx_http_header_handler_pt	src/http/ngx_http.h	/^typedef ngx_int_t (*ngx_http_header_handler_pt)(ngx_http_request_t *r,$/;"	t
ngx_http_header_out_t	src/http/ngx_http_request.h	/^} ngx_http_header_out_t;$/;"	t	typeref:struct:__anon233
ngx_http_header_t	src/http/ngx_http_request.h	/^} ngx_http_header_t;$/;"	t	typeref:struct:__anon232
ngx_http_header_val_s	src/http/modules/ngx_http_headers_filter_module.c	/^struct ngx_http_header_val_s {$/;"	s	file:
ngx_http_header_val_t	src/http/modules/ngx_http_headers_filter_module.c	/^typedef struct ngx_http_header_val_s  ngx_http_header_val_t;$/;"	t	typeref:struct:ngx_http_header_val_s	file:
ngx_http_headers_add	src/http/modules/ngx_http_headers_filter_module.c	/^ngx_http_headers_add(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_headers_conf_t	src/http/modules/ngx_http_headers_filter_module.c	/^} ngx_http_headers_conf_t;$/;"	t	typeref:struct:__anon138	file:
ngx_http_headers_create_conf	src/http/modules/ngx_http_headers_filter_module.c	/^ngx_http_headers_create_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_headers_expires	src/http/modules/ngx_http_headers_filter_module.c	/^ngx_http_headers_expires(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_headers_filter	src/http/modules/ngx_http_headers_filter_module.c	/^ngx_http_headers_filter(ngx_http_request_t *r)$/;"	f	file:
ngx_http_headers_filter_commands	src/http/modules/ngx_http_headers_filter_module.c	/^static ngx_command_t  ngx_http_headers_filter_commands[] = {$/;"	v	file:
ngx_http_headers_filter_init	src/http/modules/ngx_http_headers_filter_module.c	/^ngx_http_headers_filter_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_headers_filter_module	src/http/modules/ngx_http_headers_filter_module.c	/^ngx_module_t  ngx_http_headers_filter_module = {$/;"	v
ngx_http_headers_filter_module_ctx	src/http/modules/ngx_http_headers_filter_module.c	/^static ngx_http_module_t  ngx_http_headers_filter_module_ctx = {$/;"	v	file:
ngx_http_headers_in	src/http/ngx_http_request.c	/^ngx_http_header_t  ngx_http_headers_in[] = {$/;"	v
ngx_http_headers_in_t	src/http/ngx_http_request.h	/^} ngx_http_headers_in_t;$/;"	t	typeref:struct:__anon234
ngx_http_headers_merge_conf	src/http/modules/ngx_http_headers_filter_module.c	/^ngx_http_headers_merge_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_headers_out	src/http/ngx_http_header_filter_module.c	/^ngx_http_header_out_t  ngx_http_headers_out[] = {$/;"	v
ngx_http_headers_out_t	src/http/ngx_http_request.h	/^} ngx_http_headers_out_t;$/;"	t	typeref:struct:__anon235
ngx_http_html_default_types	src/http/ngx_http.c	/^ngx_str_t  ngx_http_html_default_types[] = {$/;"	v
ngx_http_image_asis	src/http/modules/ngx_http_image_filter_module.c	/^ngx_http_image_asis(ngx_http_request_t *r, ngx_http_image_filter_ctx_t *ctx)$/;"	f	file:
ngx_http_image_body_filter	src/http/modules/ngx_http_image_filter_module.c	/^ngx_http_image_body_filter(ngx_http_request_t *r, ngx_chain_t *in)$/;"	f	file:
ngx_http_image_cleanup	src/http/modules/ngx_http_image_filter_module.c	/^ngx_http_image_cleanup(void *data)$/;"	f	file:
ngx_http_image_filter	src/http/modules/ngx_http_image_filter_module.c	/^ngx_http_image_filter(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_image_filter_commands	src/http/modules/ngx_http_image_filter_module.c	/^static ngx_command_t  ngx_http_image_filter_commands[] = {$/;"	v	file:
ngx_http_image_filter_conf_t	src/http/modules/ngx_http_image_filter_module.c	/^} ngx_http_image_filter_conf_t;$/;"	t	typeref:struct:__anon74	file:
ngx_http_image_filter_create_conf	src/http/modules/ngx_http_image_filter_module.c	/^ngx_http_image_filter_create_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_image_filter_ctx_t	src/http/modules/ngx_http_image_filter_module.c	/^} ngx_http_image_filter_ctx_t;$/;"	t	typeref:struct:__anon75	file:
ngx_http_image_filter_get_value	src/http/modules/ngx_http_image_filter_module.c	/^ngx_http_image_filter_get_value(ngx_http_request_t *r,$/;"	f	file:
ngx_http_image_filter_init	src/http/modules/ngx_http_image_filter_module.c	/^ngx_http_image_filter_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_image_filter_jpeg_quality	src/http/modules/ngx_http_image_filter_module.c	/^ngx_http_image_filter_jpeg_quality(ngx_conf_t *cf, ngx_command_t *cmd,$/;"	f	file:
ngx_http_image_filter_merge_conf	src/http/modules/ngx_http_image_filter_module.c	/^ngx_http_image_filter_merge_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_image_filter_module	src/http/modules/ngx_http_image_filter_module.c	/^ngx_module_t  ngx_http_image_filter_module = {$/;"	v
ngx_http_image_filter_module_ctx	src/http/modules/ngx_http_image_filter_module.c	/^static ngx_http_module_t  ngx_http_image_filter_module_ctx = {$/;"	v	file:
ngx_http_image_filter_sharpen	src/http/modules/ngx_http_image_filter_module.c	/^ngx_http_image_filter_sharpen(ngx_conf_t *cf, ngx_command_t *cmd,$/;"	f	file:
ngx_http_image_filter_value	src/http/modules/ngx_http_image_filter_module.c	/^ngx_http_image_filter_value(ngx_str_t *value)$/;"	f	file:
ngx_http_image_header_filter	src/http/modules/ngx_http_image_filter_module.c	/^ngx_http_image_header_filter(ngx_http_request_t *r)$/;"	f	file:
ngx_http_image_json	src/http/modules/ngx_http_image_filter_module.c	/^ngx_http_image_json(ngx_http_request_t *r, ngx_http_image_filter_ctx_t *ctx)$/;"	f	file:
ngx_http_image_length	src/http/modules/ngx_http_image_filter_module.c	/^ngx_http_image_length(ngx_http_request_t *r, ngx_buf_t *b)$/;"	f	file:
ngx_http_image_new	src/http/modules/ngx_http_image_filter_module.c	/^ngx_http_image_new(ngx_http_request_t *r, int w, int h, int colors)$/;"	f	file:
ngx_http_image_out	src/http/modules/ngx_http_image_filter_module.c	/^ngx_http_image_out(ngx_http_request_t *r, ngx_uint_t type, gdImagePtr img,$/;"	f	file:
ngx_http_image_process	src/http/modules/ngx_http_image_filter_module.c	/^ngx_http_image_process(ngx_http_request_t *r)$/;"	f	file:
ngx_http_image_read	src/http/modules/ngx_http_image_filter_module.c	/^ngx_http_image_read(ngx_http_request_t *r, ngx_chain_t *in)$/;"	f	file:
ngx_http_image_resize	src/http/modules/ngx_http_image_filter_module.c	/^ngx_http_image_resize(ngx_http_request_t *r, ngx_http_image_filter_ctx_t *ctx)$/;"	f	file:
ngx_http_image_send	src/http/modules/ngx_http_image_filter_module.c	/^ngx_http_image_send(ngx_http_request_t *r, ngx_http_image_filter_ctx_t *ctx,$/;"	f	file:
ngx_http_image_size	src/http/modules/ngx_http_image_filter_module.c	/^ngx_http_image_size(ngx_http_request_t *r, ngx_http_image_filter_ctx_t *ctx)$/;"	f	file:
ngx_http_image_source	src/http/modules/ngx_http_image_filter_module.c	/^ngx_http_image_source(ngx_http_request_t *r, ngx_http_image_filter_ctx_t *ctx)$/;"	f	file:
ngx_http_image_test	src/http/modules/ngx_http_image_filter_module.c	/^ngx_http_image_test(ngx_http_request_t *r, ngx_chain_t *in)$/;"	f	file:
ngx_http_image_types	src/http/modules/ngx_http_image_filter_module.c	/^static ngx_str_t  ngx_http_image_types[] = {$/;"	v	file:
ngx_http_in6_addr_t	src/http/ngx_http_core_module.h	/^} ngx_http_in6_addr_t;$/;"	t	typeref:struct:__anon177
ngx_http_in_addr_t	src/http/ngx_http_core_module.h	/^} ngx_http_in_addr_t;$/;"	t	typeref:struct:__anon176
ngx_http_index_commands	src/http/modules/ngx_http_index_module.c	/^static ngx_command_t  ngx_http_index_commands[] = {$/;"	v	file:
ngx_http_index_create_loc_conf	src/http/modules/ngx_http_index_module.c	/^ngx_http_index_create_loc_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_index_error	src/http/modules/ngx_http_index_module.c	/^ngx_http_index_error(ngx_http_request_t *r, ngx_http_core_loc_conf_t  *clcf,$/;"	f	file:
ngx_http_index_handler	src/http/modules/ngx_http_index_module.c	/^ngx_http_index_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_index_init	src/http/modules/ngx_http_index_module.c	/^ngx_http_index_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_index_loc_conf_t	src/http/modules/ngx_http_index_module.c	/^} ngx_http_index_loc_conf_t;$/;"	t	typeref:struct:__anon26	file:
ngx_http_index_merge_loc_conf	src/http/modules/ngx_http_index_module.c	/^ngx_http_index_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_index_module	src/http/modules/ngx_http_index_module.c	/^ngx_module_t  ngx_http_index_module = {$/;"	v
ngx_http_index_module_ctx	src/http/modules/ngx_http_index_module.c	/^static ngx_http_module_t  ngx_http_index_module_ctx = {$/;"	v	file:
ngx_http_index_set_index	src/http/modules/ngx_http_index_module.c	/^ngx_http_index_set_index(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_index_t	src/http/modules/ngx_http_index_module.c	/^} ngx_http_index_t;$/;"	t	typeref:struct:__anon25	file:
ngx_http_index_test_dir	src/http/modules/ngx_http_index_module.c	/^ngx_http_index_test_dir(ngx_http_request_t *r, ngx_http_core_loc_conf_t *clcf,$/;"	f	file:
ngx_http_init_connection	src/http/ngx_http_request.c	/^ngx_http_init_connection(ngx_connection_t *c)$/;"	f
ngx_http_init_headers_in_hash	src/http/ngx_http.c	/^ngx_http_init_headers_in_hash(ngx_conf_t *cf, ngx_http_core_main_conf_t *cmcf)$/;"	f	file:
ngx_http_init_listening	src/http/ngx_http.c	/^ngx_http_init_listening(ngx_conf_t *cf, ngx_http_conf_port_t *port)$/;"	f	file:
ngx_http_init_locations	src/http/ngx_http.c	/^ngx_http_init_locations(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf,$/;"	f	file:
ngx_http_init_phase_handlers	src/http/ngx_http.c	/^ngx_http_init_phase_handlers(ngx_conf_t *cf, ngx_http_core_main_conf_t *cmcf)$/;"	f	file:
ngx_http_init_phases	src/http/ngx_http.c	/^ngx_http_init_phases(ngx_conf_t *cf, ngx_http_core_main_conf_t *cmcf)$/;"	f	file:
ngx_http_init_static_location_trees	src/http/ngx_http.c	/^ngx_http_init_static_location_trees(ngx_conf_t *cf,$/;"	f	file:
ngx_http_internal_redirect	src/http/ngx_http_core_module.c	/^ngx_http_internal_redirect(ngx_http_request_t *r,$/;"	f
ngx_http_join_exact_locations	src/http/ngx_http.c	/^ngx_http_join_exact_locations(ngx_conf_t *cf, ngx_queue_t *locations)$/;"	f	file:
ngx_http_keepalive_handler	src/http/ngx_http_request.c	/^ngx_http_keepalive_handler(ngx_event_t *rev)$/;"	f	file:
ngx_http_limit_conn	src/http/modules/ngx_http_limit_conn_module.c	/^ngx_http_limit_conn(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_limit_conn_cleanup	src/http/modules/ngx_http_limit_conn_module.c	/^ngx_http_limit_conn_cleanup(void *data)$/;"	f	file:
ngx_http_limit_conn_cleanup_all	src/http/modules/ngx_http_limit_conn_module.c	/^ngx_http_limit_conn_cleanup_all(ngx_pool_t *pool)$/;"	f	file:
ngx_http_limit_conn_cleanup_t	src/http/modules/ngx_http_limit_conn_module.c	/^} ngx_http_limit_conn_cleanup_t;$/;"	t	typeref:struct:__anon19	file:
ngx_http_limit_conn_commands	src/http/modules/ngx_http_limit_conn_module.c	/^static ngx_command_t  ngx_http_limit_conn_commands[] = {$/;"	v	file:
ngx_http_limit_conn_conf_t	src/http/modules/ngx_http_limit_conn_module.c	/^} ngx_http_limit_conn_conf_t;$/;"	t	typeref:struct:__anon22	file:
ngx_http_limit_conn_create_conf	src/http/modules/ngx_http_limit_conn_module.c	/^ngx_http_limit_conn_create_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_limit_conn_ctx_t	src/http/modules/ngx_http_limit_conn_module.c	/^} ngx_http_limit_conn_ctx_t;$/;"	t	typeref:struct:__anon20	file:
ngx_http_limit_conn_handler	src/http/modules/ngx_http_limit_conn_module.c	/^ngx_http_limit_conn_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_limit_conn_init	src/http/modules/ngx_http_limit_conn_module.c	/^ngx_http_limit_conn_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_limit_conn_init_zone	src/http/modules/ngx_http_limit_conn_module.c	/^ngx_http_limit_conn_init_zone(ngx_shm_zone_t *shm_zone, void *data)$/;"	f	file:
ngx_http_limit_conn_limit_t	src/http/modules/ngx_http_limit_conn_module.c	/^} ngx_http_limit_conn_limit_t;$/;"	t	typeref:struct:__anon21	file:
ngx_http_limit_conn_log_levels	src/http/modules/ngx_http_limit_conn_module.c	/^static ngx_conf_enum_t  ngx_http_limit_conn_log_levels[] = {$/;"	v	file:
ngx_http_limit_conn_lookup	src/http/modules/ngx_http_limit_conn_module.c	/^ngx_http_limit_conn_lookup(ngx_rbtree_t *rbtree, ngx_http_variable_value_t *vv,$/;"	f	file:
ngx_http_limit_conn_merge_conf	src/http/modules/ngx_http_limit_conn_module.c	/^ngx_http_limit_conn_merge_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_limit_conn_module	src/http/modules/ngx_http_limit_conn_module.c	/^ngx_module_t  ngx_http_limit_conn_module = {$/;"	v
ngx_http_limit_conn_module_ctx	src/http/modules/ngx_http_limit_conn_module.c	/^static ngx_http_module_t  ngx_http_limit_conn_module_ctx = {$/;"	v	file:
ngx_http_limit_conn_node_t	src/http/modules/ngx_http_limit_conn_module.c	/^} ngx_http_limit_conn_node_t;$/;"	t	typeref:struct:__anon18	file:
ngx_http_limit_conn_rbtree_insert_value	src/http/modules/ngx_http_limit_conn_module.c	/^ngx_http_limit_conn_rbtree_insert_value(ngx_rbtree_node_t *temp,$/;"	f	file:
ngx_http_limit_conn_status_bounds	src/http/modules/ngx_http_limit_conn_module.c	/^static ngx_conf_num_bounds_t  ngx_http_limit_conn_status_bounds = {$/;"	v	file:
ngx_http_limit_conn_zone	src/http/modules/ngx_http_limit_conn_module.c	/^ngx_http_limit_conn_zone(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_limit_req	src/http/modules/ngx_http_limit_req_module.c	/^ngx_http_limit_req(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_limit_req_account	src/http/modules/ngx_http_limit_req_module.c	/^ngx_http_limit_req_account(ngx_http_limit_req_limit_t *limits, ngx_uint_t n,$/;"	f	file:
ngx_http_limit_req_commands	src/http/modules/ngx_http_limit_req_module.c	/^static ngx_command_t  ngx_http_limit_req_commands[] = {$/;"	v	file:
ngx_http_limit_req_conf_t	src/http/modules/ngx_http_limit_req_module.c	/^} ngx_http_limit_req_conf_t;$/;"	t	typeref:struct:__anon35	file:
ngx_http_limit_req_create_conf	src/http/modules/ngx_http_limit_req_module.c	/^ngx_http_limit_req_create_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_limit_req_ctx_t	src/http/modules/ngx_http_limit_req_module.c	/^} ngx_http_limit_req_ctx_t;$/;"	t	typeref:struct:__anon33	file:
ngx_http_limit_req_delay	src/http/modules/ngx_http_limit_req_module.c	/^ngx_http_limit_req_delay(ngx_http_request_t *r)$/;"	f	file:
ngx_http_limit_req_expire	src/http/modules/ngx_http_limit_req_module.c	/^ngx_http_limit_req_expire(ngx_http_limit_req_ctx_t *ctx, ngx_uint_t n)$/;"	f	file:
ngx_http_limit_req_handler	src/http/modules/ngx_http_limit_req_module.c	/^ngx_http_limit_req_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_limit_req_init	src/http/modules/ngx_http_limit_req_module.c	/^ngx_http_limit_req_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_limit_req_init_zone	src/http/modules/ngx_http_limit_req_module.c	/^ngx_http_limit_req_init_zone(ngx_shm_zone_t *shm_zone, void *data)$/;"	f	file:
ngx_http_limit_req_limit_t	src/http/modules/ngx_http_limit_req_module.c	/^} ngx_http_limit_req_limit_t;$/;"	t	typeref:struct:__anon34	file:
ngx_http_limit_req_log_levels	src/http/modules/ngx_http_limit_req_module.c	/^static ngx_conf_enum_t  ngx_http_limit_req_log_levels[] = {$/;"	v	file:
ngx_http_limit_req_lookup	src/http/modules/ngx_http_limit_req_module.c	/^ngx_http_limit_req_lookup(ngx_http_limit_req_limit_t *limit, ngx_uint_t hash,$/;"	f	file:
ngx_http_limit_req_merge_conf	src/http/modules/ngx_http_limit_req_module.c	/^ngx_http_limit_req_merge_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_limit_req_module	src/http/modules/ngx_http_limit_req_module.c	/^ngx_module_t  ngx_http_limit_req_module = {$/;"	v
ngx_http_limit_req_module_ctx	src/http/modules/ngx_http_limit_req_module.c	/^static ngx_http_module_t  ngx_http_limit_req_module_ctx = {$/;"	v	file:
ngx_http_limit_req_node_t	src/http/modules/ngx_http_limit_req_module.c	/^} ngx_http_limit_req_node_t;$/;"	t	typeref:struct:__anon31	file:
ngx_http_limit_req_rbtree_insert_value	src/http/modules/ngx_http_limit_req_module.c	/^ngx_http_limit_req_rbtree_insert_value(ngx_rbtree_node_t *temp,$/;"	f	file:
ngx_http_limit_req_shctx_t	src/http/modules/ngx_http_limit_req_module.c	/^} ngx_http_limit_req_shctx_t;$/;"	t	typeref:struct:__anon32	file:
ngx_http_limit_req_status_bounds	src/http/modules/ngx_http_limit_req_module.c	/^static ngx_conf_num_bounds_t  ngx_http_limit_req_status_bounds = {$/;"	v	file:
ngx_http_limit_req_zone	src/http/modules/ngx_http_limit_req_module.c	/^ngx_http_limit_req_zone(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_limit_zone	src/http/modules/ngx_http_limit_conn_module.c	/^ngx_http_limit_zone(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_lingering_close_handler	src/http/ngx_http_request.c	/^ngx_http_lingering_close_handler(ngx_event_t *rev)$/;"	f	file:
ngx_http_listen_opt_t	src/http/ngx_http_core_module.h	/^} ngx_http_listen_opt_t;$/;"	t	typeref:struct:__anon167
ngx_http_location_queue_t	src/http/ngx_http_core_module.h	/^} ngx_http_location_queue_t;$/;"	t	typeref:struct:__anon183
ngx_http_location_tree_node_s	src/http/ngx_http_core_module.h	/^struct ngx_http_location_tree_node_s {$/;"	s
ngx_http_location_tree_node_t	src/http/ngx_http_core_module.h	/^typedef struct ngx_http_location_tree_node_s  ngx_http_location_tree_node_t;$/;"	t	typeref:struct:ngx_http_location_tree_node_s
ngx_http_log_body_bytes_sent	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_body_bytes_sent(ngx_http_request_t *r, u_char *buf,$/;"	f	file:
ngx_http_log_buf_t	src/http/modules/ngx_http_log_module.c	/^} ngx_http_log_buf_t;$/;"	t	typeref:struct:__anon81	file:
ngx_http_log_bytes_sent	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_bytes_sent(ngx_http_request_t *r, u_char *buf,$/;"	f	file:
ngx_http_log_commands	src/http/modules/ngx_http_log_module.c	/^static ngx_command_t  ngx_http_log_commands[] = {$/;"	v	file:
ngx_http_log_compile_format	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_compile_format(ngx_conf_t *cf, ngx_array_t *flushes,$/;"	f	file:
ngx_http_log_copy_long	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_copy_long(ngx_http_request_t *r, u_char *buf,$/;"	f	file:
ngx_http_log_copy_short	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_copy_short(ngx_http_request_t *r, u_char *buf,$/;"	f	file:
ngx_http_log_create_loc_conf	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_create_loc_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_log_create_main_conf	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_create_main_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_log_ctx_s	src/http/ngx_http.h	/^struct ngx_http_log_ctx_s {$/;"	s
ngx_http_log_ctx_t	src/http/ngx_http.h	/^typedef struct ngx_http_log_ctx_s     ngx_http_log_ctx_t;$/;"	t	typeref:struct:ngx_http_log_ctx_s
ngx_http_log_error	src/http/ngx_http_request.c	/^ngx_http_log_error(ngx_log_t *log, u_char *buf, size_t len)$/;"	f	file:
ngx_http_log_error_handler	src/http/ngx_http_request.c	/^ngx_http_log_error_handler(ngx_http_request_t *r, ngx_http_request_t *sr,$/;"	f	file:
ngx_http_log_escape	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_escape(u_char *dst, u_char *src, size_t size)$/;"	f	file:
ngx_http_log_flush	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_flush(ngx_open_file_t *file, ngx_log_t *log)$/;"	f	file:
ngx_http_log_flush_handler	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_flush_handler(ngx_event_t *ev)$/;"	f	file:
ngx_http_log_fmt_t	src/http/modules/ngx_http_log_module.c	/^} ngx_http_log_fmt_t;$/;"	t	typeref:struct:__anon79	file:
ngx_http_log_gzip	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_gzip(ngx_fd_t fd, u_char *buf, size_t len, ngx_int_t level,$/;"	f	file:
ngx_http_log_gzip_alloc	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_gzip_alloc(void *opaque, u_int items, u_int size)$/;"	f	file:
ngx_http_log_gzip_free	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_gzip_free(void *opaque, void *address)$/;"	f	file:
ngx_http_log_handler	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_log_handler_pt	src/http/ngx_http.h	/^typedef u_char *(*ngx_http_log_handler_pt)(ngx_http_request_t *r,$/;"	t
ngx_http_log_init	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_log_iso8601	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_iso8601(ngx_http_request_t *r, u_char *buf, ngx_http_log_op_t *op)$/;"	f	file:
ngx_http_log_loc_conf_t	src/http/modules/ngx_http_log_module.c	/^} ngx_http_log_loc_conf_t;$/;"	t	typeref:struct:__anon84	file:
ngx_http_log_main_conf_t	src/http/modules/ngx_http_log_module.c	/^} ngx_http_log_main_conf_t;$/;"	t	typeref:struct:__anon80	file:
ngx_http_log_merge_loc_conf	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_log_module	src/http/modules/ngx_http_log_module.c	/^ngx_module_t  ngx_http_log_module = {$/;"	v
ngx_http_log_module_ctx	src/http/modules/ngx_http_log_module.c	/^static ngx_http_module_t  ngx_http_log_module_ctx = {$/;"	v	file:
ngx_http_log_msec	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_msec(ngx_http_request_t *r, u_char *buf, ngx_http_log_op_t *op)$/;"	f	file:
ngx_http_log_op_getlen_pt	src/http/modules/ngx_http_log_module.c	/^typedef size_t (*ngx_http_log_op_getlen_pt) (ngx_http_request_t *r,$/;"	t	file:
ngx_http_log_op_run_pt	src/http/modules/ngx_http_log_module.c	/^typedef u_char *(*ngx_http_log_op_run_pt) (ngx_http_request_t *r, u_char *buf,$/;"	t	file:
ngx_http_log_op_s	src/http/modules/ngx_http_log_module.c	/^struct ngx_http_log_op_s {$/;"	s	file:
ngx_http_log_op_t	src/http/modules/ngx_http_log_module.c	/^typedef struct ngx_http_log_op_s  ngx_http_log_op_t;$/;"	t	typeref:struct:ngx_http_log_op_s	file:
ngx_http_log_open_file_cache	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_open_file_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_log_pipe	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_pipe(ngx_http_request_t *r, u_char *buf, ngx_http_log_op_t *op)$/;"	f	file:
ngx_http_log_request	src/http/ngx_http_request.c	/^ngx_http_log_request(ngx_http_request_t *r)$/;"	f	file:
ngx_http_log_request_length	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_request_length(ngx_http_request_t *r, u_char *buf,$/;"	f	file:
ngx_http_log_request_time	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_request_time(ngx_http_request_t *r, u_char *buf,$/;"	f	file:
ngx_http_log_script_t	src/http/modules/ngx_http_log_module.c	/^} ngx_http_log_script_t;$/;"	t	typeref:struct:__anon82	file:
ngx_http_log_script_write	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_script_write(ngx_http_request_t *r, ngx_http_log_script_t *script,$/;"	f	file:
ngx_http_log_set_format	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_set_format(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_log_set_log	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_set_log(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_log_status	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_status(ngx_http_request_t *r, u_char *buf, ngx_http_log_op_t *op)$/;"	f	file:
ngx_http_log_t	src/http/modules/ngx_http_log_module.c	/^} ngx_http_log_t;$/;"	t	typeref:struct:__anon83	file:
ngx_http_log_time	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_time(ngx_http_request_t *r, u_char *buf, ngx_http_log_op_t *op)$/;"	f	file:
ngx_http_log_var_t	src/http/modules/ngx_http_log_module.c	/^} ngx_http_log_var_t;$/;"	t	typeref:struct:__anon85	file:
ngx_http_log_variable	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_variable(ngx_http_request_t *r, u_char *buf, ngx_http_log_op_t *op)$/;"	f	file:
ngx_http_log_variable_compile	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_variable_compile(ngx_conf_t *cf, ngx_http_log_op_t *op,$/;"	f	file:
ngx_http_log_variable_getlen	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_variable_getlen(ngx_http_request_t *r, uintptr_t data)$/;"	f	file:
ngx_http_log_vars	src/http/modules/ngx_http_log_module.c	/^static ngx_http_log_var_t  ngx_http_log_vars[] = {$/;"	v	file:
ngx_http_log_write	src/http/modules/ngx_http_log_module.c	/^ngx_http_log_write(ngx_http_request_t *r, ngx_http_log_t *log, u_char *buf,$/;"	f	file:
ngx_http_main_request_charset	src/http/modules/ngx_http_charset_filter_module.c	/^ngx_http_main_request_charset(ngx_http_request_t *r, ngx_str_t *src)$/;"	f	file:
ngx_http_map	src/http/modules/ngx_http_map_module.c	/^ngx_http_map(ngx_conf_t *cf, ngx_command_t *dummy, void *conf)$/;"	f	file:
ngx_http_map_block	src/http/modules/ngx_http_map_module.c	/^ngx_http_map_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_map_cmp_dns_wildcards	src/http/modules/ngx_http_map_module.c	/^ngx_http_map_cmp_dns_wildcards(const void *one, const void *two)$/;"	f	file:
ngx_http_map_commands	src/http/modules/ngx_http_map_module.c	/^static ngx_command_t  ngx_http_map_commands[] = {$/;"	v	file:
ngx_http_map_conf_ctx_t	src/http/modules/ngx_http_map_module.c	/^} ngx_http_map_conf_ctx_t;$/;"	t	typeref:struct:__anon131	file:
ngx_http_map_conf_t	src/http/modules/ngx_http_map_module.c	/^} ngx_http_map_conf_t;$/;"	t	typeref:struct:__anon130	file:
ngx_http_map_create_conf	src/http/modules/ngx_http_map_module.c	/^ngx_http_map_create_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_map_ctx_t	src/http/modules/ngx_http_map_module.c	/^} ngx_http_map_ctx_t;$/;"	t	typeref:struct:__anon132	file:
ngx_http_map_find	src/http/ngx_http_variables.c	/^ngx_http_map_find(ngx_http_request_t *r, ngx_http_map_t *map, ngx_str_t *match)$/;"	f
ngx_http_map_module	src/http/modules/ngx_http_map_module.c	/^ngx_module_t  ngx_http_map_module = {$/;"	v
ngx_http_map_module_ctx	src/http/modules/ngx_http_map_module.c	/^static ngx_http_module_t  ngx_http_map_module_ctx = {$/;"	v	file:
ngx_http_map_regex_t	src/http/ngx_http_variables.h	/^} ngx_http_map_regex_t;$/;"	t	typeref:struct:__anon199
ngx_http_map_t	src/http/ngx_http_variables.h	/^} ngx_http_map_t;$/;"	t	typeref:struct:__anon200
ngx_http_map_uri_to_path	src/http/ngx_http_core_module.c	/^ngx_http_map_uri_to_path(ngx_http_request_t *r, ngx_str_t *path,$/;"	f
ngx_http_map_variable	src/http/modules/ngx_http_map_module.c	/^ngx_http_map_variable(ngx_http_request_t *r, ngx_http_variable_value_t *v,$/;"	f	file:
ngx_http_max_module	src/http/ngx_http.c	/^ngx_uint_t   ngx_http_max_module;$/;"	v
ngx_http_memcached_abort_request	src/http/modules/ngx_http_memcached_module.c	/^ngx_http_memcached_abort_request(ngx_http_request_t *r)$/;"	f	file:
ngx_http_memcached_commands	src/http/modules/ngx_http_memcached_module.c	/^static ngx_command_t  ngx_http_memcached_commands[] = {$/;"	v	file:
ngx_http_memcached_create_loc_conf	src/http/modules/ngx_http_memcached_module.c	/^ngx_http_memcached_create_loc_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_memcached_create_request	src/http/modules/ngx_http_memcached_module.c	/^ngx_http_memcached_create_request(ngx_http_request_t *r)$/;"	f	file:
ngx_http_memcached_ctx_t	src/http/modules/ngx_http_memcached_module.c	/^} ngx_http_memcached_ctx_t;$/;"	t	typeref:struct:__anon120	file:
ngx_http_memcached_end	src/http/modules/ngx_http_memcached_module.c	/^static u_char  ngx_http_memcached_end[] = CRLF "END" CRLF;$/;"	v	file:
ngx_http_memcached_filter	src/http/modules/ngx_http_memcached_module.c	/^ngx_http_memcached_filter(void *data, ssize_t bytes)$/;"	f	file:
ngx_http_memcached_filter_init	src/http/modules/ngx_http_memcached_module.c	/^ngx_http_memcached_filter_init(void *data)$/;"	f	file:
ngx_http_memcached_finalize_request	src/http/modules/ngx_http_memcached_module.c	/^ngx_http_memcached_finalize_request(ngx_http_request_t *r, ngx_int_t rc)$/;"	f	file:
ngx_http_memcached_handler	src/http/modules/ngx_http_memcached_module.c	/^ngx_http_memcached_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_memcached_key	src/http/modules/ngx_http_memcached_module.c	/^static ngx_str_t  ngx_http_memcached_key = ngx_string("memcached_key");$/;"	v	file:
ngx_http_memcached_loc_conf_t	src/http/modules/ngx_http_memcached_module.c	/^} ngx_http_memcached_loc_conf_t;$/;"	t	typeref:struct:__anon119	file:
ngx_http_memcached_merge_loc_conf	src/http/modules/ngx_http_memcached_module.c	/^ngx_http_memcached_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_memcached_module	src/http/modules/ngx_http_memcached_module.c	/^ngx_module_t  ngx_http_memcached_module = {$/;"	v
ngx_http_memcached_module_ctx	src/http/modules/ngx_http_memcached_module.c	/^static ngx_http_module_t  ngx_http_memcached_module_ctx = {$/;"	v	file:
ngx_http_memcached_next_upstream_masks	src/http/modules/ngx_http_memcached_module.c	/^static ngx_conf_bitmask_t  ngx_http_memcached_next_upstream_masks[] = {$/;"	v	file:
ngx_http_memcached_pass	src/http/modules/ngx_http_memcached_module.c	/^ngx_http_memcached_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_memcached_process_header	src/http/modules/ngx_http_memcached_module.c	/^ngx_http_memcached_process_header(ngx_http_request_t *r)$/;"	f	file:
ngx_http_memcached_reinit_request	src/http/modules/ngx_http_memcached_module.c	/^ngx_http_memcached_reinit_request(ngx_http_request_t *r)$/;"	f	file:
ngx_http_merge_locations	src/http/ngx_http.c	/^ngx_http_merge_locations(ngx_conf_t *cf, ngx_queue_t *locations,$/;"	f	file:
ngx_http_merge_servers	src/http/ngx_http.c	/^ngx_http_merge_servers(ngx_conf_t *cf, ngx_http_core_main_conf_t *cmcf,$/;"	f	file:
ngx_http_merge_types	src/http/ngx_http.c	/^ngx_http_merge_types(ngx_conf_t *cf, ngx_array_t **keys, ngx_hash_t *types_hash,$/;"	f
ngx_http_method_name_t	src/http/ngx_http_core_module.c	/^} ngx_http_method_name_t;$/;"	t	typeref:struct:__anon205	file:
ngx_http_modern_browser	src/http/modules/ngx_http_browser_module.c	/^ngx_http_modern_browser(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_modern_browser_mask_t	src/http/modules/ngx_http_browser_module.c	/^} ngx_http_modern_browser_mask_t;$/;"	t	typeref:struct:__anon68	file:
ngx_http_modern_browser_masks	src/http/modules/ngx_http_browser_module.c	/^static ngx_http_modern_browser_mask_t  ngx_http_modern_browser_masks[] = {$/;"	v	file:
ngx_http_modern_browser_sort	src/http/modules/ngx_http_browser_module.c	/^ngx_http_modern_browser_sort(const void *one, const void *two)$/;"	f	file:
ngx_http_modern_browser_t	src/http/modules/ngx_http_browser_module.c	/^} ngx_http_modern_browser_t;$/;"	t	typeref:struct:__anon69	file:
ngx_http_modern_browser_value	src/http/modules/ngx_http_browser_module.c	/^ngx_http_modern_browser_value(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_module	src/http/ngx_http.c	/^ngx_module_t  ngx_http_module = {$/;"	v
ngx_http_module_ctx	src/http/ngx_http.c	/^static ngx_core_module_t  ngx_http_module_ctx = {$/;"	v	file:
ngx_http_module_t	src/http/ngx_http_config.h	/^} ngx_http_module_t;$/;"	t	typeref:struct:__anon185
ngx_http_mp4	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_mp4_adjust_co64_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_adjust_co64_atom(ngx_http_mp4_file_t *mp4,$/;"	f	file:
ngx_http_mp4_adjust_stco_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_adjust_stco_atom(ngx_http_mp4_file_t *mp4,$/;"	f	file:
ngx_http_mp4_atom_handler_t	src/http/modules/ngx_http_mp4_module.c	/^} ngx_http_mp4_atom_handler_t;$/;"	t	typeref:struct:__anon100	file:
ngx_http_mp4_atoms	src/http/modules/ngx_http_mp4_module.c	/^static ngx_http_mp4_atom_handler_t  ngx_http_mp4_atoms[] = {$/;"	v	file:
ngx_http_mp4_commands	src/http/modules/ngx_http_mp4_module.c	/^static ngx_command_t  ngx_http_mp4_commands[] = {$/;"	v	file:
ngx_http_mp4_conf_t	src/http/modules/ngx_http_mp4_module.c	/^} ngx_http_mp4_conf_t;$/;"	t	typeref:struct:__anon96	file:
ngx_http_mp4_create_conf	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_create_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_mp4_file_t	src/http/modules/ngx_http_mp4_module.c	/^} ngx_http_mp4_file_t;$/;"	t	typeref:struct:__anon99	file:
ngx_http_mp4_handler	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_mp4_mdia_atoms	src/http/modules/ngx_http_mp4_module.c	/^static ngx_http_mp4_atom_handler_t  ngx_http_mp4_mdia_atoms[] = {$/;"	v	file:
ngx_http_mp4_merge_conf	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_merge_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_mp4_minf_atoms	src/http/modules/ngx_http_mp4_module.c	/^static ngx_http_mp4_atom_handler_t  ngx_http_mp4_minf_atoms[] = {$/;"	v	file:
ngx_http_mp4_module	src/http/modules/ngx_http_mp4_module.c	/^ngx_module_t  ngx_http_mp4_module = {$/;"	v
ngx_http_mp4_module_ctx	src/http/modules/ngx_http_mp4_module.c	/^static ngx_http_module_t  ngx_http_mp4_module_ctx = {$/;"	v	file:
ngx_http_mp4_moov_atoms	src/http/modules/ngx_http_mp4_module.c	/^static ngx_http_mp4_atom_handler_t  ngx_http_mp4_moov_atoms[] = {$/;"	v	file:
ngx_http_mp4_process	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_process(ngx_http_mp4_file_t *mp4)$/;"	f	file:
ngx_http_mp4_read	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_read(ngx_http_mp4_file_t *mp4, size_t size)$/;"	f	file:
ngx_http_mp4_read_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_read_atom(ngx_http_mp4_file_t *mp4,$/;"	f	file:
ngx_http_mp4_read_cmov_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_read_cmov_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)$/;"	f	file:
ngx_http_mp4_read_co64_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_read_co64_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)$/;"	f	file:
ngx_http_mp4_read_ctts_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_read_ctts_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)$/;"	f	file:
ngx_http_mp4_read_dinf_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_read_dinf_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)$/;"	f	file:
ngx_http_mp4_read_ftyp_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_read_ftyp_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)$/;"	f	file:
ngx_http_mp4_read_hdlr_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_read_hdlr_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)$/;"	f	file:
ngx_http_mp4_read_mdat_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_read_mdat_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)$/;"	f	file:
ngx_http_mp4_read_mdhd_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_read_mdhd_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)$/;"	f	file:
ngx_http_mp4_read_mdia_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_read_mdia_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)$/;"	f	file:
ngx_http_mp4_read_minf_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_read_minf_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)$/;"	f	file:
ngx_http_mp4_read_moov_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_read_moov_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)$/;"	f	file:
ngx_http_mp4_read_mvhd_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_read_mvhd_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)$/;"	f	file:
ngx_http_mp4_read_smhd_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_read_smhd_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)$/;"	f	file:
ngx_http_mp4_read_stbl_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_read_stbl_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)$/;"	f	file:
ngx_http_mp4_read_stco_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_read_stco_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)$/;"	f	file:
ngx_http_mp4_read_stsc_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_read_stsc_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)$/;"	f	file:
ngx_http_mp4_read_stsd_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_read_stsd_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)$/;"	f	file:
ngx_http_mp4_read_stss_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_read_stss_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)$/;"	f	file:
ngx_http_mp4_read_stsz_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_read_stsz_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)$/;"	f	file:
ngx_http_mp4_read_stts_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_read_stts_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)$/;"	f	file:
ngx_http_mp4_read_tkhd_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_read_tkhd_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)$/;"	f	file:
ngx_http_mp4_read_trak_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_read_trak_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)$/;"	f	file:
ngx_http_mp4_read_vmhd_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_read_vmhd_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)$/;"	f	file:
ngx_http_mp4_stbl_atoms	src/http/modules/ngx_http_mp4_module.c	/^static ngx_http_mp4_atom_handler_t  ngx_http_mp4_stbl_atoms[] = {$/;"	v	file:
ngx_http_mp4_stss_atom_t	src/http/modules/ngx_http_mp4_module.c	/^} ngx_http_mp4_stss_atom_t;$/;"	t	typeref:struct:__anon112	file:
ngx_http_mp4_trak_atoms	src/http/modules/ngx_http_mp4_module.c	/^static ngx_http_mp4_atom_handler_t  ngx_http_mp4_trak_atoms[] = {$/;"	v	file:
ngx_http_mp4_trak_t	src/http/modules/ngx_http_mp4_module.c	/^} ngx_http_mp4_trak_t;$/;"	t	typeref:struct:__anon98	file:
ngx_http_mp4_update_co64_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_update_co64_atom(ngx_http_mp4_file_t *mp4,$/;"	f	file:
ngx_http_mp4_update_ctts_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_update_ctts_atom(ngx_http_mp4_file_t *mp4,$/;"	f	file:
ngx_http_mp4_update_mdat_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_update_mdat_atom(ngx_http_mp4_file_t *mp4, off_t start_offset)$/;"	f	file:
ngx_http_mp4_update_mdia_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_update_mdia_atom(ngx_http_mp4_file_t *mp4,$/;"	f	file:
ngx_http_mp4_update_minf_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_update_minf_atom(ngx_http_mp4_file_t *mp4,$/;"	f	file:
ngx_http_mp4_update_stbl_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_update_stbl_atom(ngx_http_mp4_file_t *mp4,$/;"	f	file:
ngx_http_mp4_update_stco_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_update_stco_atom(ngx_http_mp4_file_t *mp4,$/;"	f	file:
ngx_http_mp4_update_stsc_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_update_stsc_atom(ngx_http_mp4_file_t *mp4,$/;"	f	file:
ngx_http_mp4_update_stss_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_update_stss_atom(ngx_http_mp4_file_t *mp4,$/;"	f	file:
ngx_http_mp4_update_stsz_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_update_stsz_atom(ngx_http_mp4_file_t *mp4,$/;"	f	file:
ngx_http_mp4_update_stts_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_update_stts_atom(ngx_http_mp4_file_t *mp4,$/;"	f	file:
ngx_http_mp4_update_trak_atom	src/http/modules/ngx_http_mp4_module.c	/^ngx_http_mp4_update_trak_atom(ngx_http_mp4_file_t *mp4,$/;"	f	file:
ngx_http_msie_padding	src/http/ngx_http_special_response.c	/^static u_char ngx_http_msie_padding[] =$/;"	v	file:
ngx_http_msie_refresh_head	src/http/ngx_http_special_response.c	/^static u_char ngx_http_msie_refresh_head[] =$/;"	v	file:
ngx_http_msie_refresh_tail	src/http/ngx_http_special_response.c	/^static u_char ngx_http_msie_refresh_tail[] =$/;"	v	file:
ngx_http_msie_variable	src/http/modules/ngx_http_browser_module.c	/^ngx_http_msie_variable(ngx_http_request_t *r, ngx_http_variable_value_t *v,$/;"	f	file:
ngx_http_named_location	src/http/ngx_http_core_module.c	/^ngx_http_named_location(ngx_http_request_t *r, ngx_str_t *name)$/;"	f
ngx_http_next_body_filter	src/http/modules/ngx_http_addition_filter_module.c	/^static ngx_http_output_body_filter_pt    ngx_http_next_body_filter;$/;"	v	file:
ngx_http_next_body_filter	src/http/modules/ngx_http_charset_filter_module.c	/^static ngx_http_output_body_filter_pt    ngx_http_next_body_filter;$/;"	v	file:
ngx_http_next_body_filter	src/http/modules/ngx_http_chunked_filter_module.c	/^static ngx_http_output_body_filter_pt    ngx_http_next_body_filter;$/;"	v	file:
ngx_http_next_body_filter	src/http/modules/ngx_http_gunzip_filter_module.c	/^static ngx_http_output_body_filter_pt    ngx_http_next_body_filter;$/;"	v	file:
ngx_http_next_body_filter	src/http/modules/ngx_http_gzip_filter_module.c	/^static ngx_http_output_body_filter_pt    ngx_http_next_body_filter;$/;"	v	file:
ngx_http_next_body_filter	src/http/modules/ngx_http_image_filter_module.c	/^static ngx_http_output_body_filter_pt    ngx_http_next_body_filter;$/;"	v	file:
ngx_http_next_body_filter	src/http/modules/ngx_http_range_filter_module.c	/^static ngx_http_output_body_filter_pt    ngx_http_next_body_filter;$/;"	v	file:
ngx_http_next_body_filter	src/http/modules/ngx_http_ssi_filter_module.c	/^static ngx_http_output_body_filter_pt    ngx_http_next_body_filter;$/;"	v	file:
ngx_http_next_body_filter	src/http/modules/ngx_http_sub_filter_module.c	/^static ngx_http_output_body_filter_pt    ngx_http_next_body_filter;$/;"	v	file:
ngx_http_next_body_filter	src/http/modules/ngx_http_xslt_filter_module.c	/^static ngx_http_output_body_filter_pt    ngx_http_next_body_filter;$/;"	v	file:
ngx_http_next_body_filter	src/http/ngx_http_copy_filter_module.c	/^static ngx_http_output_body_filter_pt    ngx_http_next_body_filter;$/;"	v	file:
ngx_http_next_body_filter	src/http/ngx_http_postpone_filter_module.c	/^static ngx_http_output_body_filter_pt    ngx_http_next_body_filter;$/;"	v	file:
ngx_http_next_body_filter	src/http/ngx_http_spdy_filter_module.c	/^static ngx_http_output_body_filter_pt    ngx_http_next_body_filter;$/;"	v	file:
ngx_http_next_header_filter	src/http/modules/ngx_http_addition_filter_module.c	/^static ngx_http_output_header_filter_pt  ngx_http_next_header_filter;$/;"	v	file:
ngx_http_next_header_filter	src/http/modules/ngx_http_charset_filter_module.c	/^static ngx_http_output_header_filter_pt  ngx_http_next_header_filter;$/;"	v	file:
ngx_http_next_header_filter	src/http/modules/ngx_http_chunked_filter_module.c	/^static ngx_http_output_header_filter_pt  ngx_http_next_header_filter;$/;"	v	file:
ngx_http_next_header_filter	src/http/modules/ngx_http_gunzip_filter_module.c	/^static ngx_http_output_header_filter_pt  ngx_http_next_header_filter;$/;"	v	file:
ngx_http_next_header_filter	src/http/modules/ngx_http_gzip_filter_module.c	/^static ngx_http_output_header_filter_pt  ngx_http_next_header_filter;$/;"	v	file:
ngx_http_next_header_filter	src/http/modules/ngx_http_headers_filter_module.c	/^static ngx_http_output_header_filter_pt  ngx_http_next_header_filter;$/;"	v	file:
ngx_http_next_header_filter	src/http/modules/ngx_http_image_filter_module.c	/^static ngx_http_output_header_filter_pt  ngx_http_next_header_filter;$/;"	v	file:
ngx_http_next_header_filter	src/http/modules/ngx_http_not_modified_filter_module.c	/^static ngx_http_output_header_filter_pt  ngx_http_next_header_filter;$/;"	v	file:
ngx_http_next_header_filter	src/http/modules/ngx_http_range_filter_module.c	/^static ngx_http_output_header_filter_pt  ngx_http_next_header_filter;$/;"	v	file:
ngx_http_next_header_filter	src/http/modules/ngx_http_ssi_filter_module.c	/^static ngx_http_output_header_filter_pt  ngx_http_next_header_filter;$/;"	v	file:
ngx_http_next_header_filter	src/http/modules/ngx_http_sub_filter_module.c	/^static ngx_http_output_header_filter_pt  ngx_http_next_header_filter;$/;"	v	file:
ngx_http_next_header_filter	src/http/modules/ngx_http_userid_filter_module.c	/^static ngx_http_output_header_filter_pt  ngx_http_next_header_filter;$/;"	v	file:
ngx_http_next_header_filter	src/http/modules/ngx_http_xslt_filter_module.c	/^static ngx_http_output_header_filter_pt  ngx_http_next_header_filter;$/;"	v	file:
ngx_http_next_header_filter	src/http/ngx_http_spdy_filter_module.c	/^static ngx_http_output_header_filter_pt  ngx_http_next_header_filter;$/;"	v	file:
ngx_http_not_modified_filter_init	src/http/modules/ngx_http_not_modified_filter_module.c	/^ngx_http_not_modified_filter_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_not_modified_filter_module	src/http/modules/ngx_http_not_modified_filter_module.c	/^ngx_module_t  ngx_http_not_modified_filter_module = {$/;"	v
ngx_http_not_modified_filter_module_ctx	src/http/modules/ngx_http_not_modified_filter_module.c	/^static ngx_http_module_t  ngx_http_not_modified_filter_module_ctx = {$/;"	v	file:
ngx_http_not_modified_header_filter	src/http/modules/ngx_http_not_modified_filter_module.c	/^ngx_http_not_modified_header_filter(ngx_http_request_t *r)$/;"	f	file:
ngx_http_optimize_servers	src/http/ngx_http.c	/^ngx_http_optimize_servers(ngx_conf_t *cf, ngx_http_core_main_conf_t *cmcf,$/;"	f	file:
ngx_http_output_body_filter_pt	src/http/ngx_http_core_module.h	/^typedef ngx_int_t (*ngx_http_output_body_filter_pt)$/;"	t
ngx_http_output_filter	src/http/ngx_http_core_module.c	/^ngx_http_output_filter(ngx_http_request_t *r, ngx_chain_t *in)$/;"	f
ngx_http_output_header_filter_pt	src/http/ngx_http_core_module.h	/^typedef ngx_int_t (*ngx_http_output_header_filter_pt)(ngx_http_request_t *r);$/;"	t
ngx_http_parse_chunked	src/http/ngx_http_parse.c	/^ngx_http_parse_chunked(ngx_http_request_t *r, ngx_buf_t *b,$/;"	f
ngx_http_parse_complex_uri	src/http/ngx_http_parse.c	/^ngx_http_parse_complex_uri(ngx_http_request_t *r, ngx_uint_t merge_slashes)$/;"	f
ngx_http_parse_header_line	src/http/ngx_http_parse.c	/^ngx_http_parse_header_line(ngx_http_request_t *r, ngx_buf_t *b,$/;"	f
ngx_http_parse_multi_header_lines	src/http/ngx_http_parse.c	/^ngx_http_parse_multi_header_lines(ngx_array_t *headers, ngx_str_t *name,$/;"	f
ngx_http_parse_request_line	src/http/ngx_http_parse.c	/^ngx_http_parse_request_line(ngx_http_request_t *r, ngx_buf_t *b)$/;"	f
ngx_http_parse_status_line	src/http/ngx_http_parse.c	/^ngx_http_parse_status_line(ngx_http_request_t *r, ngx_buf_t *b,$/;"	f
ngx_http_parse_time	src/http/ngx_http_parse_time.c	/^ngx_http_parse_time(u_char *value, size_t len)$/;"	f
ngx_http_parse_unsafe_uri	src/http/ngx_http_parse.c	/^ngx_http_parse_unsafe_uri(ngx_http_request_t *r, ngx_str_t *uri,$/;"	f
ngx_http_parse_uri	src/http/ngx_http_parse.c	/^ngx_http_parse_uri(ngx_http_request_t *r)$/;"	f
ngx_http_perl	src/http/modules/perl/ngx_http_perl_module.c	/^ngx_http_perl(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_perl_call_handler	src/http/modules/perl/ngx_http_perl_module.c	/^ngx_http_perl_call_handler(pTHX_ ngx_http_request_t *r, HV *nginx, SV *sub,$/;"	f	file:
ngx_http_perl_cleanup_perl	src/http/modules/perl/ngx_http_perl_module.c	/^ngx_http_perl_cleanup_perl(void *data)$/;"	f	file:
ngx_http_perl_commands	src/http/modules/perl/ngx_http_perl_module.c	/^static ngx_command_t  ngx_http_perl_commands[] = {$/;"	v	file:
ngx_http_perl_create_interpreter	src/http/modules/perl/ngx_http_perl_module.c	/^ngx_http_perl_create_interpreter(ngx_conf_t *cf,$/;"	f	file:
ngx_http_perl_create_loc_conf	src/http/modules/perl/ngx_http_perl_module.c	/^ngx_http_perl_create_loc_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_perl_create_main_conf	src/http/modules/perl/ngx_http_perl_module.c	/^ngx_http_perl_create_main_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_perl_ctx_t	src/http/modules/perl/ngx_http_perl_module.h	/^} ngx_http_perl_ctx_t;$/;"	t	typeref:struct:__anon64
ngx_http_perl_eval_anon_sub	src/http/modules/perl/ngx_http_perl_module.c	/^ngx_http_perl_eval_anon_sub(pTHX_ ngx_str_t *handler, SV **sv)$/;"	f	file:
ngx_http_perl_exit	src/http/modules/perl/ngx_http_perl_module.c	/^ngx_http_perl_exit(ngx_cycle_t *cycle)$/;"	f	file:
ngx_http_perl_handle_request	src/http/modules/perl/ngx_http_perl_module.c	/^ngx_http_perl_handle_request(ngx_http_request_t *r)$/;"	f
ngx_http_perl_handler	src/http/modules/perl/ngx_http_perl_module.c	/^ngx_http_perl_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_perl_init_interpreter	src/http/modules/perl/ngx_http_perl_module.c	/^ngx_http_perl_init_interpreter(ngx_conf_t *cf, ngx_http_perl_main_conf_t *pmcf)$/;"	f	file:
ngx_http_perl_init_main_conf	src/http/modules/perl/ngx_http_perl_module.c	/^ngx_http_perl_init_main_conf(ngx_conf_t *cf, void *conf)$/;"	f	file:
ngx_http_perl_init_worker	src/http/modules/perl/ngx_http_perl_module.c	/^ngx_http_perl_init_worker(ngx_cycle_t *cycle)$/;"	f	file:
ngx_http_perl_loc_conf_t	src/http/modules/perl/ngx_http_perl_module.c	/^} ngx_http_perl_loc_conf_t;$/;"	t	typeref:struct:__anon62	file:
ngx_http_perl_main_conf_t	src/http/modules/perl/ngx_http_perl_module.c	/^} ngx_http_perl_main_conf_t;$/;"	t	typeref:struct:__anon61	file:
ngx_http_perl_merge_loc_conf	src/http/modules/perl/ngx_http_perl_module.c	/^ngx_http_perl_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_perl_module	src/http/modules/perl/ngx_http_perl_module.c	/^ngx_module_t  ngx_http_perl_module = {$/;"	v
ngx_http_perl_module_ctx	src/http/modules/perl/ngx_http_perl_module.c	/^static ngx_http_module_t  ngx_http_perl_module_ctx = {$/;"	v	file:
ngx_http_perl_preconfiguration	src/http/modules/perl/ngx_http_perl_module.c	/^ngx_http_perl_preconfiguration(ngx_conf_t *cf)$/;"	f	file:
ngx_http_perl_run_requires	src/http/modules/perl/ngx_http_perl_module.c	/^ngx_http_perl_run_requires(pTHX_ ngx_array_t *requires, ngx_log_t *log)$/;"	f	file:
ngx_http_perl_set	src/http/modules/perl/ngx_http_perl_module.c	/^ngx_http_perl_set(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_perl_sleep_handler	src/http/modules/perl/ngx_http_perl_module.c	/^ngx_http_perl_sleep_handler(ngx_http_request_t *r)$/;"	f
ngx_http_perl_ssi	src/http/modules/perl/ngx_http_perl_module.c	/^ngx_http_perl_ssi(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ssi_ctx,$/;"	f	file:
ngx_http_perl_ssi_command	src/http/modules/perl/ngx_http_perl_module.c	/^static ngx_http_ssi_command_t  ngx_http_perl_ssi_command = {$/;"	v	file:
ngx_http_perl_ssi_params	src/http/modules/perl/ngx_http_perl_module.c	/^static ngx_http_ssi_param_t  ngx_http_perl_ssi_params[] = {$/;"	v	file:
ngx_http_perl_var_t	src/http/modules/perl/ngx_http_perl_module.h	/^} ngx_http_perl_var_t;$/;"	t	typeref:struct:__anon65
ngx_http_perl_variable	src/http/modules/perl/ngx_http_perl_module.c	/^ngx_http_perl_variable(ngx_http_request_t *r, ngx_http_variable_value_t *v,$/;"	f	file:
ngx_http_perl_variable_t	src/http/modules/perl/ngx_http_perl_module.c	/^} ngx_http_perl_variable_t;$/;"	t	typeref:struct:__anon63	file:
ngx_http_perl_xs_init	src/http/modules/perl/ngx_http_perl_module.c	/^ngx_http_perl_xs_init(pTHX)$/;"	f	file:
ngx_http_phase_engine_t	src/http/ngx_http_core_module.h	/^} ngx_http_phase_engine_t;$/;"	t	typeref:struct:__anon170
ngx_http_phase_handler_pt	src/http/ngx_http_core_module.h	/^typedef ngx_int_t (*ngx_http_phase_handler_pt)(ngx_http_request_t *r,$/;"	t
ngx_http_phase_handler_s	src/http/ngx_http_core_module.h	/^struct ngx_http_phase_handler_s {$/;"	s
ngx_http_phase_handler_t	src/http/ngx_http_core_module.h	/^typedef struct ngx_http_phase_handler_s  ngx_http_phase_handler_t;$/;"	t	typeref:struct:ngx_http_phase_handler_s
ngx_http_phase_t	src/http/ngx_http_core_module.h	/^} ngx_http_phase_t;$/;"	t	typeref:struct:__anon171
ngx_http_phases	src/http/ngx_http_core_module.h	/^} ngx_http_phases;$/;"	t	typeref:enum:__anon169
ngx_http_port_t	src/http/ngx_http_core_module.h	/^} ngx_http_port_t;$/;"	t	typeref:struct:__anon178
ngx_http_post_action	src/http/ngx_http_request.c	/^ngx_http_post_action(ngx_http_request_t *r)$/;"	f	file:
ngx_http_post_request	src/http/ngx_http_request.c	/^ngx_http_post_request(ngx_http_request_t *r, ngx_http_posted_request_t *pr)$/;"	f
ngx_http_post_subrequest_pt	src/http/ngx_http_request.h	/^typedef ngx_int_t (*ngx_http_post_subrequest_pt)(ngx_http_request_t *r,$/;"	t
ngx_http_post_subrequest_t	src/http/ngx_http_request.h	/^} ngx_http_post_subrequest_t;$/;"	t	typeref:struct:__anon238
ngx_http_posted_request_s	src/http/ngx_http_request.h	/^struct ngx_http_posted_request_s {$/;"	s
ngx_http_posted_request_t	src/http/ngx_http_request.h	/^typedef struct ngx_http_posted_request_s  ngx_http_posted_request_t;$/;"	t	typeref:struct:ngx_http_posted_request_s
ngx_http_postpone_filter	src/http/ngx_http_postpone_filter_module.c	/^ngx_http_postpone_filter(ngx_http_request_t *r, ngx_chain_t *in)$/;"	f	file:
ngx_http_postpone_filter_add	src/http/ngx_http_postpone_filter_module.c	/^ngx_http_postpone_filter_add(ngx_http_request_t *r, ngx_chain_t *in)$/;"	f	file:
ngx_http_postpone_filter_init	src/http/ngx_http_postpone_filter_module.c	/^ngx_http_postpone_filter_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_postpone_filter_module	src/http/ngx_http_postpone_filter_module.c	/^ngx_module_t  ngx_http_postpone_filter_module = {$/;"	v
ngx_http_postpone_filter_module_ctx	src/http/ngx_http_postpone_filter_module.c	/^static ngx_http_module_t  ngx_http_postpone_filter_module_ctx = {$/;"	v	file:
ngx_http_postponed_request_s	src/http/ngx_http_request.h	/^struct ngx_http_postponed_request_s {$/;"	s
ngx_http_postponed_request_t	src/http/ngx_http_request.h	/^typedef struct ngx_http_postponed_request_s  ngx_http_postponed_request_t;$/;"	t	typeref:struct:ngx_http_postponed_request_s
ngx_http_process_connection	src/http/ngx_http_request.c	/^ngx_http_process_connection(ngx_http_request_t *r, ngx_table_elt_t *h,$/;"	f	file:
ngx_http_process_header_line	src/http/ngx_http_request.c	/^ngx_http_process_header_line(ngx_http_request_t *r, ngx_table_elt_t *h,$/;"	f	file:
ngx_http_process_host	src/http/ngx_http_request.c	/^ngx_http_process_host(ngx_http_request_t *r, ngx_table_elt_t *h,$/;"	f	file:
ngx_http_process_multi_header_lines	src/http/ngx_http_request.c	/^ngx_http_process_multi_header_lines(ngx_http_request_t *r, ngx_table_elt_t *h,$/;"	f	file:
ngx_http_process_request	src/http/ngx_http_request.c	/^ngx_http_process_request(ngx_http_request_t *r)$/;"	f
ngx_http_process_request_header	src/http/ngx_http_request.c	/^ngx_http_process_request_header(ngx_http_request_t *r)$/;"	f
ngx_http_process_request_headers	src/http/ngx_http_request.c	/^ngx_http_process_request_headers(ngx_event_t *rev)$/;"	f	file:
ngx_http_process_request_line	src/http/ngx_http_request.c	/^ngx_http_process_request_line(ngx_event_t *rev)$/;"	f	file:
ngx_http_process_request_uri	src/http/ngx_http_request.c	/^ngx_http_process_request_uri(ngx_http_request_t *r)$/;"	f
ngx_http_process_unique_header_line	src/http/ngx_http_request.c	/^ngx_http_process_unique_header_line(ngx_http_request_t *r, ngx_table_elt_t *h,$/;"	f	file:
ngx_http_process_user_agent	src/http/ngx_http_request.c	/^ngx_http_process_user_agent(ngx_http_request_t *r, ngx_table_elt_t *h,$/;"	f	file:
ngx_http_proxy_abort_request	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_abort_request(ngx_http_request_t *r)$/;"	f	file:
ngx_http_proxy_add_variables	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_add_variables(ngx_conf_t *cf)$/;"	f	file:
ngx_http_proxy_add_x_forwarded_for_variable	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_add_x_forwarded_for_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_proxy_cache	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_proxy_cache_headers	src/http/modules/ngx_http_proxy_module.c	/^static ngx_keyval_t  ngx_http_proxy_cache_headers[] = {$/;"	v	file:
ngx_http_proxy_cache_key	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_cache_key(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_proxy_chunked_filter	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_chunked_filter(ngx_event_pipe_t *p, ngx_buf_t *buf)$/;"	f	file:
ngx_http_proxy_commands	src/http/modules/ngx_http_proxy_module.c	/^static ngx_command_t  ngx_http_proxy_commands[] = {$/;"	v	file:
ngx_http_proxy_cookie_domain	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_cookie_domain(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_proxy_cookie_path	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_cookie_path(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_proxy_copy_filter	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_copy_filter(ngx_event_pipe_t *p, ngx_buf_t *buf)$/;"	f	file:
ngx_http_proxy_create_key	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_create_key(ngx_http_request_t *r)$/;"	f	file:
ngx_http_proxy_create_loc_conf	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_create_loc_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_proxy_create_request	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_create_request(ngx_http_request_t *r)$/;"	f	file:
ngx_http_proxy_ctx_t	src/http/modules/ngx_http_proxy_module.c	/^} ngx_http_proxy_ctx_t;$/;"	t	typeref:struct:__anon47	file:
ngx_http_proxy_eval	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_eval(ngx_http_request_t *r, ngx_http_proxy_ctx_t *ctx,$/;"	f	file:
ngx_http_proxy_finalize_request	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_finalize_request(ngx_http_request_t *r, ngx_int_t rc)$/;"	f	file:
ngx_http_proxy_handler	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_proxy_headers	src/http/modules/ngx_http_proxy_module.c	/^static ngx_keyval_t  ngx_http_proxy_headers[] = {$/;"	v	file:
ngx_http_proxy_hide_headers	src/http/modules/ngx_http_proxy_module.c	/^static ngx_str_t  ngx_http_proxy_hide_headers[] = {$/;"	v	file:
ngx_http_proxy_host_variable	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_host_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_proxy_http_version	src/http/modules/ngx_http_proxy_module.c	/^static ngx_conf_enum_t  ngx_http_proxy_http_version[] = {$/;"	v	file:
ngx_http_proxy_input_filter_init	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_input_filter_init(void *data)$/;"	f	file:
ngx_http_proxy_internal_body_length_variable	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_internal_body_length_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_proxy_loc_conf_t	src/http/modules/ngx_http_proxy_module.c	/^} ngx_http_proxy_loc_conf_t;$/;"	t	typeref:struct:__anon46	file:
ngx_http_proxy_lowat_check	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_lowat_check(ngx_conf_t *cf, void *post, void *data)$/;"	f	file:
ngx_http_proxy_lowat_post	src/http/modules/ngx_http_proxy_module.c	/^static ngx_conf_post_t  ngx_http_proxy_lowat_post =$/;"	v	file:
ngx_http_proxy_merge_headers	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_merge_headers(ngx_conf_t *cf, ngx_http_proxy_loc_conf_t *conf,$/;"	f	file:
ngx_http_proxy_merge_loc_conf	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_proxy_module	src/http/modules/ngx_http_proxy_module.c	/^ngx_module_t  ngx_http_proxy_module = {$/;"	v
ngx_http_proxy_module	src/http/modules/ngx_http_proxy_module.c	/^ngx_module_t  ngx_http_proxy_module;$/;"	v
ngx_http_proxy_module_ctx	src/http/modules/ngx_http_proxy_module.c	/^static ngx_http_module_t  ngx_http_proxy_module_ctx = {$/;"	v	file:
ngx_http_proxy_next_upstream_masks	src/http/modules/ngx_http_proxy_module.c	/^static ngx_conf_bitmask_t  ngx_http_proxy_next_upstream_masks[] = {$/;"	v	file:
ngx_http_proxy_non_buffered_chunked_filter	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_non_buffered_chunked_filter(void *data, ssize_t bytes)$/;"	f	file:
ngx_http_proxy_non_buffered_copy_filter	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_non_buffered_copy_filter(void *data, ssize_t bytes)$/;"	f	file:
ngx_http_proxy_pass	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_proxy_port_variable	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_port_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_proxy_process_header	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_process_header(ngx_http_request_t *r)$/;"	f	file:
ngx_http_proxy_process_status_line	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_process_status_line(ngx_http_request_t *r)$/;"	f	file:
ngx_http_proxy_redirect	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_redirect(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_proxy_reinit_request	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_reinit_request(ngx_http_request_t *r)$/;"	f	file:
ngx_http_proxy_rewrite	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_rewrite(ngx_http_request_t *r, ngx_table_elt_t *h, size_t prefix,$/;"	f	file:
ngx_http_proxy_rewrite_complex_handler	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_rewrite_complex_handler(ngx_http_request_t *r,$/;"	f	file:
ngx_http_proxy_rewrite_cookie	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_rewrite_cookie(ngx_http_request_t *r, ngx_table_elt_t *h)$/;"	f	file:
ngx_http_proxy_rewrite_cookie_value	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_rewrite_cookie_value(ngx_http_request_t *r, ngx_table_elt_t *h,$/;"	f	file:
ngx_http_proxy_rewrite_domain_handler	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_rewrite_domain_handler(ngx_http_request_t *r,$/;"	f	file:
ngx_http_proxy_rewrite_pt	src/http/modules/ngx_http_proxy_module.c	/^typedef ngx_int_t (*ngx_http_proxy_rewrite_pt)(ngx_http_request_t *r,$/;"	t	file:
ngx_http_proxy_rewrite_redirect	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_rewrite_redirect(ngx_http_request_t *r, ngx_table_elt_t *h,$/;"	f	file:
ngx_http_proxy_rewrite_regex	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_rewrite_regex(ngx_conf_t *cf, ngx_http_proxy_rewrite_t *pr,$/;"	f	file:
ngx_http_proxy_rewrite_regex_handler	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_rewrite_regex_handler(ngx_http_request_t *r, ngx_table_elt_t *h,$/;"	f	file:
ngx_http_proxy_rewrite_s	src/http/modules/ngx_http_proxy_module.c	/^struct ngx_http_proxy_rewrite_s {$/;"	s	file:
ngx_http_proxy_rewrite_t	src/http/modules/ngx_http_proxy_module.c	/^typedef struct ngx_http_proxy_rewrite_s  ngx_http_proxy_rewrite_t;$/;"	t	typeref:struct:ngx_http_proxy_rewrite_s	file:
ngx_http_proxy_set_ssl	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_set_ssl(ngx_conf_t *cf, ngx_http_proxy_loc_conf_t *plcf)$/;"	f	file:
ngx_http_proxy_set_vars	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_set_vars(ngx_url_t *u, ngx_http_proxy_vars_t *v)$/;"	f	file:
ngx_http_proxy_store	src/http/modules/ngx_http_proxy_module.c	/^ngx_http_proxy_store(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_proxy_temp_path	src/http/modules/ngx_http_proxy_module.c	/^static ngx_path_init_t  ngx_http_proxy_temp_path = {$/;"	v	file:
ngx_http_proxy_vars	src/http/modules/ngx_http_proxy_module.c	/^static ngx_http_variable_t  ngx_http_proxy_vars[] = {$/;"	v	file:
ngx_http_proxy_vars_t	src/http/modules/ngx_http_proxy_module.c	/^} ngx_http_proxy_vars_t;$/;"	t	typeref:struct:__anon45	file:
ngx_http_proxy_version	src/http/modules/ngx_http_proxy_module.c	/^static char  ngx_http_proxy_version[] = " HTTP\/1.0" CRLF;$/;"	v	file:
ngx_http_proxy_version_11	src/http/modules/ngx_http_proxy_module.c	/^static char  ngx_http_proxy_version_11[] = " HTTP\/1.1" CRLF;$/;"	v	file:
ngx_http_random_index_commands	src/http/modules/ngx_http_random_index_module.c	/^static ngx_command_t  ngx_http_random_index_commands[] = {$/;"	v	file:
ngx_http_random_index_create_loc_conf	src/http/modules/ngx_http_random_index_module.c	/^ngx_http_random_index_create_loc_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_random_index_error	src/http/modules/ngx_http_random_index_module.c	/^ngx_http_random_index_error(ngx_http_request_t *r, ngx_dir_t *dir,$/;"	f	file:
ngx_http_random_index_handler	src/http/modules/ngx_http_random_index_module.c	/^ngx_http_random_index_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_random_index_init	src/http/modules/ngx_http_random_index_module.c	/^ngx_http_random_index_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_random_index_loc_conf_t	src/http/modules/ngx_http_random_index_module.c	/^} ngx_http_random_index_loc_conf_t;$/;"	t	typeref:struct:__anon159	file:
ngx_http_random_index_merge_loc_conf	src/http/modules/ngx_http_random_index_module.c	/^ngx_http_random_index_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_random_index_module	src/http/modules/ngx_http_random_index_module.c	/^ngx_module_t  ngx_http_random_index_module = {$/;"	v
ngx_http_random_index_module_ctx	src/http/modules/ngx_http_random_index_module.c	/^static ngx_http_module_t  ngx_http_random_index_module_ctx = {$/;"	v	file:
ngx_http_range_body_filter	src/http/modules/ngx_http_range_filter_module.c	/^ngx_http_range_body_filter(ngx_http_request_t *r, ngx_chain_t *in)$/;"	f	file:
ngx_http_range_body_filter_init	src/http/modules/ngx_http_range_filter_module.c	/^ngx_http_range_body_filter_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_range_body_filter_module	src/http/modules/ngx_http_range_filter_module.c	/^ngx_module_t  ngx_http_range_body_filter_module = {$/;"	v
ngx_http_range_body_filter_module_ctx	src/http/modules/ngx_http_range_filter_module.c	/^static ngx_http_module_t  ngx_http_range_body_filter_module_ctx = {$/;"	v	file:
ngx_http_range_filter_ctx_t	src/http/modules/ngx_http_range_filter_module.c	/^} ngx_http_range_filter_ctx_t;$/;"	t	typeref:struct:__anon165	file:
ngx_http_range_header_filter	src/http/modules/ngx_http_range_filter_module.c	/^ngx_http_range_header_filter(ngx_http_request_t *r)$/;"	f	file:
ngx_http_range_header_filter_init	src/http/modules/ngx_http_range_filter_module.c	/^ngx_http_range_header_filter_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_range_header_filter_module	src/http/modules/ngx_http_range_filter_module.c	/^ngx_module_t  ngx_http_range_header_filter_module = {$/;"	v
ngx_http_range_header_filter_module_ctx	src/http/modules/ngx_http_range_filter_module.c	/^static ngx_http_module_t  ngx_http_range_header_filter_module_ctx = {$/;"	v	file:
ngx_http_range_multipart_body	src/http/modules/ngx_http_range_filter_module.c	/^ngx_http_range_multipart_body(ngx_http_request_t *r,$/;"	f	file:
ngx_http_range_multipart_header	src/http/modules/ngx_http_range_filter_module.c	/^ngx_http_range_multipart_header(ngx_http_request_t *r,$/;"	f	file:
ngx_http_range_not_satisfiable	src/http/modules/ngx_http_range_filter_module.c	/^ngx_http_range_not_satisfiable(ngx_http_request_t *r)$/;"	f	file:
ngx_http_range_parse	src/http/modules/ngx_http_range_filter_module.c	/^ngx_http_range_parse(ngx_http_request_t *r, ngx_http_range_filter_ctx_t *ctx,$/;"	f	file:
ngx_http_range_singlepart_body	src/http/modules/ngx_http_range_filter_module.c	/^ngx_http_range_singlepart_body(ngx_http_request_t *r,$/;"	f	file:
ngx_http_range_singlepart_header	src/http/modules/ngx_http_range_filter_module.c	/^ngx_http_range_singlepart_header(ngx_http_request_t *r,$/;"	f	file:
ngx_http_range_t	src/http/modules/ngx_http_range_filter_module.c	/^} ngx_http_range_t;$/;"	t	typeref:struct:__anon164	file:
ngx_http_range_test_overlapped	src/http/modules/ngx_http_range_filter_module.c	/^ngx_http_range_test_overlapped(ngx_http_request_t *r,$/;"	f	file:
ngx_http_read_client_request_body	src/http/ngx_http_request_body.c	/^ngx_http_read_client_request_body(ngx_http_request_t *r,$/;"	f
ngx_http_read_client_request_body_handler	src/http/ngx_http_request_body.c	/^ngx_http_read_client_request_body_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_read_discarded_request_body	src/http/ngx_http_request_body.c	/^ngx_http_read_discarded_request_body(ngx_http_request_t *r)$/;"	f	file:
ngx_http_read_request_header	src/http/ngx_http_request.c	/^ngx_http_read_request_header(ngx_http_request_t *r)$/;"	f	file:
ngx_http_realip	src/http/modules/ngx_http_realip_module.c	/^ngx_http_realip(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_realip_cleanup	src/http/modules/ngx_http_realip_module.c	/^ngx_http_realip_cleanup(void *data)$/;"	f	file:
ngx_http_realip_commands	src/http/modules/ngx_http_realip_module.c	/^static ngx_command_t  ngx_http_realip_commands[] = {$/;"	v	file:
ngx_http_realip_create_loc_conf	src/http/modules/ngx_http_realip_module.c	/^ngx_http_realip_create_loc_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_realip_ctx_t	src/http/modules/ngx_http_realip_module.c	/^} ngx_http_realip_ctx_t;$/;"	t	typeref:struct:__anon43	file:
ngx_http_realip_from	src/http/modules/ngx_http_realip_module.c	/^ngx_http_realip_from(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_realip_handler	src/http/modules/ngx_http_realip_module.c	/^ngx_http_realip_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_realip_init	src/http/modules/ngx_http_realip_module.c	/^ngx_http_realip_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_realip_loc_conf_t	src/http/modules/ngx_http_realip_module.c	/^} ngx_http_realip_loc_conf_t;$/;"	t	typeref:struct:__anon42	file:
ngx_http_realip_merge_loc_conf	src/http/modules/ngx_http_realip_module.c	/^ngx_http_realip_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_realip_module	src/http/modules/ngx_http_realip_module.c	/^ngx_module_t  ngx_http_realip_module = {$/;"	v
ngx_http_realip_module_ctx	src/http/modules/ngx_http_realip_module.c	/^static ngx_http_module_t  ngx_http_realip_module_ctx = {$/;"	v	file:
ngx_http_realip_set_addr	src/http/modules/ngx_http_realip_module.c	/^ngx_http_realip_set_addr(ngx_http_request_t *r, ngx_addr_t *addr)$/;"	f	file:
ngx_http_referer_commands	src/http/modules/ngx_http_referer_module.c	/^static ngx_command_t  ngx_http_referer_commands[] = {$/;"	v	file:
ngx_http_referer_conf_t	src/http/modules/ngx_http_referer_module.c	/^} ngx_http_referer_conf_t;$/;"	t	typeref:struct:__anon95	file:
ngx_http_referer_create_conf	src/http/modules/ngx_http_referer_module.c	/^ngx_http_referer_create_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_referer_merge_conf	src/http/modules/ngx_http_referer_module.c	/^ngx_http_referer_merge_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_referer_module	src/http/modules/ngx_http_referer_module.c	/^ngx_module_t  ngx_http_referer_module = {$/;"	v
ngx_http_referer_module_ctx	src/http/modules/ngx_http_referer_module.c	/^static ngx_http_module_t  ngx_http_referer_module_ctx = {$/;"	v	file:
ngx_http_referer_variable	src/http/modules/ngx_http_referer_module.c	/^ngx_http_referer_variable(ngx_http_request_t *r, ngx_http_variable_value_t *v,$/;"	f	file:
ngx_http_regex_compile	src/http/ngx_http_variables.c	/^ngx_http_regex_compile(ngx_conf_t *cf, ngx_regex_compile_t *rc)$/;"	f
ngx_http_regex_exec	src/http/ngx_http_variables.c	/^ngx_http_regex_exec(ngx_http_request_t *r, ngx_http_regex_t *re, ngx_str_t *s)$/;"	f
ngx_http_regex_t	src/http/ngx_http_variables.h	/^} ngx_http_regex_t;$/;"	t	typeref:struct:__anon198
ngx_http_regex_variable_t	src/http/ngx_http_variables.h	/^} ngx_http_regex_variable_t;$/;"	t	typeref:struct:__anon197
ngx_http_request_body_chunked_filter	src/http/ngx_http_request_body.c	/^ngx_http_request_body_chunked_filter(ngx_http_request_t *r, ngx_chain_t *in)$/;"	f	file:
ngx_http_request_body_filter	src/http/ngx_http_request_body.c	/^ngx_http_request_body_filter(ngx_http_request_t *r, ngx_chain_t *in)$/;"	f	file:
ngx_http_request_body_length_filter	src/http/ngx_http_request_body.c	/^ngx_http_request_body_length_filter(ngx_http_request_t *r, ngx_chain_t *in)$/;"	f	file:
ngx_http_request_body_save_filter	src/http/ngx_http_request_body.c	/^ngx_http_request_body_save_filter(ngx_http_request_t *r, ngx_chain_t *in)$/;"	f	file:
ngx_http_request_body_t	src/http/ngx_http_request.h	/^} ngx_http_request_body_t;$/;"	t	typeref:struct:__anon236
ngx_http_request_empty_handler	src/http/ngx_http_request.c	/^ngx_http_request_empty_handler(ngx_http_request_t *r)$/;"	f
ngx_http_request_finalizer	src/http/ngx_http_request.c	/^ngx_http_request_finalizer(ngx_http_request_t *r)$/;"	f	file:
ngx_http_request_handler	src/http/ngx_http_request.c	/^ngx_http_request_handler(ngx_event_t *ev)$/;"	f	file:
ngx_http_request_s	src/http/ngx_http_request.h	/^struct ngx_http_request_s {$/;"	s
ngx_http_request_t	src/http/ngx_http.h	/^typedef struct ngx_http_request_s     ngx_http_request_t;$/;"	t	typeref:struct:ngx_http_request_s
ngx_http_rewrite	src/http/modules/ngx_http_rewrite_module.c	/^ngx_http_rewrite(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_rewrite_break	src/http/modules/ngx_http_rewrite_module.c	/^ngx_http_rewrite_break(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_rewrite_commands	src/http/modules/ngx_http_rewrite_module.c	/^static ngx_command_t  ngx_http_rewrite_commands[] = {$/;"	v	file:
ngx_http_rewrite_create_loc_conf	src/http/modules/ngx_http_rewrite_module.c	/^ngx_http_rewrite_create_loc_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_rewrite_handler	src/http/modules/ngx_http_rewrite_module.c	/^ngx_http_rewrite_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_rewrite_if	src/http/modules/ngx_http_rewrite_module.c	/^ngx_http_rewrite_if(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_rewrite_if_condition	src/http/modules/ngx_http_rewrite_module.c	/^ngx_http_rewrite_if_condition(ngx_conf_t *cf, ngx_http_rewrite_loc_conf_t *lcf)$/;"	f	file:
ngx_http_rewrite_init	src/http/modules/ngx_http_rewrite_module.c	/^ngx_http_rewrite_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_rewrite_loc_conf_t	src/http/modules/ngx_http_rewrite_module.c	/^} ngx_http_rewrite_loc_conf_t;$/;"	t	typeref:struct:__anon92	file:
ngx_http_rewrite_merge_loc_conf	src/http/modules/ngx_http_rewrite_module.c	/^ngx_http_rewrite_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_rewrite_module	src/http/modules/ngx_http_rewrite_module.c	/^ngx_module_t  ngx_http_rewrite_module = {$/;"	v
ngx_http_rewrite_module_ctx	src/http/modules/ngx_http_rewrite_module.c	/^static ngx_http_module_t  ngx_http_rewrite_module_ctx = {$/;"	v	file:
ngx_http_rewrite_return	src/http/modules/ngx_http_rewrite_module.c	/^ngx_http_rewrite_return(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_rewrite_set	src/http/modules/ngx_http_rewrite_module.c	/^ngx_http_rewrite_set(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_rewrite_value	src/http/modules/ngx_http_rewrite_module.c	/^ngx_http_rewrite_value(ngx_conf_t *cf, ngx_http_rewrite_loc_conf_t *lcf,$/;"	f	file:
ngx_http_rewrite_var	src/http/modules/ngx_http_rewrite_module.c	/^ngx_http_rewrite_var(ngx_http_request_t *r, ngx_http_variable_value_t *v,$/;"	f	file:
ngx_http_rewrite_variable	src/http/modules/ngx_http_rewrite_module.c	/^ngx_http_rewrite_variable(ngx_conf_t *cf, ngx_http_rewrite_loc_conf_t *lcf,$/;"	f	file:
ngx_http_run_posted_requests	src/http/ngx_http_request.c	/^ngx_http_run_posted_requests(ngx_connection_t *c)$/;"	f
ngx_http_scgi_abort_request	src/http/modules/ngx_http_scgi_module.c	/^ngx_http_scgi_abort_request(ngx_http_request_t *r)$/;"	f	file:
ngx_http_scgi_cache	src/http/modules/ngx_http_scgi_module.c	/^ngx_http_scgi_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_scgi_cache_headers	src/http/modules/ngx_http_scgi_module.c	/^static ngx_keyval_t  ngx_http_scgi_cache_headers[] = {$/;"	v	file:
ngx_http_scgi_cache_key	src/http/modules/ngx_http_scgi_module.c	/^ngx_http_scgi_cache_key(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_scgi_commands	src/http/modules/ngx_http_scgi_module.c	/^static ngx_command_t ngx_http_scgi_commands[] = {$/;"	v	file:
ngx_http_scgi_create_key	src/http/modules/ngx_http_scgi_module.c	/^ngx_http_scgi_create_key(ngx_http_request_t *r)$/;"	f	file:
ngx_http_scgi_create_loc_conf	src/http/modules/ngx_http_scgi_module.c	/^ngx_http_scgi_create_loc_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_scgi_create_request	src/http/modules/ngx_http_scgi_module.c	/^ngx_http_scgi_create_request(ngx_http_request_t *r)$/;"	f	file:
ngx_http_scgi_eval	src/http/modules/ngx_http_scgi_module.c	/^ngx_http_scgi_eval(ngx_http_request_t *r, ngx_http_scgi_loc_conf_t * scf)$/;"	f	file:
ngx_http_scgi_finalize_request	src/http/modules/ngx_http_scgi_module.c	/^ngx_http_scgi_finalize_request(ngx_http_request_t *r, ngx_int_t rc)$/;"	f	file:
ngx_http_scgi_handler	src/http/modules/ngx_http_scgi_module.c	/^ngx_http_scgi_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_scgi_hide_headers	src/http/modules/ngx_http_scgi_module.c	/^static ngx_str_t ngx_http_scgi_hide_headers[] = {$/;"	v	file:
ngx_http_scgi_loc_conf_t	src/http/modules/ngx_http_scgi_module.c	/^} ngx_http_scgi_loc_conf_t;$/;"	t	typeref:struct:__anon141	file:
ngx_http_scgi_merge_loc_conf	src/http/modules/ngx_http_scgi_module.c	/^ngx_http_scgi_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_scgi_merge_params	src/http/modules/ngx_http_scgi_module.c	/^ngx_http_scgi_merge_params(ngx_conf_t *cf, ngx_http_scgi_loc_conf_t *conf,$/;"	f	file:
ngx_http_scgi_module	src/http/modules/ngx_http_scgi_module.c	/^ngx_module_t  ngx_http_scgi_module;$/;"	v
ngx_http_scgi_module	src/http/modules/ngx_http_scgi_module.c	/^ngx_module_t ngx_http_scgi_module = {$/;"	v
ngx_http_scgi_module_ctx	src/http/modules/ngx_http_scgi_module.c	/^static ngx_http_module_t ngx_http_scgi_module_ctx = {$/;"	v	file:
ngx_http_scgi_next_upstream_masks	src/http/modules/ngx_http_scgi_module.c	/^static ngx_conf_bitmask_t ngx_http_scgi_next_upstream_masks[] = {$/;"	v	file:
ngx_http_scgi_pass	src/http/modules/ngx_http_scgi_module.c	/^ngx_http_scgi_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_scgi_process_header	src/http/modules/ngx_http_scgi_module.c	/^ngx_http_scgi_process_header(ngx_http_request_t *r)$/;"	f	file:
ngx_http_scgi_process_status_line	src/http/modules/ngx_http_scgi_module.c	/^ngx_http_scgi_process_status_line(ngx_http_request_t *r)$/;"	f	file:
ngx_http_scgi_reinit_request	src/http/modules/ngx_http_scgi_module.c	/^ngx_http_scgi_reinit_request(ngx_http_request_t *r)$/;"	f	file:
ngx_http_scgi_store	src/http/modules/ngx_http_scgi_module.c	/^ngx_http_scgi_store(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_scgi_temp_path	src/http/modules/ngx_http_scgi_module.c	/^static ngx_path_init_t ngx_http_scgi_temp_path = {$/;"	v	file:
ngx_http_script_add_args_code	src/http/ngx_http_script.c	/^ngx_http_script_add_args_code(ngx_http_script_compile_t *sc)$/;"	f	file:
ngx_http_script_add_capture_code	src/http/ngx_http_script.c	/^ngx_http_script_add_capture_code(ngx_http_script_compile_t *sc, ngx_uint_t n)$/;"	f	file:
ngx_http_script_add_code	src/http/ngx_http_script.c	/^ngx_http_script_add_code(ngx_array_t *codes, size_t size, void *code)$/;"	f
ngx_http_script_add_copy_code	src/http/ngx_http_script.c	/^ngx_http_script_add_copy_code(ngx_http_script_compile_t *sc, ngx_str_t *value,$/;"	f	file:
ngx_http_script_add_full_name_code	src/http/ngx_http_script.c	/^ngx_http_script_add_full_name_code(ngx_http_script_compile_t *sc)$/;"	f	file:
ngx_http_script_add_var_code	src/http/ngx_http_script.c	/^ngx_http_script_add_var_code(ngx_http_script_compile_t *sc, ngx_str_t *name)$/;"	f	file:
ngx_http_script_break_code	src/http/ngx_http_script.c	/^ngx_http_script_break_code(ngx_http_script_engine_t *e)$/;"	f
ngx_http_script_code_pt	src/http/ngx_http_script.h	/^typedef void (*ngx_http_script_code_pt) (ngx_http_script_engine_t *e);$/;"	t
ngx_http_script_compile	src/http/ngx_http_script.c	/^ngx_http_script_compile(ngx_http_script_compile_t *sc)$/;"	f
ngx_http_script_compile_t	src/http/ngx_http_script.h	/^} ngx_http_script_compile_t;$/;"	t	typeref:struct:__anon210
ngx_http_script_complex_value_code	src/http/ngx_http_script.c	/^ngx_http_script_complex_value_code(ngx_http_script_engine_t *e)$/;"	f
ngx_http_script_complex_value_code_t	src/http/ngx_http_script.h	/^} ngx_http_script_complex_value_code_t;$/;"	t	typeref:struct:__anon224
ngx_http_script_copy_capture_code	src/http/ngx_http_script.c	/^ngx_http_script_copy_capture_code(ngx_http_script_engine_t *e)$/;"	f
ngx_http_script_copy_capture_code_t	src/http/ngx_http_script.h	/^} ngx_http_script_copy_capture_code_t;$/;"	t	typeref:struct:__anon216
ngx_http_script_copy_capture_len_code	src/http/ngx_http_script.c	/^ngx_http_script_copy_capture_len_code(ngx_http_script_engine_t *e)$/;"	f
ngx_http_script_copy_code	src/http/ngx_http_script.c	/^ngx_http_script_copy_code(ngx_http_script_engine_t *e)$/;"	f
ngx_http_script_copy_code_t	src/http/ngx_http_script.h	/^} ngx_http_script_copy_code_t;$/;"	t	typeref:struct:__anon213
ngx_http_script_copy_len_code	src/http/ngx_http_script.c	/^ngx_http_script_copy_len_code(ngx_http_script_engine_t *e)$/;"	f
ngx_http_script_copy_var_code	src/http/ngx_http_script.c	/^ngx_http_script_copy_var_code(ngx_http_script_engine_t *e)$/;"	f
ngx_http_script_copy_var_len_code	src/http/ngx_http_script.c	/^ngx_http_script_copy_var_len_code(ngx_http_script_engine_t *e)$/;"	f
ngx_http_script_done	src/http/ngx_http_script.c	/^ngx_http_script_done(ngx_http_script_compile_t *sc)$/;"	f	file:
ngx_http_script_engine_t	src/http/ngx_http_script.h	/^} ngx_http_script_engine_t;$/;"	t	typeref:struct:__anon209
ngx_http_script_equal_code	src/http/ngx_http_script.c	/^ngx_http_script_equal_code(ngx_http_script_engine_t *e)$/;"	f
ngx_http_script_exit	src/http/ngx_http_script.c	30;"	d	file:
ngx_http_script_exit_code	src/http/ngx_http_script.c	/^static uintptr_t ngx_http_script_exit_code = (uintptr_t) NULL;$/;"	v	file:
ngx_http_script_file_code	src/http/ngx_http_script.c	/^ngx_http_script_file_code(ngx_http_script_engine_t *e)$/;"	f
ngx_http_script_file_code_t	src/http/ngx_http_script.h	/^} ngx_http_script_file_code_t;$/;"	t	typeref:struct:__anon222
ngx_http_script_file_dir	src/http/ngx_http_script.h	/^    ngx_http_script_file_dir,$/;"	e	enum:__anon221
ngx_http_script_file_exec	src/http/ngx_http_script.h	/^    ngx_http_script_file_exec,$/;"	e	enum:__anon221
ngx_http_script_file_exists	src/http/ngx_http_script.h	/^    ngx_http_script_file_exists,$/;"	e	enum:__anon221
ngx_http_script_file_not_dir	src/http/ngx_http_script.h	/^    ngx_http_script_file_not_dir,$/;"	e	enum:__anon221
ngx_http_script_file_not_exec	src/http/ngx_http_script.h	/^    ngx_http_script_file_not_exec$/;"	e	enum:__anon221
ngx_http_script_file_not_exists	src/http/ngx_http_script.h	/^    ngx_http_script_file_not_exists,$/;"	e	enum:__anon221
ngx_http_script_file_not_plain	src/http/ngx_http_script.h	/^    ngx_http_script_file_not_plain,$/;"	e	enum:__anon221
ngx_http_script_file_op_e	src/http/ngx_http_script.h	/^} ngx_http_script_file_op_e;$/;"	t	typeref:enum:__anon221
ngx_http_script_file_plain	src/http/ngx_http_script.h	/^    ngx_http_script_file_plain = 0,$/;"	e	enum:__anon221
ngx_http_script_flush_complex_value	src/http/ngx_http_script.c	/^ngx_http_script_flush_complex_value(ngx_http_request_t *r,$/;"	f
ngx_http_script_flush_no_cacheable_variables	src/http/ngx_http_script.c	/^ngx_http_script_flush_no_cacheable_variables(ngx_http_request_t *r,$/;"	f
ngx_http_script_full_name_code	src/http/ngx_http_script.c	/^ngx_http_script_full_name_code(ngx_http_script_engine_t *e)$/;"	f	file:
ngx_http_script_full_name_code_t	src/http/ngx_http_script.h	/^} ngx_http_script_full_name_code_t;$/;"	t	typeref:struct:__anon219
ngx_http_script_full_name_len_code	src/http/ngx_http_script.c	/^ngx_http_script_full_name_len_code(ngx_http_script_engine_t *e)$/;"	f	file:
ngx_http_script_if_code	src/http/ngx_http_script.c	/^ngx_http_script_if_code(ngx_http_script_engine_t *e)$/;"	f
ngx_http_script_if_code_t	src/http/ngx_http_script.h	/^} ngx_http_script_if_code_t;$/;"	t	typeref:struct:__anon223
ngx_http_script_init_arrays	src/http/ngx_http_script.c	/^ngx_http_script_init_arrays(ngx_http_script_compile_t *sc)$/;"	f	file:
ngx_http_script_len_code_pt	src/http/ngx_http_script.h	/^typedef size_t (*ngx_http_script_len_code_pt) (ngx_http_script_engine_t *e);$/;"	t
ngx_http_script_mark_args_code	src/http/ngx_http_script.c	/^ngx_http_script_mark_args_code(ngx_http_script_engine_t *e)$/;"	f
ngx_http_script_nop_code	src/http/ngx_http_script.c	/^ngx_http_script_nop_code(ngx_http_script_engine_t *e)$/;"	f
ngx_http_script_not_equal_code	src/http/ngx_http_script.c	/^ngx_http_script_not_equal_code(ngx_http_script_engine_t *e)$/;"	f
ngx_http_script_regex_code_t	src/http/ngx_http_script.h	/^} ngx_http_script_regex_code_t;$/;"	t	typeref:struct:__anon217
ngx_http_script_regex_end_code	src/http/ngx_http_script.c	/^ngx_http_script_regex_end_code(ngx_http_script_engine_t *e)$/;"	f
ngx_http_script_regex_end_code_t	src/http/ngx_http_script.h	/^} ngx_http_script_regex_end_code_t;$/;"	t	typeref:struct:__anon218
ngx_http_script_regex_start_code	src/http/ngx_http_script.c	/^ngx_http_script_regex_start_code(ngx_http_script_engine_t *e)$/;"	f
ngx_http_script_return_code	src/http/ngx_http_script.c	/^ngx_http_script_return_code(ngx_http_script_engine_t *e)$/;"	f
ngx_http_script_return_code_t	src/http/ngx_http_script.h	/^} ngx_http_script_return_code_t;$/;"	t	typeref:struct:__anon220
ngx_http_script_run	src/http/ngx_http_script.c	/^ngx_http_script_run(ngx_http_request_t *r, ngx_str_t *value,$/;"	f
ngx_http_script_set_var_code	src/http/ngx_http_script.c	/^ngx_http_script_set_var_code(ngx_http_script_engine_t *e)$/;"	f
ngx_http_script_start_args_code	src/http/ngx_http_script.c	/^ngx_http_script_start_args_code(ngx_http_script_engine_t *e)$/;"	f
ngx_http_script_start_code	src/http/ngx_http_script.c	/^ngx_http_script_start_code(ngx_pool_t *pool, ngx_array_t **codes, size_t size)$/;"	f
ngx_http_script_value_code	src/http/ngx_http_script.c	/^ngx_http_script_value_code(ngx_http_script_engine_t *e)$/;"	f
ngx_http_script_value_code_t	src/http/ngx_http_script.h	/^} ngx_http_script_value_code_t;$/;"	t	typeref:struct:__anon225
ngx_http_script_var_code	src/http/ngx_http_script.c	/^ngx_http_script_var_code(ngx_http_script_engine_t *e)$/;"	f
ngx_http_script_var_code_t	src/http/ngx_http_script.h	/^} ngx_http_script_var_code_t;$/;"	t	typeref:struct:__anon214
ngx_http_script_var_handler_code_t	src/http/ngx_http_script.h	/^} ngx_http_script_var_handler_code_t;$/;"	t	typeref:struct:__anon215
ngx_http_script_var_set_handler_code	src/http/ngx_http_script.c	/^ngx_http_script_var_set_handler_code(ngx_http_script_engine_t *e)$/;"	f
ngx_http_script_variables_count	src/http/ngx_http_script.c	/^ngx_http_script_variables_count(ngx_str_t *value)$/;"	f
ngx_http_secure_link_add_variables	src/http/modules/ngx_http_secure_link_module.c	/^ngx_http_secure_link_add_variables(ngx_conf_t *cf)$/;"	f	file:
ngx_http_secure_link_commands	src/http/modules/ngx_http_secure_link_module.c	/^static ngx_command_t  ngx_http_secure_link_commands[] = {$/;"	v	file:
ngx_http_secure_link_conf_t	src/http/modules/ngx_http_secure_link_module.c	/^} ngx_http_secure_link_conf_t;$/;"	t	typeref:struct:__anon72	file:
ngx_http_secure_link_create_conf	src/http/modules/ngx_http_secure_link_module.c	/^ngx_http_secure_link_create_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_secure_link_ctx_t	src/http/modules/ngx_http_secure_link_module.c	/^} ngx_http_secure_link_ctx_t;$/;"	t	typeref:struct:__anon73	file:
ngx_http_secure_link_expires_name	src/http/modules/ngx_http_secure_link_module.c	/^static ngx_str_t  ngx_http_secure_link_expires_name =$/;"	v	file:
ngx_http_secure_link_expires_variable	src/http/modules/ngx_http_secure_link_module.c	/^ngx_http_secure_link_expires_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_secure_link_merge_conf	src/http/modules/ngx_http_secure_link_module.c	/^ngx_http_secure_link_merge_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_secure_link_module	src/http/modules/ngx_http_secure_link_module.c	/^ngx_module_t  ngx_http_secure_link_module = {$/;"	v
ngx_http_secure_link_module_ctx	src/http/modules/ngx_http_secure_link_module.c	/^static ngx_http_module_t  ngx_http_secure_link_module_ctx = {$/;"	v	file:
ngx_http_secure_link_name	src/http/modules/ngx_http_secure_link_module.c	/^static ngx_str_t  ngx_http_secure_link_name = ngx_string("secure_link");$/;"	v	file:
ngx_http_secure_link_old_variable	src/http/modules/ngx_http_secure_link_module.c	/^ngx_http_secure_link_old_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_secure_link_variable	src/http/modules/ngx_http_secure_link_module.c	/^ngx_http_secure_link_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_send_error_page	src/http/ngx_http_special_response.c	/^ngx_http_send_error_page(ngx_http_request_t *r, ngx_http_err_page_t *err_page)$/;"	f	file:
ngx_http_send_header	src/http/ngx_http_core_module.c	/^ngx_http_send_header(ngx_http_request_t *r)$/;"	f
ngx_http_send_refresh	src/http/ngx_http_special_response.c	/^ngx_http_send_refresh(ngx_http_request_t *r)$/;"	f	file:
ngx_http_send_response	src/http/ngx_http_core_module.c	/^ngx_http_send_response(ngx_http_request_t *r, ngx_uint_t status,$/;"	f
ngx_http_send_special	src/http/ngx_http_request.c	/^ngx_http_send_special(ngx_http_request_t *r, ngx_uint_t flags)$/;"	f
ngx_http_send_special_response	src/http/ngx_http_special_response.c	/^ngx_http_send_special_response(ngx_http_request_t *r,$/;"	f	file:
ngx_http_server_full_string	src/http/ngx_http_header_filter_module.c	/^static char ngx_http_server_full_string[] = "Server: " NGINX_VER CRLF;$/;"	v	file:
ngx_http_server_name_t	src/http/ngx_http_core_module.h	/^} ngx_http_server_name_t;$/;"	t	typeref:struct:__anon174
ngx_http_server_names	src/http/ngx_http.c	/^ngx_http_server_names(ngx_conf_t *cf, ngx_http_core_main_conf_t *cmcf,$/;"	f	file:
ngx_http_server_string	src/http/ngx_http_header_filter_module.c	/^static char ngx_http_server_string[] = "Server: nginx" CRLF;$/;"	v	file:
ngx_http_set_busy_lock_slot	src/http/ngx_http_busy_lock.c	/^char *ngx_http_set_busy_lock_slot(ngx_conf_t *cf, ngx_command_t *cmd,$/;"	f
ngx_http_set_charset	src/http/modules/ngx_http_charset_filter_module.c	/^ngx_http_set_charset(ngx_http_request_t *r, ngx_str_t *charset)$/;"	f	file:
ngx_http_set_charset_slot	src/http/modules/ngx_http_charset_filter_module.c	/^ngx_http_set_charset_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_set_complex_value_slot	src/http/ngx_http_script.c	/^ngx_http_set_complex_value_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f
ngx_http_set_connection_log	src/http/ngx_http_request.h	584;"	d
ngx_http_set_content_type	src/http/ngx_http_core_module.c	/^ngx_http_set_content_type(ngx_http_request_t *r)$/;"	f
ngx_http_set_ctx	src/http/ngx_http.h	80;"	d
ngx_http_set_default_types	src/http/ngx_http.c	/^ngx_http_set_default_types(ngx_conf_t *cf, ngx_array_t **types,$/;"	f
ngx_http_set_disable_symlinks	src/http/ngx_http_core_module.c	/^ngx_http_set_disable_symlinks(ngx_http_request_t *r,$/;"	f
ngx_http_set_etag	src/http/ngx_http_core_module.c	/^ngx_http_set_etag(ngx_http_request_t *r)$/;"	f
ngx_http_set_expires	src/http/modules/ngx_http_headers_filter_module.c	/^ngx_http_set_expires(ngx_http_request_t *r, ngx_http_headers_conf_t *conf)$/;"	f	file:
ngx_http_set_exten	src/http/ngx_http_core_module.c	/^ngx_http_set_exten(ngx_http_request_t *r)$/;"	f
ngx_http_set_header_pt	src/http/modules/ngx_http_headers_filter_module.c	/^typedef ngx_int_t (*ngx_http_set_header_pt)(ngx_http_request_t *r,$/;"	t	file:
ngx_http_set_header_t	src/http/modules/ngx_http_headers_filter_module.c	/^} ngx_http_set_header_t;$/;"	t	typeref:struct:__anon136	file:
ngx_http_set_headers	src/http/modules/ngx_http_headers_filter_module.c	/^static ngx_http_set_header_t  ngx_http_set_headers[] = {$/;"	v	file:
ngx_http_set_keepalive	src/http/ngx_http_request.c	/^ngx_http_set_keepalive(ngx_http_request_t *r)$/;"	f	file:
ngx_http_set_last_modified	src/http/modules/ngx_http_headers_filter_module.c	/^ngx_http_set_last_modified(ngx_http_request_t *r, ngx_http_header_val_t *hv,$/;"	f	file:
ngx_http_set_lingering_close	src/http/ngx_http_request.c	/^ngx_http_set_lingering_close(ngx_http_request_t *r)$/;"	f	file:
ngx_http_set_predicate_slot	src/http/ngx_http_script.c	/^ngx_http_set_predicate_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f
ngx_http_set_response_header	src/http/modules/ngx_http_headers_filter_module.c	/^ngx_http_set_response_header(ngx_http_request_t *r, ngx_http_header_val_t *hv,$/;"	f	file:
ngx_http_set_status	src/http/modules/ngx_http_stub_status_module.c	/^static char *ngx_http_set_status(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_set_variable_pt	src/http/ngx_http_variables.h	/^typedef void (*ngx_http_set_variable_pt) (ngx_http_request_t *r,$/;"	t
ngx_http_set_virtual_server	src/http/ngx_http_request.c	/^ngx_http_set_virtual_server(ngx_http_request_t *r, ngx_str_t *host)$/;"	f	file:
ngx_http_set_write_handler	src/http/ngx_http_request.c	/^ngx_http_set_write_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_source_charset	src/http/modules/ngx_http_charset_filter_module.c	/^ngx_http_source_charset(ngx_http_request_t *r, ngx_str_t *name)$/;"	f	file:
ngx_http_spdy_add_variables	src/http/ngx_http_spdy_module.c	/^ngx_http_spdy_add_variables(ngx_conf_t *cf)$/;"	f	file:
ngx_http_spdy_alloc_large_header_buffer	src/http/ngx_http_spdy.c	/^ngx_http_spdy_alloc_large_header_buffer(ngx_http_request_t *r)$/;"	f	file:
ngx_http_spdy_body_filter	src/http/ngx_http_spdy_filter_module.c	/^ngx_http_spdy_body_filter(ngx_http_request_t *r, ngx_chain_t *in)$/;"	f	file:
ngx_http_spdy_close_stream	src/http/ngx_http_spdy.c	/^ngx_http_spdy_close_stream(ngx_http_spdy_stream_t *stream, ngx_int_t rc)$/;"	f
ngx_http_spdy_commands	src/http/ngx_http_spdy_module.c	/^static ngx_command_t  ngx_http_spdy_commands[] = {$/;"	v	file:
ngx_http_spdy_connection_s	src/http/ngx_http_spdy.h	/^struct ngx_http_spdy_connection_s {$/;"	s
ngx_http_spdy_connection_t	src/http/ngx_http_spdy.h	/^typedef struct ngx_http_spdy_connection_s   ngx_http_spdy_connection_t;$/;"	t	typeref:struct:ngx_http_spdy_connection_s
ngx_http_spdy_construct_request_line	src/http/ngx_http_spdy.c	/^ngx_http_spdy_construct_request_line(ngx_http_request_t *r)$/;"	f	file:
ngx_http_spdy_create_main_conf	src/http/ngx_http_spdy_module.c	/^ngx_http_spdy_create_main_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_spdy_create_srv_conf	src/http/ngx_http_spdy_module.c	/^ngx_http_spdy_create_srv_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_spdy_create_stream	src/http/ngx_http_spdy.c	/^ngx_http_spdy_create_stream(ngx_http_spdy_connection_t *sc, ngx_uint_t id,$/;"	f	file:
ngx_http_spdy_ctl_frame_handler	src/http/ngx_http_spdy.c	/^ngx_http_spdy_ctl_frame_handler(ngx_http_spdy_connection_t *sc,$/;"	f	file:
ngx_http_spdy_data_frame_handler	src/http/ngx_http_spdy_filter_module.c	/^ngx_http_spdy_data_frame_handler(ngx_http_spdy_connection_t *sc,$/;"	f	file:
ngx_http_spdy_dict	src/http/ngx_http_spdy.c	/^static const u_char ngx_http_spdy_dict[] =$/;"	v	file:
ngx_http_spdy_filter_cleanup	src/http/ngx_http_spdy_filter_module.c	/^ngx_http_spdy_filter_cleanup(void *data)$/;"	f	file:
ngx_http_spdy_filter_get_data_frame	src/http/ngx_http_spdy_filter_module.c	/^ngx_http_spdy_filter_get_data_frame(ngx_http_spdy_stream_t *stream,$/;"	f	file:
ngx_http_spdy_filter_init	src/http/ngx_http_spdy_filter_module.c	/^ngx_http_spdy_filter_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_spdy_filter_module	src/http/ngx_http_spdy_filter_module.c	/^ngx_module_t  ngx_http_spdy_filter_module = {$/;"	v
ngx_http_spdy_filter_module_ctx	src/http/ngx_http_spdy_filter_module.c	/^static ngx_http_module_t  ngx_http_spdy_filter_module_ctx = {$/;"	v	file:
ngx_http_spdy_filter_send	src/http/ngx_http_spdy_filter_module.c	/^ngx_http_spdy_filter_send(ngx_connection_t *fc, ngx_http_spdy_stream_t *stream)$/;"	f	file:
ngx_http_spdy_finalize_connection	src/http/ngx_http_spdy.c	/^ngx_http_spdy_finalize_connection(ngx_http_spdy_connection_t *sc,$/;"	f	file:
ngx_http_spdy_get_ctl_frame	src/http/ngx_http_spdy.c	/^ngx_http_spdy_get_ctl_frame(ngx_http_spdy_connection_t *sc, size_t size,$/;"	f	file:
ngx_http_spdy_get_stream_by_id	src/http/ngx_http_spdy.c	/^ngx_http_spdy_get_stream_by_id(ngx_http_spdy_connection_t *sc,$/;"	f	file:
ngx_http_spdy_handle_connection	src/http/ngx_http_spdy.c	/^ngx_http_spdy_handle_connection(ngx_http_spdy_connection_t *sc)$/;"	f	file:
ngx_http_spdy_handle_connection_handler	src/http/ngx_http_spdy.c	/^ngx_http_spdy_handle_connection_handler(ngx_event_t *rev)$/;"	f	file:
ngx_http_spdy_handle_frame	src/http/ngx_http_spdy_filter_module.c	/^ngx_http_spdy_handle_frame(ngx_http_spdy_stream_t *stream,$/;"	f	file:
ngx_http_spdy_handle_request_header	src/http/ngx_http_spdy.c	/^ngx_http_spdy_handle_request_header(ngx_http_request_t *r)$/;"	f	file:
ngx_http_spdy_handle_stream	src/http/ngx_http_spdy_filter_module.c	/^ngx_http_spdy_handle_stream(ngx_http_spdy_connection_t *sc,$/;"	f	file:
ngx_http_spdy_handler_pt	src/http/ngx_http_spdy.h	/^typedef u_char *(*ngx_http_spdy_handler_pt) (ngx_http_spdy_connection_t *sc,$/;"	t
ngx_http_spdy_header_filter	src/http/ngx_http_spdy_filter_module.c	/^ngx_http_spdy_header_filter(ngx_http_request_t *r)$/;"	f	file:
ngx_http_spdy_headers_comp_bounds	src/http/ngx_http_spdy_module.c	/^static ngx_conf_num_bounds_t  ngx_http_spdy_headers_comp_bounds = {$/;"	v	file:
ngx_http_spdy_init	src/http/ngx_http_spdy.c	/^ngx_http_spdy_init(ngx_event_t *rev)$/;"	f
ngx_http_spdy_init_main_conf	src/http/ngx_http_spdy_module.c	/^ngx_http_spdy_init_main_conf(ngx_conf_t *cf, void *conf)$/;"	f	file:
ngx_http_spdy_init_request_body	src/http/ngx_http_spdy.c	/^ngx_http_spdy_init_request_body(ngx_http_request_t *r)$/;"	f	file:
ngx_http_spdy_keepalive_handler	src/http/ngx_http_spdy.c	/^ngx_http_spdy_keepalive_handler(ngx_event_t *rev)$/;"	f	file:
ngx_http_spdy_main_conf_t	src/http/ngx_http_spdy_module.h	/^} ngx_http_spdy_main_conf_t;$/;"	t	typeref:struct:__anon226
ngx_http_spdy_merge_srv_conf	src/http/ngx_http_spdy_module.c	/^ngx_http_spdy_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_spdy_module	src/http/ngx_http_spdy_module.c	/^ngx_module_t  ngx_http_spdy_module = {$/;"	v
ngx_http_spdy_module_ctx	src/http/ngx_http_spdy_module.c	/^static ngx_http_module_t  ngx_http_spdy_module_ctx = {$/;"	v	file:
ngx_http_spdy_module_init	src/http/ngx_http_spdy_module.c	/^ngx_http_spdy_module_init(ngx_cycle_t *cycle)$/;"	f	file:
ngx_http_spdy_nv_nsize	src/http/ngx_http_spdy_filter_module.c	19;"	d	file:
ngx_http_spdy_nv_vsize	src/http/ngx_http_spdy_filter_module.c	20;"	d	file:
ngx_http_spdy_nv_write_name	src/http/ngx_http_spdy_filter_module.c	26;"	d	file:
ngx_http_spdy_nv_write_nlen	src/http/ngx_http_spdy_filter_module.c	23;"	d	file:
ngx_http_spdy_nv_write_num	src/http/ngx_http_spdy_filter_module.c	22;"	d	file:
ngx_http_spdy_nv_write_val	src/http/ngx_http_spdy_filter_module.c	29;"	d	file:
ngx_http_spdy_nv_write_vlen	src/http/ngx_http_spdy_filter_module.c	24;"	d	file:
ngx_http_spdy_out_frame_s	src/http/ngx_http_spdy.h	/^struct ngx_http_spdy_out_frame_s {$/;"	s
ngx_http_spdy_out_frame_t	src/http/ngx_http_spdy.h	/^typedef struct ngx_http_spdy_out_frame_s    ngx_http_spdy_out_frame_t;$/;"	t	typeref:struct:ngx_http_spdy_out_frame_s
ngx_http_spdy_parse_header	src/http/ngx_http_spdy.c	/^ngx_http_spdy_parse_header(ngx_http_request_t *r)$/;"	f	file:
ngx_http_spdy_parse_method	src/http/ngx_http_spdy.c	/^ngx_http_spdy_parse_method(ngx_http_request_t *r)$/;"	f	file:
ngx_http_spdy_parse_scheme	src/http/ngx_http_spdy.c	/^ngx_http_spdy_parse_scheme(ngx_http_request_t *r)$/;"	f	file:
ngx_http_spdy_parse_url	src/http/ngx_http_spdy.c	/^ngx_http_spdy_parse_url(ngx_http_request_t *r)$/;"	f	file:
ngx_http_spdy_parse_version	src/http/ngx_http_spdy.c	/^ngx_http_spdy_parse_version(ngx_http_request_t *r)$/;"	f	file:
ngx_http_spdy_pool_cleanup	src/http/ngx_http_spdy.c	/^ngx_http_spdy_pool_cleanup(void *data)$/;"	f	file:
ngx_http_spdy_pool_size	src/http/ngx_http_spdy_module.c	/^ngx_http_spdy_pool_size(ngx_conf_t *cf, void *post, void *data)$/;"	f	file:
ngx_http_spdy_pool_size_post	src/http/ngx_http_spdy_module.c	/^static ngx_conf_post_t  ngx_http_spdy_pool_size_post =$/;"	v	file:
ngx_http_spdy_queue_blocked_frame	src/http/ngx_http_spdy.h	/^ngx_http_spdy_queue_blocked_frame(ngx_http_spdy_connection_t *sc,$/;"	f
ngx_http_spdy_queue_frame	src/http/ngx_http_spdy.h	/^ngx_http_spdy_queue_frame(ngx_http_spdy_connection_t *sc,$/;"	f
ngx_http_spdy_read_handler	src/http/ngx_http_spdy.c	/^ngx_http_spdy_read_handler(ngx_event_t *rev)$/;"	f	file:
ngx_http_spdy_read_request_body	src/http/ngx_http_spdy.c	/^ngx_http_spdy_read_request_body(ngx_http_request_t *r,$/;"	f
ngx_http_spdy_recv_buffer_size	src/http/ngx_http_spdy_module.c	/^ngx_http_spdy_recv_buffer_size(ngx_conf_t *cf, void *post, void *data)$/;"	f	file:
ngx_http_spdy_recv_buffer_size_post	src/http/ngx_http_spdy_module.c	/^static ngx_conf_post_t  ngx_http_spdy_recv_buffer_size_post =$/;"	v	file:
ngx_http_spdy_request_header_t	src/http/ngx_http_spdy.c	/^} ngx_http_spdy_request_header_t;$/;"	t	typeref:struct:__anon206	file:
ngx_http_spdy_request_headers	src/http/ngx_http_spdy.c	/^static ngx_http_spdy_request_header_t ngx_http_spdy_request_headers[] = {$/;"	v	file:
ngx_http_spdy_request_headers_init	src/http/ngx_http_spdy.c	/^ngx_http_spdy_request_headers_init()$/;"	f
ngx_http_spdy_request_priority_variable	src/http/ngx_http_spdy_module.c	/^ngx_http_spdy_request_priority_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_spdy_run_request	src/http/ngx_http_spdy.c	/^ngx_http_spdy_run_request(ngx_http_request_t *r)$/;"	f	file:
ngx_http_spdy_send_output_queue	src/http/ngx_http_spdy.c	/^ngx_http_spdy_send_output_queue(ngx_http_spdy_connection_t *sc)$/;"	f
ngx_http_spdy_send_rst_stream	src/http/ngx_http_spdy.c	/^ngx_http_spdy_send_rst_stream(ngx_http_spdy_connection_t *sc, ngx_uint_t sid,$/;"	f	file:
ngx_http_spdy_send_settings	src/http/ngx_http_spdy.c	/^ngx_http_spdy_send_settings(ngx_http_spdy_connection_t *sc)$/;"	f	file:
ngx_http_spdy_settings_frame_handler	src/http/ngx_http_spdy.c	/^ngx_http_spdy_settings_frame_handler(ngx_http_spdy_connection_t *sc,$/;"	f
ngx_http_spdy_srv_conf_t	src/http/ngx_http_spdy_module.h	/^} ngx_http_spdy_srv_conf_t;$/;"	t	typeref:struct:__anon227
ngx_http_spdy_state_complete	src/http/ngx_http_spdy.c	/^ngx_http_spdy_state_complete(ngx_http_spdy_connection_t *sc, u_char *pos,$/;"	f	file:
ngx_http_spdy_state_data	src/http/ngx_http_spdy.c	/^ngx_http_spdy_state_data(ngx_http_spdy_connection_t *sc, u_char *pos,$/;"	f	file:
ngx_http_spdy_state_detect_settings	src/http/ngx_http_spdy.c	/^ngx_http_spdy_state_detect_settings(ngx_http_spdy_connection_t *sc,$/;"	f	file:
ngx_http_spdy_state_head	src/http/ngx_http_spdy.c	/^ngx_http_spdy_state_head(ngx_http_spdy_connection_t *sc, u_char *pos,$/;"	f	file:
ngx_http_spdy_state_headers	src/http/ngx_http_spdy.c	/^ngx_http_spdy_state_headers(ngx_http_spdy_connection_t *sc, u_char *pos,$/;"	f	file:
ngx_http_spdy_state_headers_error	src/http/ngx_http_spdy.c	/^ngx_http_spdy_state_headers_error(ngx_http_spdy_connection_t *sc, u_char *pos,$/;"	f	file:
ngx_http_spdy_state_headers_skip	src/http/ngx_http_spdy.c	/^ngx_http_spdy_state_headers_skip(ngx_http_spdy_connection_t *sc, u_char *pos,$/;"	f	file:
ngx_http_spdy_state_internal_error	src/http/ngx_http_spdy.c	/^ngx_http_spdy_state_internal_error(ngx_http_spdy_connection_t *sc)$/;"	f	file:
ngx_http_spdy_state_noop	src/http/ngx_http_spdy.c	/^ngx_http_spdy_state_noop(ngx_http_spdy_connection_t *sc, u_char *pos,$/;"	f	file:
ngx_http_spdy_state_ping	src/http/ngx_http_spdy.c	/^ngx_http_spdy_state_ping(ngx_http_spdy_connection_t *sc, u_char *pos,$/;"	f	file:
ngx_http_spdy_state_protocol_error	src/http/ngx_http_spdy.c	/^ngx_http_spdy_state_protocol_error(ngx_http_spdy_connection_t *sc)$/;"	f	file:
ngx_http_spdy_state_rst_stream	src/http/ngx_http_spdy.c	/^ngx_http_spdy_state_rst_stream(ngx_http_spdy_connection_t *sc, u_char *pos,$/;"	f	file:
ngx_http_spdy_state_save	src/http/ngx_http_spdy.c	/^ngx_http_spdy_state_save(ngx_http_spdy_connection_t *sc,$/;"	f	file:
ngx_http_spdy_state_settings	src/http/ngx_http_spdy.c	/^ngx_http_spdy_state_settings(ngx_http_spdy_connection_t *sc, u_char *pos,$/;"	f	file:
ngx_http_spdy_state_skip	src/http/ngx_http_spdy.c	/^ngx_http_spdy_state_skip(ngx_http_spdy_connection_t *sc, u_char *pos,$/;"	f	file:
ngx_http_spdy_state_syn_stream	src/http/ngx_http_spdy.c	/^ngx_http_spdy_state_syn_stream(ngx_http_spdy_connection_t *sc, u_char *pos,$/;"	f	file:
ngx_http_spdy_stream_index	src/http/ngx_http_spdy.c	132;"	d	file:
ngx_http_spdy_stream_s	src/http/ngx_http_spdy.h	/^struct ngx_http_spdy_stream_s {$/;"	s
ngx_http_spdy_stream_t	src/http/ngx_http.h	/^typedef struct ngx_http_spdy_stream_s  ngx_http_spdy_stream_t;$/;"	t	typeref:struct:ngx_http_spdy_stream_s
ngx_http_spdy_streams_index_mask	src/http/ngx_http_spdy_module.c	/^ngx_http_spdy_streams_index_mask(ngx_conf_t *cf, void *post, void *data)$/;"	f	file:
ngx_http_spdy_streams_index_mask_post	src/http/ngx_http_spdy_module.c	/^static ngx_conf_post_t  ngx_http_spdy_streams_index_mask_post =$/;"	v	file:
ngx_http_spdy_streams_index_size	src/http/ngx_http_spdy.c	131;"	d	file:
ngx_http_spdy_syn_frame_handler	src/http/ngx_http_spdy_filter_module.c	/^ngx_http_spdy_syn_frame_handler(ngx_http_spdy_connection_t *sc,$/;"	f	file:
ngx_http_spdy_variable	src/http/ngx_http_spdy_module.c	/^ngx_http_spdy_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_spdy_vars	src/http/ngx_http_spdy_module.c	/^static ngx_http_variable_t  ngx_http_spdy_vars[] = {$/;"	v	file:
ngx_http_spdy_write_handler	src/http/ngx_http_spdy.c	/^ngx_http_spdy_write_handler(ngx_event_t *wev)$/;"	f	file:
ngx_http_spdy_zalloc	src/http/ngx_http_spdy.c	/^ngx_http_spdy_zalloc(void *opaque, u_int items, u_int size)$/;"	f	file:
ngx_http_spdy_zfree	src/http/ngx_http_spdy.c	/^ngx_http_spdy_zfree(void *opaque, void *address)$/;"	f	file:
ngx_http_special_response_handler	src/http/ngx_http_special_response.c	/^ngx_http_special_response_handler(ngx_http_request_t *r, ngx_int_t error)$/;"	f
ngx_http_split_args	src/http/ngx_http_parse.c	/^ngx_http_split_args(ngx_http_request_t *r, ngx_str_t *uri, ngx_str_t *args)$/;"	f
ngx_http_split_clients	src/http/modules/ngx_http_split_clients_module.c	/^ngx_http_split_clients(ngx_conf_t *cf, ngx_command_t *dummy, void *conf)$/;"	f	file:
ngx_http_split_clients_commands	src/http/modules/ngx_http_split_clients_module.c	/^static ngx_command_t  ngx_http_split_clients_commands[] = {$/;"	v	file:
ngx_http_split_clients_ctx_t	src/http/modules/ngx_http_split_clients_module.c	/^} ngx_http_split_clients_ctx_t;$/;"	t	typeref:struct:__anon24	file:
ngx_http_split_clients_module	src/http/modules/ngx_http_split_clients_module.c	/^ngx_module_t  ngx_http_split_clients_module = {$/;"	v
ngx_http_split_clients_module_ctx	src/http/modules/ngx_http_split_clients_module.c	/^static ngx_http_module_t  ngx_http_split_clients_module_ctx = {$/;"	v	file:
ngx_http_split_clients_part_t	src/http/modules/ngx_http_split_clients_module.c	/^} ngx_http_split_clients_part_t;$/;"	t	typeref:struct:__anon23	file:
ngx_http_split_clients_variable	src/http/modules/ngx_http_split_clients_module.c	/^ngx_http_split_clients_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_ssi_block	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_block(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ctx,$/;"	f	file:
ngx_http_ssi_block_params	src/http/modules/ngx_http_ssi_filter_module.c	/^static ngx_http_ssi_param_t  ngx_http_ssi_block_params[] = {$/;"	v	file:
ngx_http_ssi_block_t	src/http/modules/ngx_http_ssi_filter_module.c	/^} ngx_http_ssi_block_t;$/;"	t	typeref:struct:__anon40	file:
ngx_http_ssi_body_filter	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_body_filter(ngx_http_request_t *r, ngx_chain_t *in)$/;"	f	file:
ngx_http_ssi_buffered	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_buffered(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ctx)$/;"	f	file:
ngx_http_ssi_command_pt	src/http/modules/ngx_http_ssi_filter_module.h	/^typedef ngx_int_t (*ngx_http_ssi_command_pt) (ngx_http_request_t *r,$/;"	t
ngx_http_ssi_command_t	src/http/modules/ngx_http_ssi_filter_module.h	/^} ngx_http_ssi_command_t;$/;"	t	typeref:struct:__anon156
ngx_http_ssi_commands	src/http/modules/ngx_http_ssi_filter_module.c	/^static ngx_http_ssi_command_t  ngx_http_ssi_commands[] = {$/;"	v	file:
ngx_http_ssi_config	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_config(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ctx,$/;"	f	file:
ngx_http_ssi_config_params	src/http/modules/ngx_http_ssi_filter_module.c	/^static ngx_http_ssi_param_t  ngx_http_ssi_config_params[] = {$/;"	v	file:
ngx_http_ssi_create_loc_conf	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_create_loc_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_ssi_create_main_conf	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_create_main_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_ssi_ctx_t	src/http/modules/ngx_http_ssi_filter_module.h	/^} ngx_http_ssi_ctx_t;$/;"	t	typeref:struct:__anon154
ngx_http_ssi_date_gmt_local_variable	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_date_gmt_local_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_ssi_echo	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_echo(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ctx,$/;"	f	file:
ngx_http_ssi_echo_params	src/http/modules/ngx_http_ssi_filter_module.c	/^static ngx_http_ssi_param_t  ngx_http_ssi_echo_params[] = {$/;"	v	file:
ngx_http_ssi_else	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_else(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ctx,$/;"	f	file:
ngx_http_ssi_endblock	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_endblock(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ctx,$/;"	f	file:
ngx_http_ssi_endif	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_endif(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ctx,$/;"	f	file:
ngx_http_ssi_evaluate_string	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_evaluate_string(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ctx,$/;"	f	file:
ngx_http_ssi_filter_commands	src/http/modules/ngx_http_ssi_filter_module.c	/^static ngx_command_t  ngx_http_ssi_filter_commands[] = {$/;"	v	file:
ngx_http_ssi_filter_init	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_filter_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_ssi_filter_module	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_module_t  ngx_http_ssi_filter_module = {$/;"	v
ngx_http_ssi_filter_module_ctx	src/http/modules/ngx_http_ssi_filter_module.c	/^static ngx_http_module_t  ngx_http_ssi_filter_module_ctx = {$/;"	v	file:
ngx_http_ssi_get_variable	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_get_variable(ngx_http_request_t *r, ngx_str_t *name,$/;"	f	file:
ngx_http_ssi_header_filter	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_header_filter(ngx_http_request_t *r)$/;"	f	file:
ngx_http_ssi_if	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_if(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ctx,$/;"	f	file:
ngx_http_ssi_if_params	src/http/modules/ngx_http_ssi_filter_module.c	/^static ngx_http_ssi_param_t  ngx_http_ssi_if_params[] = {$/;"	v	file:
ngx_http_ssi_include	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_include(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ctx,$/;"	f	file:
ngx_http_ssi_include_params	src/http/modules/ngx_http_ssi_filter_module.c	/^static ngx_http_ssi_param_t  ngx_http_ssi_include_params[] = {$/;"	v	file:
ngx_http_ssi_init_main_conf	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_init_main_conf(ngx_conf_t *cf, void *conf)$/;"	f	file:
ngx_http_ssi_loc_conf_t	src/http/modules/ngx_http_ssi_filter_module.c	/^} ngx_http_ssi_loc_conf_t;$/;"	t	typeref:struct:__anon38	file:
ngx_http_ssi_main_conf_t	src/http/modules/ngx_http_ssi_filter_module.h	/^} ngx_http_ssi_main_conf_t;$/;"	t	typeref:struct:__anon153
ngx_http_ssi_merge_loc_conf	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_ssi_no_params	src/http/modules/ngx_http_ssi_filter_module.c	/^static ngx_http_ssi_param_t  ngx_http_ssi_no_params[] = {$/;"	v	file:
ngx_http_ssi_none	src/http/modules/ngx_http_ssi_filter_module.c	/^static ngx_str_t ngx_http_ssi_none = ngx_string("(none)");$/;"	v	file:
ngx_http_ssi_null_string	src/http/modules/ngx_http_ssi_filter_module.c	/^static ngx_str_t ngx_http_ssi_null_string = ngx_null_string;$/;"	v	file:
ngx_http_ssi_output	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_output(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ctx)$/;"	f	file:
ngx_http_ssi_param_t	src/http/modules/ngx_http_ssi_filter_module.h	/^} ngx_http_ssi_param_t;$/;"	t	typeref:struct:__anon155
ngx_http_ssi_parse	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_parse(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ctx)$/;"	f	file:
ngx_http_ssi_preconfiguration	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_preconfiguration(ngx_conf_t *cf)$/;"	f	file:
ngx_http_ssi_regex_match	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_regex_match(ngx_http_request_t *r, ngx_str_t *pattern,$/;"	f	file:
ngx_http_ssi_set	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_set(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ctx,$/;"	f	file:
ngx_http_ssi_set_params	src/http/modules/ngx_http_ssi_filter_module.c	/^static ngx_http_ssi_param_t  ngx_http_ssi_set_params[] = {$/;"	v	file:
ngx_http_ssi_set_variable	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_set_variable(ngx_http_request_t *r, void *data, ngx_int_t rc)$/;"	f	file:
ngx_http_ssi_state_e	src/http/modules/ngx_http_ssi_filter_module.c	/^} ngx_http_ssi_state_e;$/;"	t	typeref:enum:__anon41	file:
ngx_http_ssi_string	src/http/modules/ngx_http_ssi_filter_module.c	/^static u_char ngx_http_ssi_string[] = "<!--";$/;"	v	file:
ngx_http_ssi_stub_output	src/http/modules/ngx_http_ssi_filter_module.c	/^ngx_http_ssi_stub_output(ngx_http_request_t *r, void *data, ngx_int_t rc)$/;"	f	file:
ngx_http_ssi_var_t	src/http/modules/ngx_http_ssi_filter_module.c	/^} ngx_http_ssi_var_t;$/;"	t	typeref:struct:__anon39	file:
ngx_http_ssi_vars	src/http/modules/ngx_http_ssi_filter_module.c	/^static ngx_http_variable_t  ngx_http_ssi_vars[] = {$/;"	v	file:
ngx_http_ssl_add_variables	src/http/modules/ngx_http_ssl_module.c	/^ngx_http_ssl_add_variables(ngx_conf_t *cf)$/;"	f	file:
ngx_http_ssl_commands	src/http/modules/ngx_http_ssl_module.c	/^static ngx_command_t  ngx_http_ssl_commands[] = {$/;"	v	file:
ngx_http_ssl_create_srv_conf	src/http/modules/ngx_http_ssl_module.c	/^ngx_http_ssl_create_srv_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_ssl_enable	src/http/modules/ngx_http_ssl_module.c	/^ngx_http_ssl_enable(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_ssl_handshake	src/http/ngx_http_request.c	/^ngx_http_ssl_handshake(ngx_event_t *rev)$/;"	f	file:
ngx_http_ssl_handshake_handler	src/http/ngx_http_request.c	/^ngx_http_ssl_handshake_handler(ngx_connection_t *c)$/;"	f	file:
ngx_http_ssl_init	src/http/modules/ngx_http_ssl_module.c	/^ngx_http_ssl_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_ssl_merge_srv_conf	src/http/modules/ngx_http_ssl_module.c	/^ngx_http_ssl_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_ssl_module	src/http/modules/ngx_http_ssl_module.c	/^ngx_module_t  ngx_http_ssl_module = {$/;"	v
ngx_http_ssl_module_ctx	src/http/modules/ngx_http_ssl_module.c	/^static ngx_http_module_t  ngx_http_ssl_module_ctx = {$/;"	v	file:
ngx_http_ssl_npn_advertised	src/http/modules/ngx_http_ssl_module.c	/^ngx_http_ssl_npn_advertised(ngx_ssl_conn_t *ssl_conn,$/;"	f	file:
ngx_http_ssl_protocols	src/http/modules/ngx_http_ssl_module.c	/^static ngx_conf_bitmask_t  ngx_http_ssl_protocols[] = {$/;"	v	file:
ngx_http_ssl_servername	src/http/ngx_http_request.c	/^ngx_http_ssl_servername(ngx_ssl_conn_t *ssl_conn, int *ad, void *arg)$/;"	f
ngx_http_ssl_sess_id_ctx	src/http/modules/ngx_http_ssl_module.c	/^static ngx_str_t ngx_http_ssl_sess_id_ctx = ngx_string("HTTP");$/;"	v	file:
ngx_http_ssl_session_cache	src/http/modules/ngx_http_ssl_module.c	/^ngx_http_ssl_session_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_ssl_srv_conf_t	src/http/modules/ngx_http_ssl_module.h	/^} ngx_http_ssl_srv_conf_t;$/;"	t	typeref:struct:__anon30
ngx_http_ssl_static_variable	src/http/modules/ngx_http_ssl_module.c	/^ngx_http_ssl_static_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_ssl_variable	src/http/modules/ngx_http_ssl_module.c	/^ngx_http_ssl_variable(ngx_http_request_t *r, ngx_http_variable_value_t *v,$/;"	f	file:
ngx_http_ssl_vars	src/http/modules/ngx_http_ssl_module.c	/^static ngx_http_variable_t  ngx_http_ssl_vars[] = {$/;"	v	file:
ngx_http_ssl_verify	src/http/modules/ngx_http_ssl_module.c	/^static ngx_conf_enum_t  ngx_http_ssl_verify[] = {$/;"	v	file:
ngx_http_ssl_verify_callback	src/event/ngx_event_openssl.c	/^ngx_http_ssl_verify_callback(int ok, X509_STORE_CTX *x509_store)$/;"	f	file:
ngx_http_starttls_state	src/mail/ngx_mail_ssl_module.c	/^static ngx_conf_enum_t  ngx_http_starttls_state[] = {$/;"	v	file:
ngx_http_state_e	src/http/ngx_http_request.h	/^} ngx_http_state_e;$/;"	t	typeref:enum:__anon231
ngx_http_static_handler	src/http/modules/ngx_http_static_module.c	/^ngx_http_static_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_static_init	src/http/modules/ngx_http_static_module.c	/^ngx_http_static_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_static_module	src/http/modules/ngx_http_static_module.c	/^ngx_module_t  ngx_http_static_module = {$/;"	v
ngx_http_static_module_ctx	src/http/modules/ngx_http_static_module.c	/^ngx_http_module_t  ngx_http_static_module_ctx = {$/;"	v
ngx_http_status_commands	src/http/modules/ngx_http_stub_status_module.c	/^static ngx_command_t  ngx_http_status_commands[] = {$/;"	v	file:
ngx_http_status_handler	src/http/modules/ngx_http_stub_status_module.c	/^static ngx_int_t ngx_http_status_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_status_lines	src/http/ngx_http_header_filter_module.c	/^static ngx_str_t ngx_http_status_lines[] = {$/;"	v	file:
ngx_http_status_t	src/http/ngx_http.h	/^} ngx_http_status_t;$/;"	t	typeref:struct:__anon228
ngx_http_stub_status_add_variables	src/http/modules/ngx_http_stub_status_module.c	/^ngx_http_stub_status_add_variables(ngx_conf_t *cf)$/;"	f	file:
ngx_http_stub_status_module	src/http/modules/ngx_http_stub_status_module.c	/^ngx_module_t  ngx_http_stub_status_module = {$/;"	v
ngx_http_stub_status_module_ctx	src/http/modules/ngx_http_stub_status_module.c	/^static ngx_http_module_t  ngx_http_stub_status_module_ctx = {$/;"	v	file:
ngx_http_stub_status_variable	src/http/modules/ngx_http_stub_status_module.c	/^ngx_http_stub_status_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_stub_status_vars	src/http/modules/ngx_http_stub_status_module.c	/^static ngx_http_variable_t  ngx_http_stub_status_vars[] = {$/;"	v	file:
ngx_http_sub_body_filter	src/http/modules/ngx_http_sub_filter_module.c	/^ngx_http_sub_body_filter(ngx_http_request_t *r, ngx_chain_t *in)$/;"	f	file:
ngx_http_sub_create_conf	src/http/modules/ngx_http_sub_filter_module.c	/^ngx_http_sub_create_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_sub_ctx_t	src/http/modules/ngx_http_sub_filter_module.c	/^} ngx_http_sub_ctx_t;$/;"	t	typeref:struct:__anon135	file:
ngx_http_sub_filter	src/http/modules/ngx_http_sub_filter_module.c	/^ngx_http_sub_filter(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_sub_filter_commands	src/http/modules/ngx_http_sub_filter_module.c	/^static ngx_command_t  ngx_http_sub_filter_commands[] = {$/;"	v	file:
ngx_http_sub_filter_init	src/http/modules/ngx_http_sub_filter_module.c	/^ngx_http_sub_filter_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_sub_filter_module	src/http/modules/ngx_http_sub_filter_module.c	/^ngx_module_t  ngx_http_sub_filter_module = {$/;"	v
ngx_http_sub_filter_module_ctx	src/http/modules/ngx_http_sub_filter_module.c	/^static ngx_http_module_t  ngx_http_sub_filter_module_ctx = {$/;"	v	file:
ngx_http_sub_header_filter	src/http/modules/ngx_http_sub_filter_module.c	/^ngx_http_sub_header_filter(ngx_http_request_t *r)$/;"	f	file:
ngx_http_sub_loc_conf_t	src/http/modules/ngx_http_sub_filter_module.c	/^} ngx_http_sub_loc_conf_t;$/;"	t	typeref:struct:__anon133	file:
ngx_http_sub_merge_conf	src/http/modules/ngx_http_sub_filter_module.c	/^ngx_http_sub_merge_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_sub_output	src/http/modules/ngx_http_sub_filter_module.c	/^ngx_http_sub_output(ngx_http_request_t *r, ngx_http_sub_ctx_t *ctx)$/;"	f	file:
ngx_http_sub_parse	src/http/modules/ngx_http_sub_filter_module.c	/^ngx_http_sub_parse(ngx_http_request_t *r, ngx_http_sub_ctx_t *ctx)$/;"	f	file:
ngx_http_sub_state_e	src/http/modules/ngx_http_sub_filter_module.c	/^} ngx_http_sub_state_e;$/;"	t	typeref:enum:__anon134	file:
ngx_http_subrequest	src/http/ngx_http_core_module.c	/^ngx_http_subrequest(ngx_http_request_t *r,$/;"	f
ngx_http_terminate_handler	src/http/ngx_http_request.c	/^ngx_http_terminate_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_terminate_request	src/http/ngx_http_request.c	/^ngx_http_terminate_request(ngx_http_request_t *r, ngx_int_t rc)$/;"	f	file:
ngx_http_test_content_type	src/http/ngx_http_core_module.c	/^ngx_http_test_content_type(ngx_http_request_t *r, ngx_hash_t *types_hash)$/;"	f
ngx_http_test_expect	src/http/ngx_http_request_body.c	/^ngx_http_test_expect(ngx_http_request_t *r)$/;"	f	file:
ngx_http_test_if_match	src/http/modules/ngx_http_not_modified_filter_module.c	/^ngx_http_test_if_match(ngx_http_request_t *r, ngx_table_elt_t *header)$/;"	f	file:
ngx_http_test_if_modified	src/http/modules/ngx_http_not_modified_filter_module.c	/^ngx_http_test_if_modified(ngx_http_request_t *r)$/;"	f	file:
ngx_http_test_if_unmodified	src/http/modules/ngx_http_not_modified_filter_module.c	/^ngx_http_test_if_unmodified(ngx_http_request_t *r)$/;"	f	file:
ngx_http_test_predicates	src/http/ngx_http_script.c	/^ngx_http_test_predicates(ngx_http_request_t *r, ngx_array_t *predicates)$/;"	f
ngx_http_test_reading	src/http/ngx_http_request.c	/^ngx_http_test_reading(ngx_http_request_t *r)$/;"	f
ngx_http_time	src/core/ngx_times.c	/^ngx_http_time(u_char *buf, time_t t)$/;"	f
ngx_http_top_body_filter	src/http/ngx_http.c	/^ngx_int_t  (*ngx_http_top_body_filter) (ngx_http_request_t *r, ngx_chain_t *ch);$/;"	v
ngx_http_top_header_filter	src/http/ngx_http.c	/^ngx_int_t  (*ngx_http_top_header_filter) (ngx_http_request_t *r);$/;"	v
ngx_http_try_file_t	src/http/ngx_http_core_module.h	/^} ngx_http_try_file_t;$/;"	t	typeref:struct:__anon182
ngx_http_types_slot	src/http/ngx_http.c	/^ngx_http_types_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f
ngx_http_update_location_config	src/http/ngx_http_core_module.c	/^ngx_http_update_location_config(ngx_http_request_t *r)$/;"	f
ngx_http_upstream	src/http/ngx_http_upstream.c	/^ngx_http_upstream(ngx_conf_t *cf, ngx_command_t *cmd, void *dummy)$/;"	f	file:
ngx_http_upstream_add	src/http/ngx_http_upstream.c	/^ngx_http_upstream_add(ngx_conf_t *cf, ngx_url_t *u, ngx_uint_t flags)$/;"	f
ngx_http_upstream_add_variables	src/http/ngx_http_upstream.c	/^ngx_http_upstream_add_variables(ngx_conf_t *cf)$/;"	f	file:
ngx_http_upstream_addr_variable	src/http/ngx_http_upstream.c	/^ngx_http_upstream_addr_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_bind_set_slot	src/http/ngx_http_upstream.c	/^ngx_http_upstream_bind_set_slot(ngx_conf_t *cf, ngx_command_t *cmd,$/;"	f
ngx_http_upstream_cache	src/http/ngx_http_upstream.c	/^ngx_http_upstream_cache(ngx_http_request_t *r, ngx_http_upstream_t *u)$/;"	f	file:
ngx_http_upstream_cache_method_mask	src/http/ngx_http_upstream.c	/^ngx_conf_bitmask_t  ngx_http_upstream_cache_method_mask[] = {$/;"	v
ngx_http_upstream_cache_send	src/http/ngx_http_upstream.c	/^ngx_http_upstream_cache_send(ngx_http_request_t *r, ngx_http_upstream_t *u)$/;"	f	file:
ngx_http_upstream_cache_status	src/http/ngx_http_upstream.c	/^ngx_http_upstream_cache_status(ngx_http_request_t *r,$/;"	f
ngx_http_upstream_check_broken_connection	src/http/ngx_http_upstream.c	/^ngx_http_upstream_check_broken_connection(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_cleanup	src/http/ngx_http_upstream.c	/^ngx_http_upstream_cleanup(void *data)$/;"	f	file:
ngx_http_upstream_commands	src/http/ngx_http_upstream.c	/^static ngx_command_t  ngx_http_upstream_commands[] = {$/;"	v	file:
ngx_http_upstream_conf_t	src/http/ngx_http_upstream.h	/^} ngx_http_upstream_conf_t;$/;"	t	typeref:struct:__anon191
ngx_http_upstream_connect	src/http/ngx_http_upstream.c	/^ngx_http_upstream_connect(ngx_http_request_t *r, ngx_http_upstream_t *u)$/;"	f	file:
ngx_http_upstream_copy_allow_ranges	src/http/ngx_http_upstream.c	/^ngx_http_upstream_copy_allow_ranges(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_copy_content_encoding	src/http/ngx_http_upstream.c	/^ngx_http_upstream_copy_content_encoding(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_copy_content_type	src/http/ngx_http_upstream.c	/^ngx_http_upstream_copy_content_type(ngx_http_request_t *r, ngx_table_elt_t *h,$/;"	f	file:
ngx_http_upstream_copy_header_line	src/http/ngx_http_upstream.c	/^ngx_http_upstream_copy_header_line(ngx_http_request_t *r, ngx_table_elt_t *h,$/;"	f	file:
ngx_http_upstream_copy_last_modified	src/http/ngx_http_upstream.c	/^ngx_http_upstream_copy_last_modified(ngx_http_request_t *r, ngx_table_elt_t *h,$/;"	f	file:
ngx_http_upstream_copy_multi_header_lines	src/http/ngx_http_upstream.c	/^ngx_http_upstream_copy_multi_header_lines(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_create	src/http/ngx_http_upstream.c	/^ngx_http_upstream_create(ngx_http_request_t *r)$/;"	f
ngx_http_upstream_create_main_conf	src/http/ngx_http_upstream.c	/^ngx_http_upstream_create_main_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_upstream_create_round_robin_peer	src/http/ngx_http_upstream_round_robin.c	/^ngx_http_upstream_create_round_robin_peer(ngx_http_request_t *r,$/;"	f
ngx_http_upstream_dummy_handler	src/http/ngx_http_upstream.c	/^ngx_http_upstream_dummy_handler(ngx_http_request_t *r, ngx_http_upstream_t *u)$/;"	f	file:
ngx_http_upstream_empty_save_session	src/http/ngx_http_upstream_round_robin.c	/^ngx_http_upstream_empty_save_session(ngx_peer_connection_t *pc, void *data)$/;"	f	file:
ngx_http_upstream_empty_set_session	src/http/ngx_http_upstream_round_robin.c	/^ngx_http_upstream_empty_set_session(ngx_peer_connection_t *pc, void *data)$/;"	f	file:
ngx_http_upstream_finalize_request	src/http/ngx_http_upstream.c	/^ngx_http_upstream_finalize_request(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_free_keepalive_peer	src/http/modules/ngx_http_upstream_keepalive_module.c	/^ngx_http_upstream_free_keepalive_peer(ngx_peer_connection_t *pc, void *data,$/;"	f	file:
ngx_http_upstream_free_least_conn_peer	src/http/modules/ngx_http_upstream_least_conn_module.c	/^ngx_http_upstream_free_least_conn_peer(ngx_peer_connection_t *pc,$/;"	f	file:
ngx_http_upstream_free_round_robin_peer	src/http/ngx_http_upstream_round_robin.c	/^ngx_http_upstream_free_round_robin_peer(ngx_peer_connection_t *pc, void *data,$/;"	f
ngx_http_upstream_get_ip_hash_peer	src/http/modules/ngx_http_upstream_ip_hash_module.c	/^ngx_http_upstream_get_ip_hash_peer(ngx_peer_connection_t *pc, void *data)$/;"	f	file:
ngx_http_upstream_get_keepalive_peer	src/http/modules/ngx_http_upstream_keepalive_module.c	/^ngx_http_upstream_get_keepalive_peer(ngx_peer_connection_t *pc, void *data)$/;"	f	file:
ngx_http_upstream_get_least_conn_peer	src/http/modules/ngx_http_upstream_least_conn_module.c	/^ngx_http_upstream_get_least_conn_peer(ngx_peer_connection_t *pc, void *data)$/;"	f	file:
ngx_http_upstream_get_local	src/http/ngx_http_upstream.c	/^ngx_http_upstream_get_local(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_get_peer	src/http/ngx_http_upstream_round_robin.c	/^ngx_http_upstream_get_peer(ngx_http_upstream_rr_peer_data_t *rrp)$/;"	f	file:
ngx_http_upstream_get_round_robin_peer	src/http/ngx_http_upstream_round_robin.c	/^ngx_http_upstream_get_round_robin_peer(ngx_peer_connection_t *pc, void *data)$/;"	f
ngx_http_upstream_handler	src/http/ngx_http_upstream.c	/^ngx_http_upstream_handler(ngx_event_t *ev)$/;"	f	file:
ngx_http_upstream_handler_pt	src/http/ngx_http_upstream.h	/^typedef void (*ngx_http_upstream_handler_pt)(ngx_http_request_t *r,$/;"	t
ngx_http_upstream_header_t	src/http/ngx_http_upstream.h	/^} ngx_http_upstream_header_t;$/;"	t	typeref:struct:__anon192
ngx_http_upstream_header_variable	src/http/ngx_http_upstream.c	/^ngx_http_upstream_header_variable(ngx_http_request_t *r,$/;"	f
ngx_http_upstream_headers_in	src/http/ngx_http_upstream.c	/^ngx_http_upstream_header_t  ngx_http_upstream_headers_in[] = {$/;"	v
ngx_http_upstream_headers_in_t	src/http/ngx_http_upstream.h	/^} ngx_http_upstream_headers_in_t;$/;"	t	typeref:struct:__anon193
ngx_http_upstream_hide_headers_hash	src/http/ngx_http_upstream.c	/^ngx_http_upstream_hide_headers_hash(ngx_conf_t *cf,$/;"	f
ngx_http_upstream_ignore_header_line	src/http/ngx_http_upstream.c	/^ngx_http_upstream_ignore_header_line(ngx_http_request_t *r, ngx_table_elt_t *h,$/;"	f	file:
ngx_http_upstream_ignore_headers_masks	src/http/ngx_http_upstream.c	/^ngx_conf_bitmask_t  ngx_http_upstream_ignore_headers_masks[] = {$/;"	v
ngx_http_upstream_init	src/http/ngx_http_upstream.c	/^ngx_http_upstream_init(ngx_http_request_t *r)$/;"	f
ngx_http_upstream_init_ip_hash	src/http/modules/ngx_http_upstream_ip_hash_module.c	/^ngx_http_upstream_init_ip_hash(ngx_conf_t *cf, ngx_http_upstream_srv_conf_t *us)$/;"	f	file:
ngx_http_upstream_init_ip_hash_peer	src/http/modules/ngx_http_upstream_ip_hash_module.c	/^ngx_http_upstream_init_ip_hash_peer(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_init_keepalive	src/http/modules/ngx_http_upstream_keepalive_module.c	/^ngx_http_upstream_init_keepalive(ngx_conf_t *cf,$/;"	f	file:
ngx_http_upstream_init_keepalive_peer	src/http/modules/ngx_http_upstream_keepalive_module.c	/^ngx_http_upstream_init_keepalive_peer(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_init_least_conn	src/http/modules/ngx_http_upstream_least_conn_module.c	/^ngx_http_upstream_init_least_conn(ngx_conf_t *cf,$/;"	f	file:
ngx_http_upstream_init_least_conn_peer	src/http/modules/ngx_http_upstream_least_conn_module.c	/^ngx_http_upstream_init_least_conn_peer(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_init_main_conf	src/http/ngx_http_upstream.c	/^ngx_http_upstream_init_main_conf(ngx_conf_t *cf, void *conf)$/;"	f	file:
ngx_http_upstream_init_peer_pt	src/http/ngx_http_upstream.h	/^typedef ngx_int_t (*ngx_http_upstream_init_peer_pt)(ngx_http_request_t *r,$/;"	t
ngx_http_upstream_init_pt	src/http/ngx_http_upstream.h	/^typedef ngx_int_t (*ngx_http_upstream_init_pt)(ngx_conf_t *cf,$/;"	t
ngx_http_upstream_init_request	src/http/ngx_http_upstream.c	/^ngx_http_upstream_init_request(ngx_http_request_t *r)$/;"	f	file:
ngx_http_upstream_init_round_robin	src/http/ngx_http_upstream_round_robin.c	/^ngx_http_upstream_init_round_robin(ngx_conf_t *cf,$/;"	f
ngx_http_upstream_init_round_robin_peer	src/http/ngx_http_upstream_round_robin.c	/^ngx_http_upstream_init_round_robin_peer(ngx_http_request_t *r,$/;"	f
ngx_http_upstream_intercept_errors	src/http/ngx_http_upstream.c	/^ngx_http_upstream_intercept_errors(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_ip_hash	src/http/modules/ngx_http_upstream_ip_hash_module.c	/^ngx_http_upstream_ip_hash(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_upstream_ip_hash_commands	src/http/modules/ngx_http_upstream_ip_hash_module.c	/^static ngx_command_t  ngx_http_upstream_ip_hash_commands[] = {$/;"	v	file:
ngx_http_upstream_ip_hash_module	src/http/modules/ngx_http_upstream_ip_hash_module.c	/^ngx_module_t  ngx_http_upstream_ip_hash_module = {$/;"	v
ngx_http_upstream_ip_hash_module_ctx	src/http/modules/ngx_http_upstream_ip_hash_module.c	/^static ngx_http_module_t  ngx_http_upstream_ip_hash_module_ctx = {$/;"	v	file:
ngx_http_upstream_ip_hash_peer_data_t	src/http/modules/ngx_http_upstream_ip_hash_module.c	/^} ngx_http_upstream_ip_hash_peer_data_t;$/;"	t	typeref:struct:__anon142	file:
ngx_http_upstream_ip_hash_pseudo_addr	src/http/modules/ngx_http_upstream_ip_hash_module.c	/^static u_char ngx_http_upstream_ip_hash_pseudo_addr[3];$/;"	v	file:
ngx_http_upstream_keepalive	src/http/modules/ngx_http_upstream_keepalive_module.c	/^ngx_http_upstream_keepalive(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_upstream_keepalive_cache_t	src/http/modules/ngx_http_upstream_keepalive_module.c	/^} ngx_http_upstream_keepalive_cache_t;$/;"	t	typeref:struct:__anon78	file:
ngx_http_upstream_keepalive_close	src/http/modules/ngx_http_upstream_keepalive_module.c	/^ngx_http_upstream_keepalive_close(ngx_connection_t *c)$/;"	f	file:
ngx_http_upstream_keepalive_close_handler	src/http/modules/ngx_http_upstream_keepalive_module.c	/^ngx_http_upstream_keepalive_close_handler(ngx_event_t *ev)$/;"	f	file:
ngx_http_upstream_keepalive_commands	src/http/modules/ngx_http_upstream_keepalive_module.c	/^static ngx_command_t  ngx_http_upstream_keepalive_commands[] = {$/;"	v	file:
ngx_http_upstream_keepalive_create_conf	src/http/modules/ngx_http_upstream_keepalive_module.c	/^ngx_http_upstream_keepalive_create_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_upstream_keepalive_dummy_handler	src/http/modules/ngx_http_upstream_keepalive_module.c	/^ngx_http_upstream_keepalive_dummy_handler(ngx_event_t *ev)$/;"	f	file:
ngx_http_upstream_keepalive_module	src/http/modules/ngx_http_upstream_keepalive_module.c	/^ngx_module_t  ngx_http_upstream_keepalive_module = {$/;"	v
ngx_http_upstream_keepalive_module_ctx	src/http/modules/ngx_http_upstream_keepalive_module.c	/^static ngx_http_module_t  ngx_http_upstream_keepalive_module_ctx = {$/;"	v	file:
ngx_http_upstream_keepalive_peer_data_t	src/http/modules/ngx_http_upstream_keepalive_module.c	/^} ngx_http_upstream_keepalive_peer_data_t;$/;"	t	typeref:struct:__anon77	file:
ngx_http_upstream_keepalive_save_session	src/http/modules/ngx_http_upstream_keepalive_module.c	/^ngx_http_upstream_keepalive_save_session(ngx_peer_connection_t *pc, void *data)$/;"	f	file:
ngx_http_upstream_keepalive_set_session	src/http/modules/ngx_http_upstream_keepalive_module.c	/^ngx_http_upstream_keepalive_set_session(ngx_peer_connection_t *pc, void *data)$/;"	f	file:
ngx_http_upstream_keepalive_srv_conf_t	src/http/modules/ngx_http_upstream_keepalive_module.c	/^} ngx_http_upstream_keepalive_srv_conf_t;$/;"	t	typeref:struct:__anon76	file:
ngx_http_upstream_lc_peer_data_t	src/http/modules/ngx_http_upstream_least_conn_module.c	/^} ngx_http_upstream_lc_peer_data_t;$/;"	t	typeref:struct:__anon37	file:
ngx_http_upstream_least_conn	src/http/modules/ngx_http_upstream_least_conn_module.c	/^ngx_http_upstream_least_conn(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_upstream_least_conn_commands	src/http/modules/ngx_http_upstream_least_conn_module.c	/^static ngx_command_t  ngx_http_upstream_least_conn_commands[] = {$/;"	v	file:
ngx_http_upstream_least_conn_conf_t	src/http/modules/ngx_http_upstream_least_conn_module.c	/^} ngx_http_upstream_least_conn_conf_t;$/;"	t	typeref:struct:__anon36	file:
ngx_http_upstream_least_conn_create_conf	src/http/modules/ngx_http_upstream_least_conn_module.c	/^ngx_http_upstream_least_conn_create_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_upstream_least_conn_module	src/http/modules/ngx_http_upstream_least_conn_module.c	/^ngx_module_t  ngx_http_upstream_least_conn_module = {$/;"	v
ngx_http_upstream_least_conn_module_ctx	src/http/modules/ngx_http_upstream_least_conn_module.c	/^static ngx_http_module_t  ngx_http_upstream_least_conn_module_ctx = {$/;"	v	file:
ngx_http_upstream_local_t	src/http/ngx_http_upstream.h	/^} ngx_http_upstream_local_t;$/;"	t	typeref:struct:__anon190
ngx_http_upstream_main_conf_t	src/http/ngx_http_upstream.h	/^} ngx_http_upstream_main_conf_t;$/;"	t	typeref:struct:__anon187
ngx_http_upstream_module	src/http/ngx_http_upstream.c	/^ngx_module_t  ngx_http_upstream_module = {$/;"	v
ngx_http_upstream_module_ctx	src/http/ngx_http_upstream.c	/^static ngx_http_module_t  ngx_http_upstream_module_ctx = {$/;"	v	file:
ngx_http_upstream_next	src/http/ngx_http_upstream.c	/^ngx_http_upstream_next(ngx_http_request_t *r, ngx_http_upstream_t *u,$/;"	f	file:
ngx_http_upstream_next_errors	src/http/ngx_http_upstream.c	/^static ngx_http_upstream_next_t  ngx_http_upstream_next_errors[] = {$/;"	v	file:
ngx_http_upstream_next_t	src/http/ngx_http_upstream.h	/^} ngx_http_upstream_next_t;$/;"	t	typeref:struct:__anon195
ngx_http_upstream_non_buffered_filter	src/http/ngx_http_upstream.c	/^ngx_http_upstream_non_buffered_filter(void *data, ssize_t bytes)$/;"	f	file:
ngx_http_upstream_non_buffered_filter_init	src/http/ngx_http_upstream.c	/^ngx_http_upstream_non_buffered_filter_init(void *data)$/;"	f	file:
ngx_http_upstream_param_set_slot	src/http/ngx_http_upstream.c	/^ngx_http_upstream_param_set_slot(ngx_conf_t *cf, ngx_command_t *cmd,$/;"	f
ngx_http_upstream_param_t	src/http/ngx_http_upstream.h	/^} ngx_http_upstream_param_t;$/;"	t	typeref:struct:__anon196
ngx_http_upstream_peer_t	src/http/ngx_http_upstream.h	/^} ngx_http_upstream_peer_t;$/;"	t	typeref:struct:__anon188
ngx_http_upstream_process_accel_expires	src/http/ngx_http_upstream.c	/^ngx_http_upstream_process_accel_expires(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_process_body_in_memory	src/http/ngx_http_upstream.c	/^ngx_http_upstream_process_body_in_memory(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_process_buffering	src/http/ngx_http_upstream.c	/^ngx_http_upstream_process_buffering(ngx_http_request_t *r, ngx_table_elt_t *h,$/;"	f	file:
ngx_http_upstream_process_cache_control	src/http/ngx_http_upstream.c	/^ngx_http_upstream_process_cache_control(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_process_charset	src/http/ngx_http_upstream.c	/^ngx_http_upstream_process_charset(ngx_http_request_t *r, ngx_table_elt_t *h,$/;"	f	file:
ngx_http_upstream_process_connection	src/http/ngx_http_upstream.c	/^ngx_http_upstream_process_connection(ngx_http_request_t *r, ngx_table_elt_t *h,$/;"	f	file:
ngx_http_upstream_process_content_length	src/http/ngx_http_upstream.c	/^ngx_http_upstream_process_content_length(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_process_downstream	src/http/ngx_http_upstream.c	/^ngx_http_upstream_process_downstream(ngx_http_request_t *r)$/;"	f	file:
ngx_http_upstream_process_expires	src/http/ngx_http_upstream.c	/^ngx_http_upstream_process_expires(ngx_http_request_t *r, ngx_table_elt_t *h,$/;"	f	file:
ngx_http_upstream_process_header	src/http/ngx_http_upstream.c	/^ngx_http_upstream_process_header(ngx_http_request_t *r, ngx_http_upstream_t *u)$/;"	f	file:
ngx_http_upstream_process_header_line	src/http/ngx_http_upstream.c	/^ngx_http_upstream_process_header_line(ngx_http_request_t *r, ngx_table_elt_t *h,$/;"	f	file:
ngx_http_upstream_process_headers	src/http/ngx_http_upstream.c	/^ngx_http_upstream_process_headers(ngx_http_request_t *r, ngx_http_upstream_t *u)$/;"	f	file:
ngx_http_upstream_process_limit_rate	src/http/ngx_http_upstream.c	/^ngx_http_upstream_process_limit_rate(ngx_http_request_t *r, ngx_table_elt_t *h,$/;"	f	file:
ngx_http_upstream_process_non_buffered_downstream	src/http/ngx_http_upstream.c	/^ngx_http_upstream_process_non_buffered_downstream(ngx_http_request_t *r)$/;"	f	file:
ngx_http_upstream_process_non_buffered_request	src/http/ngx_http_upstream.c	/^ngx_http_upstream_process_non_buffered_request(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_process_non_buffered_upstream	src/http/ngx_http_upstream.c	/^ngx_http_upstream_process_non_buffered_upstream(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_process_request	src/http/ngx_http_upstream.c	/^ngx_http_upstream_process_request(ngx_http_request_t *r)$/;"	f	file:
ngx_http_upstream_process_set_cookie	src/http/ngx_http_upstream.c	/^ngx_http_upstream_process_set_cookie(ngx_http_request_t *r, ngx_table_elt_t *h,$/;"	f	file:
ngx_http_upstream_process_transfer_encoding	src/http/ngx_http_upstream.c	/^ngx_http_upstream_process_transfer_encoding(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_process_upgraded	src/http/ngx_http_upstream.c	/^ngx_http_upstream_process_upgraded(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_process_upstream	src/http/ngx_http_upstream.c	/^ngx_http_upstream_process_upstream(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_rd_check_broken_connection	src/http/ngx_http_upstream.c	/^ngx_http_upstream_rd_check_broken_connection(ngx_http_request_t *r)$/;"	f	file:
ngx_http_upstream_reinit	src/http/ngx_http_upstream.c	/^ngx_http_upstream_reinit(ngx_http_request_t *r, ngx_http_upstream_t *u)$/;"	f	file:
ngx_http_upstream_resolve_handler	src/http/ngx_http_upstream.c	/^ngx_http_upstream_resolve_handler(ngx_resolver_ctx_t *ctx)$/;"	f	file:
ngx_http_upstream_resolved_t	src/http/ngx_http_upstream.h	/^} ngx_http_upstream_resolved_t;$/;"	t	typeref:struct:__anon194
ngx_http_upstream_response_length_variable	src/http/ngx_http_upstream.c	/^ngx_http_upstream_response_length_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_response_time_variable	src/http/ngx_http_upstream.c	/^ngx_http_upstream_response_time_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_rewrite_location	src/http/ngx_http_upstream.c	/^ngx_http_upstream_rewrite_location(ngx_http_request_t *r, ngx_table_elt_t *h,$/;"	f	file:
ngx_http_upstream_rewrite_refresh	src/http/ngx_http_upstream.c	/^ngx_http_upstream_rewrite_refresh(ngx_http_request_t *r, ngx_table_elt_t *h,$/;"	f	file:
ngx_http_upstream_rewrite_set_cookie	src/http/ngx_http_upstream.c	/^ngx_http_upstream_rewrite_set_cookie(ngx_http_request_t *r, ngx_table_elt_t *h,$/;"	f	file:
ngx_http_upstream_rr_peer_data_t	src/http/ngx_http_upstream_round_robin.h	/^} ngx_http_upstream_rr_peer_data_t;$/;"	t	typeref:struct:__anon230
ngx_http_upstream_rr_peer_t	src/http/ngx_http_upstream_round_robin.h	/^} ngx_http_upstream_rr_peer_t;$/;"	t	typeref:struct:__anon229
ngx_http_upstream_rr_peers_s	src/http/ngx_http_upstream_round_robin.h	/^struct ngx_http_upstream_rr_peers_s {$/;"	s
ngx_http_upstream_rr_peers_t	src/http/ngx_http_upstream_round_robin.h	/^typedef struct ngx_http_upstream_rr_peers_s  ngx_http_upstream_rr_peers_t;$/;"	t	typeref:struct:ngx_http_upstream_rr_peers_s
ngx_http_upstream_s	src/http/ngx_http_upstream.h	/^struct ngx_http_upstream_s {$/;"	s
ngx_http_upstream_save_round_robin_peer_session	src/http/ngx_http_upstream_round_robin.c	/^ngx_http_upstream_save_round_robin_peer_session(ngx_peer_connection_t *pc,$/;"	f
ngx_http_upstream_send_request	src/http/ngx_http_upstream.c	/^ngx_http_upstream_send_request(ngx_http_request_t *r, ngx_http_upstream_t *u)$/;"	f	file:
ngx_http_upstream_send_request_handler	src/http/ngx_http_upstream.c	/^ngx_http_upstream_send_request_handler(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_send_response	src/http/ngx_http_upstream.c	/^ngx_http_upstream_send_response(ngx_http_request_t *r, ngx_http_upstream_t *u)$/;"	f	file:
ngx_http_upstream_server	src/http/ngx_http_upstream.c	/^ngx_http_upstream_server(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_upstream_server_t	src/http/ngx_http_upstream.h	/^} ngx_http_upstream_server_t;$/;"	t	typeref:struct:__anon189
ngx_http_upstream_set_round_robin_peer_session	src/http/ngx_http_upstream_round_robin.c	/^ngx_http_upstream_set_round_robin_peer_session(ngx_peer_connection_t *pc,$/;"	f
ngx_http_upstream_srv_conf_s	src/http/ngx_http_upstream.h	/^struct ngx_http_upstream_srv_conf_s {$/;"	s
ngx_http_upstream_srv_conf_t	src/http/ngx_http_upstream.h	/^typedef struct ngx_http_upstream_srv_conf_s  ngx_http_upstream_srv_conf_t;$/;"	t	typeref:struct:ngx_http_upstream_srv_conf_s
ngx_http_upstream_ssl_handshake	src/http/ngx_http_upstream.c	/^ngx_http_upstream_ssl_handshake(ngx_connection_t *c)$/;"	f	file:
ngx_http_upstream_ssl_init_connection	src/http/ngx_http_upstream.c	/^ngx_http_upstream_ssl_init_connection(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_state_t	src/http/ngx_http_upstream.h	/^} ngx_http_upstream_state_t;$/;"	t	typeref:struct:__anon186
ngx_http_upstream_status_variable	src/http/ngx_http_upstream.c	/^ngx_http_upstream_status_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_store	src/http/ngx_http_upstream.c	/^ngx_http_upstream_store(ngx_http_request_t *r, ngx_http_upstream_t *u)$/;"	f	file:
ngx_http_upstream_t	src/http/ngx_http.h	/^typedef struct ngx_http_upstream_s    ngx_http_upstream_t;$/;"	t	typeref:struct:ngx_http_upstream_s
ngx_http_upstream_test_connect	src/http/ngx_http_upstream.c	/^ngx_http_upstream_test_connect(ngx_connection_t *c)$/;"	f	file:
ngx_http_upstream_test_next	src/http/ngx_http_upstream.c	/^ngx_http_upstream_test_next(ngx_http_request_t *r, ngx_http_upstream_t *u)$/;"	f	file:
ngx_http_upstream_upgrade	src/http/ngx_http_upstream.c	/^ngx_http_upstream_upgrade(ngx_http_request_t *r, ngx_http_upstream_t *u)$/;"	f	file:
ngx_http_upstream_upgraded_read_downstream	src/http/ngx_http_upstream.c	/^ngx_http_upstream_upgraded_read_downstream(ngx_http_request_t *r)$/;"	f	file:
ngx_http_upstream_upgraded_read_upstream	src/http/ngx_http_upstream.c	/^ngx_http_upstream_upgraded_read_upstream(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_upgraded_write_downstream	src/http/ngx_http_upstream.c	/^ngx_http_upstream_upgraded_write_downstream(ngx_http_request_t *r)$/;"	f	file:
ngx_http_upstream_upgraded_write_upstream	src/http/ngx_http_upstream.c	/^ngx_http_upstream_upgraded_write_upstream(ngx_http_request_t *r,$/;"	f	file:
ngx_http_upstream_vars	src/http/ngx_http_upstream.c	/^static ngx_http_variable_t  ngx_http_upstream_vars[] = {$/;"	v	file:
ngx_http_upstream_wr_check_broken_connection	src/http/ngx_http_upstream.c	/^ngx_http_upstream_wr_check_broken_connection(ngx_http_request_t *r)$/;"	f	file:
ngx_http_userid_add_variables	src/http/modules/ngx_http_userid_filter_module.c	/^ngx_http_userid_add_variables(ngx_conf_t *cf)$/;"	f	file:
ngx_http_userid_commands	src/http/modules/ngx_http_userid_filter_module.c	/^static ngx_command_t  ngx_http_userid_commands[] = {$/;"	v	file:
ngx_http_userid_conf_t	src/http/modules/ngx_http_userid_filter_module.c	/^} ngx_http_userid_conf_t;$/;"	t	typeref:struct:__anon90	file:
ngx_http_userid_create_conf	src/http/modules/ngx_http_userid_filter_module.c	/^ngx_http_userid_create_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_userid_create_uid	src/http/modules/ngx_http_userid_filter_module.c	/^ngx_http_userid_create_uid(ngx_http_request_t *r, ngx_http_userid_ctx_t *ctx,$/;"	f	file:
ngx_http_userid_ctx_t	src/http/modules/ngx_http_userid_filter_module.c	/^} ngx_http_userid_ctx_t;$/;"	t	typeref:struct:__anon91	file:
ngx_http_userid_domain	src/http/modules/ngx_http_userid_filter_module.c	/^ngx_http_userid_domain(ngx_conf_t *cf, void *post, void *data)$/;"	f	file:
ngx_http_userid_domain_p	src/http/modules/ngx_http_userid_filter_module.c	/^static ngx_conf_post_handler_pt  ngx_http_userid_domain_p =$/;"	v	file:
ngx_http_userid_expires	src/http/modules/ngx_http_userid_filter_module.c	/^ngx_http_userid_expires(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_userid_filter	src/http/modules/ngx_http_userid_filter_module.c	/^ngx_http_userid_filter(ngx_http_request_t *r)$/;"	f	file:
ngx_http_userid_filter_module	src/http/modules/ngx_http_userid_filter_module.c	/^ngx_module_t  ngx_http_userid_filter_module = {$/;"	v
ngx_http_userid_filter_module_ctx	src/http/modules/ngx_http_userid_filter_module.c	/^static ngx_http_module_t  ngx_http_userid_filter_module_ctx = {$/;"	v	file:
ngx_http_userid_get_uid	src/http/modules/ngx_http_userid_filter_module.c	/^ngx_http_userid_get_uid(ngx_http_request_t *r, ngx_http_userid_conf_t *conf)$/;"	f	file:
ngx_http_userid_got	src/http/modules/ngx_http_userid_filter_module.c	/^static ngx_str_t   ngx_http_userid_got = ngx_string("uid_got");$/;"	v	file:
ngx_http_userid_got_variable	src/http/modules/ngx_http_userid_filter_module.c	/^ngx_http_userid_got_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_userid_init	src/http/modules/ngx_http_userid_filter_module.c	/^ngx_http_userid_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_userid_init_worker	src/http/modules/ngx_http_userid_filter_module.c	/^ngx_http_userid_init_worker(ngx_cycle_t *cycle)$/;"	f	file:
ngx_http_userid_mark	src/http/modules/ngx_http_userid_filter_module.c	/^ngx_http_userid_mark(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_userid_merge_conf	src/http/modules/ngx_http_userid_filter_module.c	/^ngx_http_userid_merge_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_userid_p3p	src/http/modules/ngx_http_userid_filter_module.c	/^ngx_http_userid_p3p(ngx_conf_t *cf, void *post, void *data)$/;"	f	file:
ngx_http_userid_p3p_p	src/http/modules/ngx_http_userid_filter_module.c	/^static ngx_conf_post_handler_pt  ngx_http_userid_p3p_p = ngx_http_userid_p3p;$/;"	v	file:
ngx_http_userid_path	src/http/modules/ngx_http_userid_filter_module.c	/^ngx_http_userid_path(ngx_conf_t *cf, void *post, void *data)$/;"	f	file:
ngx_http_userid_path_p	src/http/modules/ngx_http_userid_filter_module.c	/^static ngx_conf_post_handler_pt  ngx_http_userid_path_p = ngx_http_userid_path;$/;"	v	file:
ngx_http_userid_reset	src/http/modules/ngx_http_userid_filter_module.c	/^static ngx_str_t   ngx_http_userid_reset = ngx_string("uid_reset");$/;"	v	file:
ngx_http_userid_reset_index	src/http/modules/ngx_http_userid_filter_module.c	/^static ngx_uint_t  ngx_http_userid_reset_index;$/;"	v	file:
ngx_http_userid_reset_variable	src/http/modules/ngx_http_userid_filter_module.c	/^ngx_http_userid_reset_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_userid_set	src/http/modules/ngx_http_userid_filter_module.c	/^static ngx_str_t   ngx_http_userid_set = ngx_string("uid_set");$/;"	v	file:
ngx_http_userid_set_uid	src/http/modules/ngx_http_userid_filter_module.c	/^ngx_http_userid_set_uid(ngx_http_request_t *r, ngx_http_userid_ctx_t *ctx,$/;"	f	file:
ngx_http_userid_set_variable	src/http/modules/ngx_http_userid_filter_module.c	/^ngx_http_userid_set_variable(ngx_http_request_t *r,$/;"	f	file:
ngx_http_userid_state	src/http/modules/ngx_http_userid_filter_module.c	/^static ngx_conf_enum_t  ngx_http_userid_state[] = {$/;"	v	file:
ngx_http_userid_variable	src/http/modules/ngx_http_userid_filter_module.c	/^ngx_http_userid_variable(ngx_http_request_t *r, ngx_http_variable_value_t *v,$/;"	f	file:
ngx_http_uwsgi_abort_request	src/http/modules/ngx_http_uwsgi_module.c	/^ngx_http_uwsgi_abort_request(ngx_http_request_t *r)$/;"	f	file:
ngx_http_uwsgi_cache	src/http/modules/ngx_http_uwsgi_module.c	/^ngx_http_uwsgi_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_uwsgi_cache_headers	src/http/modules/ngx_http_uwsgi_module.c	/^static ngx_keyval_t  ngx_http_uwsgi_cache_headers[] = {$/;"	v	file:
ngx_http_uwsgi_cache_key	src/http/modules/ngx_http_uwsgi_module.c	/^ngx_http_uwsgi_cache_key(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_uwsgi_commands	src/http/modules/ngx_http_uwsgi_module.c	/^static ngx_command_t ngx_http_uwsgi_commands[] = {$/;"	v	file:
ngx_http_uwsgi_create_key	src/http/modules/ngx_http_uwsgi_module.c	/^ngx_http_uwsgi_create_key(ngx_http_request_t *r)$/;"	f	file:
ngx_http_uwsgi_create_loc_conf	src/http/modules/ngx_http_uwsgi_module.c	/^ngx_http_uwsgi_create_loc_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_uwsgi_create_request	src/http/modules/ngx_http_uwsgi_module.c	/^ngx_http_uwsgi_create_request(ngx_http_request_t *r)$/;"	f	file:
ngx_http_uwsgi_eval	src/http/modules/ngx_http_uwsgi_module.c	/^ngx_http_uwsgi_eval(ngx_http_request_t *r, ngx_http_uwsgi_loc_conf_t * uwcf)$/;"	f	file:
ngx_http_uwsgi_finalize_request	src/http/modules/ngx_http_uwsgi_module.c	/^ngx_http_uwsgi_finalize_request(ngx_http_request_t *r, ngx_int_t rc)$/;"	f	file:
ngx_http_uwsgi_handler	src/http/modules/ngx_http_uwsgi_module.c	/^ngx_http_uwsgi_handler(ngx_http_request_t *r)$/;"	f	file:
ngx_http_uwsgi_hide_headers	src/http/modules/ngx_http_uwsgi_module.c	/^static ngx_str_t ngx_http_uwsgi_hide_headers[] = {$/;"	v	file:
ngx_http_uwsgi_loc_conf_t	src/http/modules/ngx_http_uwsgi_module.c	/^} ngx_http_uwsgi_loc_conf_t;$/;"	t	typeref:struct:__anon121	file:
ngx_http_uwsgi_merge_loc_conf	src/http/modules/ngx_http_uwsgi_module.c	/^ngx_http_uwsgi_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_uwsgi_merge_params	src/http/modules/ngx_http_uwsgi_module.c	/^ngx_http_uwsgi_merge_params(ngx_conf_t *cf, ngx_http_uwsgi_loc_conf_t *conf,$/;"	f	file:
ngx_http_uwsgi_modifier_bounds	src/http/modules/ngx_http_uwsgi_module.c	/^static ngx_conf_num_bounds_t  ngx_http_uwsgi_modifier_bounds = {$/;"	v	file:
ngx_http_uwsgi_module	src/http/modules/ngx_http_uwsgi_module.c	/^ngx_module_t  ngx_http_uwsgi_module;$/;"	v
ngx_http_uwsgi_module	src/http/modules/ngx_http_uwsgi_module.c	/^ngx_module_t ngx_http_uwsgi_module = {$/;"	v
ngx_http_uwsgi_module_ctx	src/http/modules/ngx_http_uwsgi_module.c	/^static ngx_http_module_t ngx_http_uwsgi_module_ctx = {$/;"	v	file:
ngx_http_uwsgi_next_upstream_masks	src/http/modules/ngx_http_uwsgi_module.c	/^static ngx_conf_bitmask_t ngx_http_uwsgi_next_upstream_masks[] = {$/;"	v	file:
ngx_http_uwsgi_pass	src/http/modules/ngx_http_uwsgi_module.c	/^ngx_http_uwsgi_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_uwsgi_process_header	src/http/modules/ngx_http_uwsgi_module.c	/^ngx_http_uwsgi_process_header(ngx_http_request_t *r)$/;"	f	file:
ngx_http_uwsgi_process_status_line	src/http/modules/ngx_http_uwsgi_module.c	/^ngx_http_uwsgi_process_status_line(ngx_http_request_t *r)$/;"	f	file:
ngx_http_uwsgi_reinit_request	src/http/modules/ngx_http_uwsgi_module.c	/^ngx_http_uwsgi_reinit_request(ngx_http_request_t *r)$/;"	f	file:
ngx_http_uwsgi_store	src/http/modules/ngx_http_uwsgi_module.c	/^ngx_http_uwsgi_store(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_uwsgi_temp_path	src/http/modules/ngx_http_uwsgi_module.c	/^static ngx_path_init_t ngx_http_uwsgi_temp_path = {$/;"	v	file:
ngx_http_valid_referers	src/http/modules/ngx_http_referer_module.c	/^ngx_http_valid_referers(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_validate_host	src/http/ngx_http_request.c	/^ngx_http_validate_host(ngx_str_t *host, ngx_pool_t *pool, ngx_uint_t alloc)$/;"	f	file:
ngx_http_variable	src/http/ngx_http_variables.h	19;"	d
ngx_http_variable_argument	src/http/ngx_http_variables.c	/^ngx_http_variable_argument(ngx_http_request_t *r, ngx_http_variable_value_t *v,$/;"	f	file:
ngx_http_variable_binary_remote_addr	src/http/ngx_http_variables.c	/^ngx_http_variable_binary_remote_addr(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_body_bytes_sent	src/http/ngx_http_variables.c	/^ngx_http_variable_body_bytes_sent(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_bytes_sent	src/http/ngx_http_variables.c	/^ngx_http_variable_bytes_sent(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_connection	src/http/ngx_http_variables.c	/^ngx_http_variable_connection(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_connection_requests	src/http/ngx_http_variables.c	/^ngx_http_variable_connection_requests(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_content_length	src/http/ngx_http_variables.c	/^ngx_http_variable_content_length(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_cookie	src/http/ngx_http_variables.c	/^ngx_http_variable_cookie(ngx_http_request_t *r, ngx_http_variable_value_t *v,$/;"	f	file:
ngx_http_variable_cookies	src/http/ngx_http_variables.c	/^ngx_http_variable_cookies(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_document_root	src/http/ngx_http_variables.c	/^ngx_http_variable_document_root(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_header	src/http/ngx_http_variables.c	/^ngx_http_variable_header(ngx_http_request_t *r, ngx_http_variable_value_t *v,$/;"	f	file:
ngx_http_variable_headers	src/http/ngx_http_variables.c	/^ngx_http_variable_headers(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_headers_internal	src/http/ngx_http_variables.c	/^ngx_http_variable_headers_internal(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_host	src/http/ngx_http_variables.c	/^ngx_http_variable_host(ngx_http_request_t *r, ngx_http_variable_value_t *v,$/;"	f	file:
ngx_http_variable_hostname	src/http/ngx_http_variables.c	/^ngx_http_variable_hostname(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_https	src/http/ngx_http_variables.c	/^ngx_http_variable_https(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_is_args	src/http/ngx_http_variables.c	/^ngx_http_variable_is_args(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_msec	src/http/ngx_http_variables.c	/^ngx_http_variable_msec(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_nginx_version	src/http/ngx_http_variables.c	/^ngx_http_variable_nginx_version(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_not_found	src/http/ngx_http_variables.c	/^ngx_http_variable_not_found(ngx_http_request_t *r, ngx_http_variable_value_t *v,$/;"	f	file:
ngx_http_variable_null_value	src/http/ngx_http_variables.c	/^ngx_http_variable_value_t  ngx_http_variable_null_value =$/;"	v
ngx_http_variable_pid	src/http/ngx_http_variables.c	/^ngx_http_variable_pid(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_pipe	src/http/ngx_http_variables.c	/^ngx_http_variable_pipe(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_realpath_root	src/http/ngx_http_variables.c	/^ngx_http_variable_realpath_root(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_remote_addr	src/http/ngx_http_variables.c	/^ngx_http_variable_remote_addr(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_remote_port	src/http/ngx_http_variables.c	/^ngx_http_variable_remote_port(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_remote_user	src/http/ngx_http_variables.c	/^ngx_http_variable_remote_user(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_request	src/http/ngx_http_variables.c	/^ngx_http_variable_request(ngx_http_request_t *r, ngx_http_variable_value_t *v,$/;"	f	file:
ngx_http_variable_request_body	src/http/ngx_http_variables.c	/^ngx_http_variable_request_body(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_request_body_file	src/http/ngx_http_variables.c	/^ngx_http_variable_request_body_file(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_request_completion	src/http/ngx_http_variables.c	/^ngx_http_variable_request_completion(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_request_filename	src/http/ngx_http_variables.c	/^ngx_http_variable_request_filename(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_request_get_size	src/http/ngx_http_variables.c	/^ngx_http_variable_request_get_size(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_request_length	src/http/ngx_http_variables.c	/^ngx_http_variable_request_length(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_request_line	src/http/ngx_http_variables.c	/^ngx_http_variable_request_line(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_request_method	src/http/ngx_http_variables.c	/^ngx_http_variable_request_method(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_request_set	src/http/ngx_http_variables.c	/^ngx_http_variable_request_set(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_request_set_size	src/http/ngx_http_variables.c	/^ngx_http_variable_request_set_size(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_request_time	src/http/ngx_http_variables.c	/^ngx_http_variable_request_time(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_s	src/http/ngx_http_variables.h	/^struct ngx_http_variable_s {$/;"	s
ngx_http_variable_scheme	src/http/ngx_http_variables.c	/^ngx_http_variable_scheme(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_sent_connection	src/http/ngx_http_variables.c	/^ngx_http_variable_sent_connection(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_sent_content_length	src/http/ngx_http_variables.c	/^ngx_http_variable_sent_content_length(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_sent_content_type	src/http/ngx_http_variables.c	/^ngx_http_variable_sent_content_type(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_sent_keep_alive	src/http/ngx_http_variables.c	/^ngx_http_variable_sent_keep_alive(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_sent_last_modified	src/http/ngx_http_variables.c	/^ngx_http_variable_sent_last_modified(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_sent_location	src/http/ngx_http_variables.c	/^ngx_http_variable_sent_location(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_sent_transfer_encoding	src/http/ngx_http_variables.c	/^ngx_http_variable_sent_transfer_encoding(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_server_addr	src/http/ngx_http_variables.c	/^ngx_http_variable_server_addr(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_server_name	src/http/ngx_http_variables.c	/^ngx_http_variable_server_name(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_server_port	src/http/ngx_http_variables.c	/^ngx_http_variable_server_port(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_status	src/http/ngx_http_variables.c	/^ngx_http_variable_status(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_t	src/http/ngx_http_variables.h	/^typedef struct ngx_http_variable_s  ngx_http_variable_t;$/;"	t	typeref:struct:ngx_http_variable_s
ngx_http_variable_tcpinfo	src/http/ngx_http_variables.c	/^ngx_http_variable_tcpinfo(ngx_http_request_t *r, ngx_http_variable_value_t *v,$/;"	f	file:
ngx_http_variable_time_iso8601	src/http/ngx_http_variables.c	/^ngx_http_variable_time_iso8601(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_time_local	src/http/ngx_http_variables.c	/^ngx_http_variable_time_local(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_true_value	src/http/ngx_http_variables.c	/^ngx_http_variable_value_t  ngx_http_variable_true_value =$/;"	v
ngx_http_variable_unknown_header	src/http/ngx_http_variables.c	/^ngx_http_variable_unknown_header(ngx_http_variable_value_t *v, ngx_str_t *var,$/;"	f
ngx_http_variable_unknown_header_in	src/http/ngx_http_variables.c	/^ngx_http_variable_unknown_header_in(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_unknown_header_out	src/http/ngx_http_variables.c	/^ngx_http_variable_unknown_header_out(ngx_http_request_t *r,$/;"	f	file:
ngx_http_variable_value_t	src/http/ngx_http_variables.h	/^typedef ngx_variable_value_t  ngx_http_variable_value_t;$/;"	t
ngx_http_variables_add_core_vars	src/http/ngx_http_variables.c	/^ngx_http_variables_add_core_vars(ngx_conf_t *cf)$/;"	f
ngx_http_variables_init_vars	src/http/ngx_http_variables.c	/^ngx_http_variables_init_vars(ngx_conf_t *cf)$/;"	f
ngx_http_virtual_names_t	src/http/ngx_http_core_module.h	/^} ngx_http_virtual_names_t;$/;"	t	typeref:struct:__anon175
ngx_http_wait_request_handler	src/http/ngx_http_request.c	/^ngx_http_wait_request_handler(ngx_event_t *rev)$/;"	f	file:
ngx_http_write_filter	src/http/ngx_http_write_filter_module.c	/^ngx_http_write_filter(ngx_http_request_t *r, ngx_chain_t *in)$/;"	f
ngx_http_write_filter_init	src/http/ngx_http_write_filter_module.c	/^ngx_http_write_filter_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_write_filter_module	src/http/ngx_http_write_filter_module.c	/^ngx_module_t  ngx_http_write_filter_module = {$/;"	v
ngx_http_write_filter_module_ctx	src/http/ngx_http_write_filter_module.c	/^static ngx_http_module_t  ngx_http_write_filter_module_ctx = {$/;"	v	file:
ngx_http_write_request_body	src/http/ngx_http_request_body.c	/^ngx_http_write_request_body(ngx_http_request_t *r)$/;"	f	file:
ngx_http_writer	src/http/ngx_http_request.c	/^ngx_http_writer(ngx_http_request_t *r)$/;"	f	file:
ngx_http_xslt_add_chunk	src/http/modules/ngx_http_xslt_filter_module.c	/^ngx_http_xslt_add_chunk(ngx_http_request_t *r, ngx_http_xslt_filter_ctx_t *ctx,$/;"	f	file:
ngx_http_xslt_apply_stylesheet	src/http/modules/ngx_http_xslt_filter_module.c	/^ngx_http_xslt_apply_stylesheet(ngx_http_request_t *r,$/;"	f	file:
ngx_http_xslt_body_filter	src/http/modules/ngx_http_xslt_filter_module.c	/^ngx_http_xslt_body_filter(ngx_http_request_t *r, ngx_chain_t *in)$/;"	f	file:
ngx_http_xslt_cleanup	src/http/modules/ngx_http_xslt_filter_module.c	/^ngx_http_xslt_cleanup(void *data)$/;"	f	file:
ngx_http_xslt_cleanup_dtd	src/http/modules/ngx_http_xslt_filter_module.c	/^ngx_http_xslt_cleanup_dtd(void *data)$/;"	f	file:
ngx_http_xslt_cleanup_stylesheet	src/http/modules/ngx_http_xslt_filter_module.c	/^ngx_http_xslt_cleanup_stylesheet(void *data)$/;"	f	file:
ngx_http_xslt_content_type	src/http/modules/ngx_http_xslt_filter_module.c	/^ngx_http_xslt_content_type(xsltStylesheetPtr s)$/;"	f	file:
ngx_http_xslt_default_types	src/http/modules/ngx_http_xslt_filter_module.c	/^ngx_str_t  ngx_http_xslt_default_types[] = {$/;"	v
ngx_http_xslt_encoding	src/http/modules/ngx_http_xslt_filter_module.c	/^ngx_http_xslt_encoding(xsltStylesheetPtr s)$/;"	f	file:
ngx_http_xslt_entities	src/http/modules/ngx_http_xslt_filter_module.c	/^ngx_http_xslt_entities(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_xslt_file_t	src/http/modules/ngx_http_xslt_filter_module.c	/^} ngx_http_xslt_file_t;$/;"	t	typeref:struct:__anon55	file:
ngx_http_xslt_filter_commands	src/http/modules/ngx_http_xslt_filter_module.c	/^static ngx_command_t  ngx_http_xslt_filter_commands[] = {$/;"	v	file:
ngx_http_xslt_filter_create_conf	src/http/modules/ngx_http_xslt_filter_module.c	/^ngx_http_xslt_filter_create_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_xslt_filter_create_main_conf	src/http/modules/ngx_http_xslt_filter_module.c	/^ngx_http_xslt_filter_create_main_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_http_xslt_filter_ctx_t	src/http/modules/ngx_http_xslt_filter_module.c	/^} ngx_http_xslt_filter_ctx_t;$/;"	t	typeref:struct:__anon60	file:
ngx_http_xslt_filter_exit	src/http/modules/ngx_http_xslt_filter_module.c	/^ngx_http_xslt_filter_exit(ngx_cycle_t *cycle)$/;"	f	file:
ngx_http_xslt_filter_init	src/http/modules/ngx_http_xslt_filter_module.c	/^ngx_http_xslt_filter_init(ngx_conf_t *cf)$/;"	f	file:
ngx_http_xslt_filter_loc_conf_t	src/http/modules/ngx_http_xslt_filter_module.c	/^} ngx_http_xslt_filter_loc_conf_t;$/;"	t	typeref:struct:__anon59	file:
ngx_http_xslt_filter_main_conf_t	src/http/modules/ngx_http_xslt_filter_module.c	/^} ngx_http_xslt_filter_main_conf_t;$/;"	t	typeref:struct:__anon56	file:
ngx_http_xslt_filter_merge_conf	src/http/modules/ngx_http_xslt_filter_module.c	/^ngx_http_xslt_filter_merge_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_http_xslt_filter_module	src/http/modules/ngx_http_xslt_filter_module.c	/^ngx_module_t  ngx_http_xslt_filter_module = {$/;"	v
ngx_http_xslt_filter_module_ctx	src/http/modules/ngx_http_xslt_filter_module.c	/^static ngx_http_module_t  ngx_http_xslt_filter_module_ctx = {$/;"	v	file:
ngx_http_xslt_header_filter	src/http/modules/ngx_http_xslt_filter_module.c	/^ngx_http_xslt_header_filter(ngx_http_request_t *r)$/;"	f	file:
ngx_http_xslt_param	src/http/modules/ngx_http_xslt_filter_module.c	/^ngx_http_xslt_param(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_http_xslt_param_t	src/http/modules/ngx_http_xslt_filter_module.c	/^} ngx_http_xslt_param_t;$/;"	t	typeref:struct:__anon57	file:
ngx_http_xslt_params	src/http/modules/ngx_http_xslt_filter_module.c	/^ngx_http_xslt_params(ngx_http_request_t *r, ngx_http_xslt_filter_ctx_t *ctx,$/;"	f	file:
ngx_http_xslt_sax_error	src/http/modules/ngx_http_xslt_filter_module.c	/^ngx_http_xslt_sax_error(void *data, const char *msg, ...)$/;"	f	file:
ngx_http_xslt_sax_external_subset	src/http/modules/ngx_http_xslt_filter_module.c	/^ngx_http_xslt_sax_external_subset(void *data, const xmlChar *name,$/;"	f	file:
ngx_http_xslt_send	src/http/modules/ngx_http_xslt_filter_module.c	/^ngx_http_xslt_send(ngx_http_request_t *r, ngx_http_xslt_filter_ctx_t *ctx,$/;"	f	file:
ngx_http_xslt_sheet_t	src/http/modules/ngx_http_xslt_filter_module.c	/^} ngx_http_xslt_sheet_t;$/;"	t	typeref:struct:__anon58	file:
ngx_http_xslt_stylesheet	src/http/modules/ngx_http_xslt_filter_module.c	/^ngx_http_xslt_stylesheet(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_imap_auth_cram_md5	src/mail/ngx_mail.h	/^    ngx_imap_auth_cram_md5,$/;"	e	enum:__anon256
ngx_imap_auth_login_password	src/mail/ngx_mail.h	/^    ngx_imap_auth_login_password,$/;"	e	enum:__anon256
ngx_imap_auth_login_username	src/mail/ngx_mail.h	/^    ngx_imap_auth_login_username,$/;"	e	enum:__anon256
ngx_imap_auth_plain	src/mail/ngx_mail.h	/^    ngx_imap_auth_plain,$/;"	e	enum:__anon256
ngx_imap_login	src/mail/ngx_mail.h	/^    ngx_imap_login,$/;"	e	enum:__anon256
ngx_imap_passwd	src/mail/ngx_mail.h	/^    ngx_imap_passwd$/;"	e	enum:__anon256
ngx_imap_start	src/mail/ngx_mail.h	/^    ngx_imap_start = 0,$/;"	e	enum:__anon256
ngx_imap_state_e	src/mail/ngx_mail.h	/^} ngx_imap_state_e;$/;"	t	typeref:enum:__anon256
ngx_imap_user	src/mail/ngx_mail.h	/^    ngx_imap_user,$/;"	e	enum:__anon256
ngx_in6_cidr_t	src/core/ngx_inet.h	/^} ngx_in6_cidr_t;$/;"	t	typeref:struct:__anon306
ngx_in_cidr_t	src/core/ngx_inet.h	/^} ngx_in_cidr_t;$/;"	t	typeref:struct:__anon305
ngx_inet6_addr	src/core/ngx_inet.c	/^ngx_inet6_addr(u_char *p, size_t len, u_char *addr)$/;"	f
ngx_inet6_ntop	src/core/ngx_inet.c	/^ngx_inet6_ntop(u_char *p, u_char *text, size_t len)$/;"	f
ngx_inet_addr	src/core/ngx_inet.c	/^ngx_inet_addr(u_char *text, size_t len)$/;"	f
ngx_inet_ntop	src/core/ngx_inet.c	/^ngx_inet_ntop(int family, void *addr, u_char *text, size_t len)$/;"	f
ngx_inet_resolve_host	src/core/ngx_inet.c	/^ngx_inet_resolve_host(ngx_pool_t *pool, ngx_url_t *u)$/;"	f
ngx_inherited	src/os/unix/ngx_process_cycle.c	/^ngx_uint_t    ngx_inherited;$/;"	v
ngx_inherited_nonblocking	src/os/unix/ngx_posix_init.c	/^ngx_uint_t  ngx_inherited_nonblocking;$/;"	v
ngx_init_cycle	src/core/ngx_cycle.c	/^ngx_init_cycle(ngx_cycle_t *old_cycle)$/;"	f
ngx_init_setproctitle	src/os/unix/ngx_setproctitle.c	/^ngx_init_setproctitle(ngx_log_t *log)$/;"	f
ngx_init_setproctitle	src/os/unix/ngx_setproctitle.h	16;"	d
ngx_init_setproctitle	src/os/unix/ngx_setproctitle.h	42;"	d
ngx_init_signals	src/os/unix/ngx_process.c	/^ngx_init_signals(ngx_log_t *log)$/;"	f
ngx_init_threads	src/os/unix/ngx_freebsd_rfork_thread.c	/^ngx_init_threads(int n, size_t size, ngx_cycle_t *cycle)$/;"	f
ngx_init_threads	src/os/unix/ngx_pthread_thread.c	/^ngx_init_threads(int n, size_t size, ngx_cycle_t *cycle)$/;"	f
ngx_init_zone_pool	src/core/ngx_cycle.c	/^ngx_init_zone_pool(ngx_cycle_t *cycle, ngx_shm_zone_t *zn)$/;"	f	file:
ngx_inline	src/core/ngx_config.h	111;"	d
ngx_int_t	src/core/ngx_config.h	/^typedef intptr_t        ngx_int_t;$/;"	t
ngx_io	src/core/ngx_connection.c	/^ngx_os_io_t  ngx_io;$/;"	v
ngx_is_dir	src/os/unix/ngx_files.h	177;"	d
ngx_is_exec	src/os/unix/ngx_files.h	180;"	d
ngx_is_file	src/os/unix/ngx_files.h	178;"	d
ngx_is_init_cycle	src/core/ngx_cycle.h	117;"	d
ngx_is_link	src/os/unix/ngx_files.h	179;"	d
ngx_keyval_t	src/core/ngx_string.h	/^} ngx_keyval_t;$/;"	t	typeref:struct:__anon320
ngx_kqueue	src/event/modules/ngx_kqueue_module.c	/^int                    ngx_kqueue = -1;$/;"	v
ngx_kqueue_add_event	src/event/modules/ngx_kqueue_module.c	/^ngx_kqueue_add_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)$/;"	f	file:
ngx_kqueue_commands	src/event/modules/ngx_kqueue_module.c	/^static ngx_command_t  ngx_kqueue_commands[] = {$/;"	v	file:
ngx_kqueue_conf_t	src/event/modules/ngx_kqueue_module.c	/^} ngx_kqueue_conf_t;$/;"	t	typeref:struct:__anon331	file:
ngx_kqueue_create_conf	src/event/modules/ngx_kqueue_module.c	/^ngx_kqueue_create_conf(ngx_cycle_t *cycle)$/;"	f	file:
ngx_kqueue_del_event	src/event/modules/ngx_kqueue_module.c	/^ngx_kqueue_del_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)$/;"	f	file:
ngx_kqueue_done	src/event/modules/ngx_kqueue_module.c	/^ngx_kqueue_done(ngx_cycle_t *cycle)$/;"	f	file:
ngx_kqueue_dump_event	src/event/modules/ngx_kqueue_module.c	/^ngx_kqueue_dump_event(ngx_log_t *log, struct kevent *kev)$/;"	f	file:
ngx_kqueue_init	src/event/modules/ngx_kqueue_module.c	/^ngx_kqueue_init(ngx_cycle_t *cycle, ngx_msec_t timer)$/;"	f	file:
ngx_kqueue_init_conf	src/event/modules/ngx_kqueue_module.c	/^ngx_kqueue_init_conf(ngx_cycle_t *cycle, void *conf)$/;"	f	file:
ngx_kqueue_module	src/event/modules/ngx_kqueue_module.c	/^ngx_module_t  ngx_kqueue_module = {$/;"	v
ngx_kqueue_module_ctx	src/event/modules/ngx_kqueue_module.c	/^ngx_event_module_t  ngx_kqueue_module_ctx = {$/;"	v
ngx_kqueue_process_changes	src/event/modules/ngx_kqueue_module.c	/^ngx_kqueue_process_changes(ngx_cycle_t *cycle, ngx_uint_t try)$/;"	f	file:
ngx_kqueue_process_events	src/event/modules/ngx_kqueue_module.c	/^ngx_kqueue_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,$/;"	f	file:
ngx_kqueue_set_event	src/event/modules/ngx_kqueue_module.c	/^ngx_kqueue_set_event(ngx_event_t *ev, ngx_int_t filter, ngx_uint_t flags)$/;"	f	file:
ngx_last_process	src/os/unix/ngx_process.c	/^ngx_int_t        ngx_last_process;$/;"	v
ngx_libc_cdecl	src/core/ngx_config.h	74;"	d
ngx_libc_crypt	src/os/unix/ngx_user.c	/^ngx_libc_crypt(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted)$/;"	f
ngx_libc_gmtime	src/os/unix/ngx_time.c	/^ngx_libc_gmtime(time_t s, struct tm *tm)$/;"	f
ngx_libc_localtime	src/os/unix/ngx_time.c	/^ngx_libc_localtime(time_t s, struct tm *tm)$/;"	f
ngx_linefeed	src/os/unix/ngx_files.h	151;"	d
ngx_link_info	src/os/unix/ngx_files.h	174;"	d
ngx_link_info_n	src/os/unix/ngx_files.h	175;"	d
ngx_linux_io	src/os/unix/ngx_linux_init.c	/^static ngx_os_io_t ngx_linux_io = {$/;"	v	file:
ngx_linux_kern_osrelease	src/os/unix/ngx_linux_init.c	/^u_char  ngx_linux_kern_osrelease[50];$/;"	v
ngx_linux_kern_ostype	src/os/unix/ngx_linux_init.c	/^u_char  ngx_linux_kern_ostype[50];$/;"	v
ngx_linux_rtsig_max	src/event/modules/ngx_rtsig_module.c	/^int ngx_linux_rtsig_max;$/;"	v
ngx_linux_rtsig_max	src/os/unix/ngx_linux_init.c	/^int     ngx_linux_rtsig_max;$/;"	v
ngx_linux_sendfile_chain	src/os/unix/ngx_linux_sendfile_chain.c	/^ngx_linux_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)$/;"	f
ngx_list_create	src/core/ngx_list.c	/^ngx_list_create(ngx_pool_t *pool, ngx_uint_t n, size_t size)$/;"	f
ngx_list_init	src/core/ngx_list.h	/^ngx_list_init(ngx_list_t *list, ngx_pool_t *pool, ngx_uint_t n, size_t size)$/;"	f
ngx_list_part_s	src/core/ngx_list.h	/^struct ngx_list_part_s {$/;"	s
ngx_list_part_t	src/core/ngx_list.h	/^typedef struct ngx_list_part_s  ngx_list_part_t;$/;"	t	typeref:struct:ngx_list_part_s
ngx_list_push	src/core/ngx_list.c	/^ngx_list_push(ngx_list_t *l)$/;"	f
ngx_list_t	src/core/ngx_list.h	/^} ngx_list_t;$/;"	t	typeref:struct:__anon299
ngx_listening_s	src/core/ngx_connection.h	/^struct ngx_listening_s {$/;"	s
ngx_listening_t	src/core/ngx_connection.h	/^typedef struct ngx_listening_s  ngx_listening_t;$/;"	t	typeref:struct:ngx_listening_s
ngx_localtime	src/os/unix/ngx_time.c	/^ngx_localtime(time_t s, ngx_tm_t *tm)$/;"	f
ngx_lock_fd	src/os/unix/ngx_files.c	/^ngx_lock_fd(ngx_fd_t fd)$/;"	f
ngx_lock_fd_n	src/os/unix/ngx_files.h	306;"	d
ngx_locked_post_event	src/event/ngx_event_posted.h	22;"	d
ngx_log	src/core/ngx_log.c	/^static ngx_log_t        ngx_log;$/;"	v	file:
ngx_log_abort	src/core/ngx_log.c	/^ngx_log_abort(ngx_err_t err, const char *fmt, ...)$/;"	f
ngx_log_create	src/core/ngx_log.c	/^ngx_log_create(ngx_cycle_t *cycle, ngx_str_t *name)$/;"	f
ngx_log_debug	src/core/ngx_log.h	82;"	d
ngx_log_debug	src/core/ngx_log.h	98;"	d
ngx_log_debug0	src/core/ngx_log.h	125;"	d
ngx_log_debug0	src/core/ngx_log.h	161;"	d
ngx_log_debug0	src/core/ngx_log.h	206;"	d
ngx_log_debug1	src/core/ngx_log.h	128;"	d
ngx_log_debug1	src/core/ngx_log.h	165;"	d
ngx_log_debug1	src/core/ngx_log.h	207;"	d
ngx_log_debug2	src/core/ngx_log.h	131;"	d
ngx_log_debug2	src/core/ngx_log.h	169;"	d
ngx_log_debug2	src/core/ngx_log.h	208;"	d
ngx_log_debug3	src/core/ngx_log.h	134;"	d
ngx_log_debug3	src/core/ngx_log.h	173;"	d
ngx_log_debug3	src/core/ngx_log.h	209;"	d
ngx_log_debug4	src/core/ngx_log.h	137;"	d
ngx_log_debug4	src/core/ngx_log.h	177;"	d
ngx_log_debug4	src/core/ngx_log.h	210;"	d
ngx_log_debug5	src/core/ngx_log.h	140;"	d
ngx_log_debug5	src/core/ngx_log.h	181;"	d
ngx_log_debug5	src/core/ngx_log.h	211;"	d
ngx_log_debug6	src/core/ngx_log.h	143;"	d
ngx_log_debug6	src/core/ngx_log.h	185;"	d
ngx_log_debug6	src/core/ngx_log.h	212;"	d
ngx_log_debug7	src/core/ngx_log.h	148;"	d
ngx_log_debug7	src/core/ngx_log.h	190;"	d
ngx_log_debug7	src/core/ngx_log.h	213;"	d
ngx_log_debug8	src/core/ngx_log.h	153;"	d
ngx_log_debug8	src/core/ngx_log.h	196;"	d
ngx_log_debug8	src/core/ngx_log.h	215;"	d
ngx_log_debug_core	src/core/ngx_log.c	/^ngx_log_debug_core(ngx_log_t *log, ngx_err_t err, const char *fmt, ...)$/;"	f
ngx_log_errno	src/core/ngx_log.c	/^ngx_log_errno(u_char *buf, u_char *last, ngx_err_t err)$/;"	f
ngx_log_error	src/core/ngx_log.c	/^ngx_log_error(ngx_uint_t level, ngx_log_t *log, ngx_err_t err,$/;"	f
ngx_log_error	src/core/ngx_log.h	76;"	d
ngx_log_error	src/core/ngx_log.h	92;"	d
ngx_log_error_core	src/core/ngx_log.c	/^ngx_log_error_core(ngx_uint_t level, ngx_log_t *log, ngx_err_t err,$/;"	f
ngx_log_file	src/core/ngx_log.c	/^static ngx_open_file_t  ngx_log_file;$/;"	v	file:
ngx_log_handler_pt	src/core/ngx_log.h	/^typedef u_char *(*ngx_log_handler_pt) (ngx_log_t *log, u_char *buf, size_t len);$/;"	t
ngx_log_init	src/core/ngx_log.c	/^ngx_log_init(u_char *prefix)$/;"	f
ngx_log_pid	src/os/unix/ngx_freebsd_rfork_thread.h	18;"	d
ngx_log_pid	src/os/unix/ngx_process.h	59;"	d
ngx_log_s	src/core/ngx_log.h	/^struct ngx_log_s {$/;"	s
ngx_log_set_levels	src/core/ngx_log.c	/^ngx_log_set_levels(ngx_conf_t *cf, ngx_log_t *log)$/;"	f
ngx_log_stderr	src/core/ngx_log.c	/^ngx_log_stderr(ngx_err_t err, const char *fmt, ...)$/;"	f
ngx_log_t	src/core/ngx_core.h	/^typedef struct ngx_log_s         ngx_log_t;$/;"	t	typeref:struct:ngx_log_s
ngx_log_tid	src/os/unix/ngx_freebsd_rfork_thread.h	19;"	d
ngx_log_tid	src/os/unix/ngx_thread.h	114;"	d
ngx_log_tid	src/os/unix/ngx_thread.h	30;"	d
ngx_mail_add_addrs	src/mail/ngx_mail.c	/^ngx_mail_add_addrs(ngx_conf_t *cf, ngx_mail_port_t *mport,$/;"	f	file:
ngx_mail_add_addrs6	src/mail/ngx_mail.c	/^ngx_mail_add_addrs6(ngx_conf_t *cf, ngx_mail_port_t *mport,$/;"	f	file:
ngx_mail_add_ports	src/mail/ngx_mail.c	/^ngx_mail_add_ports(ngx_conf_t *cf, ngx_array_t *ports,$/;"	f	file:
ngx_mail_addr_conf_t	src/mail/ngx_mail.h	/^} ngx_mail_addr_conf_t;$/;"	t	typeref:struct:__anon247
ngx_mail_auth	src/mail/ngx_mail_handler.c	/^ngx_mail_auth(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f
ngx_mail_auth_cram_md5	src/mail/ngx_mail_handler.c	/^ngx_mail_auth_cram_md5(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f
ngx_mail_auth_cram_md5_salt	src/mail/ngx_mail_handler.c	/^ngx_mail_auth_cram_md5_salt(ngx_mail_session_t *s, ngx_connection_t *c,$/;"	f
ngx_mail_auth_http	src/mail/ngx_mail_auth_http_module.c	/^ngx_mail_auth_http(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_mail_auth_http_block_read	src/mail/ngx_mail_auth_http_module.c	/^ngx_mail_auth_http_block_read(ngx_event_t *rev)$/;"	f	file:
ngx_mail_auth_http_commands	src/mail/ngx_mail_auth_http_module.c	/^static ngx_command_t  ngx_mail_auth_http_commands[] = {$/;"	v	file:
ngx_mail_auth_http_conf_t	src/mail/ngx_mail_auth_http_module.c	/^} ngx_mail_auth_http_conf_t;$/;"	t	typeref:struct:__anon262	file:
ngx_mail_auth_http_create_conf	src/mail/ngx_mail_auth_http_module.c	/^ngx_mail_auth_http_create_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_mail_auth_http_create_request	src/mail/ngx_mail_auth_http_module.c	/^ngx_mail_auth_http_create_request(ngx_mail_session_t *s, ngx_pool_t *pool,$/;"	f	file:
ngx_mail_auth_http_ctx_s	src/mail/ngx_mail_auth_http_module.c	/^struct ngx_mail_auth_http_ctx_s {$/;"	s	file:
ngx_mail_auth_http_ctx_t	src/mail/ngx_mail_auth_http_module.c	/^typedef struct ngx_mail_auth_http_ctx_s  ngx_mail_auth_http_ctx_t;$/;"	t	typeref:struct:ngx_mail_auth_http_ctx_s	file:
ngx_mail_auth_http_dummy_handler	src/mail/ngx_mail_auth_http_module.c	/^ngx_mail_auth_http_dummy_handler(ngx_event_t *ev)$/;"	f	file:
ngx_mail_auth_http_escape	src/mail/ngx_mail_auth_http_module.c	/^ngx_mail_auth_http_escape(ngx_pool_t *pool, ngx_str_t *text, ngx_str_t *escaped)$/;"	f	file:
ngx_mail_auth_http_handler_pt	src/mail/ngx_mail_auth_http_module.c	/^typedef void (*ngx_mail_auth_http_handler_pt)(ngx_mail_session_t *s,$/;"	t	file:
ngx_mail_auth_http_header	src/mail/ngx_mail_auth_http_module.c	/^ngx_mail_auth_http_header(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_mail_auth_http_ignore_status_line	src/mail/ngx_mail_auth_http_module.c	/^ngx_mail_auth_http_ignore_status_line(ngx_mail_session_t *s,$/;"	f	file:
ngx_mail_auth_http_init	src/mail/ngx_mail_auth_http_module.c	/^ngx_mail_auth_http_init(ngx_mail_session_t *s)$/;"	f
ngx_mail_auth_http_merge_conf	src/mail/ngx_mail_auth_http_module.c	/^ngx_mail_auth_http_merge_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_mail_auth_http_method	src/mail/ngx_mail_auth_http_module.c	/^static ngx_str_t   ngx_mail_auth_http_method[] = {$/;"	v	file:
ngx_mail_auth_http_module	src/mail/ngx_mail_auth_http_module.c	/^ngx_module_t  ngx_mail_auth_http_module = {$/;"	v
ngx_mail_auth_http_module_ctx	src/mail/ngx_mail_auth_http_module.c	/^static ngx_mail_module_t  ngx_mail_auth_http_module_ctx = {$/;"	v	file:
ngx_mail_auth_http_parse_header_line	src/mail/ngx_mail_auth_http_module.c	/^ngx_mail_auth_http_parse_header_line(ngx_mail_session_t *s,$/;"	f	file:
ngx_mail_auth_http_process_headers	src/mail/ngx_mail_auth_http_module.c	/^ngx_mail_auth_http_process_headers(ngx_mail_session_t *s,$/;"	f	file:
ngx_mail_auth_http_read_handler	src/mail/ngx_mail_auth_http_module.c	/^ngx_mail_auth_http_read_handler(ngx_event_t *rev)$/;"	f	file:
ngx_mail_auth_http_write_handler	src/mail/ngx_mail_auth_http_module.c	/^ngx_mail_auth_http_write_handler(ngx_event_t *wev)$/;"	f	file:
ngx_mail_auth_login_password	src/mail/ngx_mail_handler.c	/^ngx_mail_auth_login_password(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f
ngx_mail_auth_login_username	src/mail/ngx_mail_handler.c	/^ngx_mail_auth_login_username(ngx_mail_session_t *s, ngx_connection_t *c,$/;"	f
ngx_mail_auth_parse	src/mail/ngx_mail_parse.c	/^ngx_mail_auth_parse(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f
ngx_mail_auth_plain	src/mail/ngx_mail_handler.c	/^ngx_mail_auth_plain(ngx_mail_session_t *s, ngx_connection_t *c, ngx_uint_t n)$/;"	f
ngx_mail_auth_sleep_handler	src/mail/ngx_mail_auth_http_module.c	/^ngx_mail_auth_sleep_handler(ngx_event_t *rev)$/;"	f	file:
ngx_mail_auth_state_pt	src/mail/ngx_mail.h	/^typedef void (*ngx_mail_auth_state_pt)(ngx_event_t *rev);$/;"	t
ngx_mail_block	src/mail/ngx_mail.c	/^ngx_mail_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_mail_capabilities	src/mail/ngx_mail_core_module.c	/^ngx_mail_capabilities(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f
ngx_mail_close_connection	src/mail/ngx_mail_handler.c	/^ngx_mail_close_connection(ngx_connection_t *c)$/;"	f
ngx_mail_cmp_conf_addrs	src/mail/ngx_mail.c	/^ngx_mail_cmp_conf_addrs(const void *one, const void *two)$/;"	f	file:
ngx_mail_commands	src/mail/ngx_mail.c	/^static ngx_command_t  ngx_mail_commands[] = {$/;"	v	file:
ngx_mail_conf_addr_t	src/mail/ngx_mail.h	/^} ngx_mail_conf_addr_t;$/;"	t	typeref:struct:__anon252
ngx_mail_conf_ctx_t	src/mail/ngx_mail.h	/^} ngx_mail_conf_ctx_t;$/;"	t	typeref:struct:__anon245
ngx_mail_conf_get_module_main_conf	src/mail/ngx_mail.h	371;"	d
ngx_mail_conf_get_module_srv_conf	src/mail/ngx_mail.h	373;"	d
ngx_mail_conf_port_t	src/mail/ngx_mail.h	/^} ngx_mail_conf_port_t;$/;"	t	typeref:struct:__anon251
ngx_mail_core_commands	src/mail/ngx_mail_core_module.c	/^static ngx_command_t  ngx_mail_core_commands[] = {$/;"	v	file:
ngx_mail_core_create_main_conf	src/mail/ngx_mail_core_module.c	/^ngx_mail_core_create_main_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_mail_core_create_srv_conf	src/mail/ngx_mail_core_module.c	/^ngx_mail_core_create_srv_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_mail_core_listen	src/mail/ngx_mail_core_module.c	/^ngx_mail_core_listen(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_mail_core_main_conf_t	src/mail/ngx_mail.h	/^} ngx_mail_core_main_conf_t;$/;"	t	typeref:struct:__anon253
ngx_mail_core_merge_srv_conf	src/mail/ngx_mail_core_module.c	/^ngx_mail_core_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_mail_core_module	src/mail/ngx_mail_core_module.c	/^ngx_module_t  ngx_mail_core_module = {$/;"	v
ngx_mail_core_module_ctx	src/mail/ngx_mail_core_module.c	/^static ngx_mail_module_t  ngx_mail_core_module_ctx = {$/;"	v	file:
ngx_mail_core_protocol	src/mail/ngx_mail_core_module.c	/^ngx_mail_core_protocol(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_mail_core_resolver	src/mail/ngx_mail_core_module.c	/^ngx_mail_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_mail_core_server	src/mail/ngx_mail_core_module.c	/^ngx_mail_core_server(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_mail_core_srv_conf_t	src/mail/ngx_mail.h	/^} ngx_mail_core_srv_conf_t;$/;"	t	typeref:struct:__anon254
ngx_mail_delete_ctx	src/mail/ngx_mail.h	364;"	d
ngx_mail_get_module_ctx	src/mail/ngx_mail.h	362;"	d
ngx_mail_get_module_main_conf	src/mail/ngx_mail.h	367;"	d
ngx_mail_get_module_srv_conf	src/mail/ngx_mail.h	369;"	d
ngx_mail_imap_auth_methods	src/mail/ngx_mail_imap_module.c	/^static ngx_conf_bitmask_t  ngx_mail_imap_auth_methods[] = {$/;"	v	file:
ngx_mail_imap_auth_methods_names	src/mail/ngx_mail_imap_module.c	/^static ngx_str_t  ngx_mail_imap_auth_methods_names[] = {$/;"	v	file:
ngx_mail_imap_auth_state	src/mail/ngx_mail_imap_handler.c	/^ngx_mail_imap_auth_state(ngx_event_t *rev)$/;"	f
ngx_mail_imap_authenticate	src/mail/ngx_mail_imap_handler.c	/^ngx_mail_imap_authenticate(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f	file:
ngx_mail_imap_capability	src/mail/ngx_mail_imap_handler.c	/^ngx_mail_imap_capability(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f	file:
ngx_mail_imap_commands	src/mail/ngx_mail_imap_module.c	/^static ngx_command_t  ngx_mail_imap_commands[] = {$/;"	v	file:
ngx_mail_imap_create_srv_conf	src/mail/ngx_mail_imap_module.c	/^ngx_mail_imap_create_srv_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_mail_imap_default_capabilities	src/mail/ngx_mail_imap_module.c	/^static ngx_str_t  ngx_mail_imap_default_capabilities[] = {$/;"	v	file:
ngx_mail_imap_init_protocol	src/mail/ngx_mail_imap_handler.c	/^ngx_mail_imap_init_protocol(ngx_event_t *rev)$/;"	f
ngx_mail_imap_init_session	src/mail/ngx_mail_imap_handler.c	/^ngx_mail_imap_init_session(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f
ngx_mail_imap_login	src/mail/ngx_mail_imap_handler.c	/^ngx_mail_imap_login(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f	file:
ngx_mail_imap_merge_srv_conf	src/mail/ngx_mail_imap_module.c	/^ngx_mail_imap_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_mail_imap_module	src/mail/ngx_mail_imap_module.c	/^ngx_module_t  ngx_mail_imap_module = {$/;"	v
ngx_mail_imap_module_ctx	src/mail/ngx_mail_imap_module.c	/^static ngx_mail_module_t  ngx_mail_imap_module_ctx = {$/;"	v	file:
ngx_mail_imap_parse_command	src/mail/ngx_mail_parse.c	/^ngx_mail_imap_parse_command(ngx_mail_session_t *s)$/;"	f
ngx_mail_imap_protocol	src/mail/ngx_mail_imap_module.c	/^static ngx_mail_protocol_t  ngx_mail_imap_protocol = {$/;"	v	file:
ngx_mail_imap_srv_conf_t	src/mail/ngx_mail_imap_module.h	/^} ngx_mail_imap_srv_conf_t;$/;"	t	typeref:struct:__anon240
ngx_mail_imap_starttls	src/mail/ngx_mail_imap_handler.c	/^ngx_mail_imap_starttls(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f	file:
ngx_mail_in6_addr_t	src/mail/ngx_mail.h	/^} ngx_mail_in6_addr_t;$/;"	t	typeref:struct:__anon249
ngx_mail_in_addr_t	src/mail/ngx_mail.h	/^} ngx_mail_in_addr_t;$/;"	t	typeref:struct:__anon248
ngx_mail_init_connection	src/mail/ngx_mail_handler.c	/^ngx_mail_init_connection(ngx_connection_t *c)$/;"	f
ngx_mail_init_protocol_pt	src/mail/ngx_mail.h	/^typedef void (*ngx_mail_init_protocol_pt)(ngx_event_t *rev);$/;"	t
ngx_mail_init_session	src/mail/ngx_mail_handler.c	/^ngx_mail_init_session(ngx_connection_t *c)$/;"	f	file:
ngx_mail_init_session_pt	src/mail/ngx_mail.h	/^typedef void (*ngx_mail_init_session_pt)(ngx_mail_session_t *s,$/;"	t
ngx_mail_listen_t	src/mail/ngx_mail.h	/^} ngx_mail_listen_t;$/;"	t	typeref:struct:__anon246
ngx_mail_log_ctx_t	src/mail/ngx_mail.h	/^} ngx_mail_log_ctx_t;$/;"	t	typeref:struct:__anon260
ngx_mail_log_error	src/mail/ngx_mail_handler.c	/^ngx_mail_log_error(ngx_log_t *log, u_char *buf, size_t len)$/;"	f
ngx_mail_max_module	src/mail/ngx_mail.c	/^ngx_uint_t  ngx_mail_max_module;$/;"	v
ngx_mail_module	src/mail/ngx_mail.c	/^ngx_module_t  ngx_mail_module = {$/;"	v
ngx_mail_module_ctx	src/mail/ngx_mail.c	/^static ngx_core_module_t  ngx_mail_module_ctx = {$/;"	v	file:
ngx_mail_module_t	src/mail/ngx_mail.h	/^} ngx_mail_module_t;$/;"	t	typeref:struct:__anon261
ngx_mail_optimize_servers	src/mail/ngx_mail.c	/^ngx_mail_optimize_servers(ngx_conf_t *cf, ngx_array_t *ports)$/;"	f	file:
ngx_mail_parse_command_pt	src/mail/ngx_mail.h	/^typedef ngx_int_t (*ngx_mail_parse_command_pt)(ngx_mail_session_t *s);$/;"	t
ngx_mail_pop3_apop	src/mail/ngx_mail_pop3_handler.c	/^ngx_mail_pop3_apop(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f	file:
ngx_mail_pop3_auth	src/mail/ngx_mail_pop3_handler.c	/^ngx_mail_pop3_auth(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f	file:
ngx_mail_pop3_auth_cram_md5_capability	src/mail/ngx_mail_pop3_module.c	/^static ngx_str_t  ngx_mail_pop3_auth_cram_md5_capability =$/;"	v	file:
ngx_mail_pop3_auth_methods	src/mail/ngx_mail_pop3_module.c	/^static ngx_conf_bitmask_t  ngx_mail_pop3_auth_methods[] = {$/;"	v	file:
ngx_mail_pop3_auth_plain_capability	src/mail/ngx_mail_pop3_module.c	/^static ngx_str_t  ngx_mail_pop3_auth_plain_capability =$/;"	v	file:
ngx_mail_pop3_auth_state	src/mail/ngx_mail_pop3_handler.c	/^ngx_mail_pop3_auth_state(ngx_event_t *rev)$/;"	f
ngx_mail_pop3_capa	src/mail/ngx_mail_pop3_handler.c	/^ngx_mail_pop3_capa(ngx_mail_session_t *s, ngx_connection_t *c, ngx_int_t stls)$/;"	f	file:
ngx_mail_pop3_commands	src/mail/ngx_mail_pop3_module.c	/^static ngx_command_t  ngx_mail_pop3_commands[] = {$/;"	v	file:
ngx_mail_pop3_create_srv_conf	src/mail/ngx_mail_pop3_module.c	/^ngx_mail_pop3_create_srv_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_mail_pop3_default_capabilities	src/mail/ngx_mail_pop3_module.c	/^static ngx_str_t  ngx_mail_pop3_default_capabilities[] = {$/;"	v	file:
ngx_mail_pop3_init_protocol	src/mail/ngx_mail_pop3_handler.c	/^ngx_mail_pop3_init_protocol(ngx_event_t *rev)$/;"	f
ngx_mail_pop3_init_session	src/mail/ngx_mail_pop3_handler.c	/^ngx_mail_pop3_init_session(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f
ngx_mail_pop3_merge_srv_conf	src/mail/ngx_mail_pop3_module.c	/^ngx_mail_pop3_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_mail_pop3_module	src/mail/ngx_mail_pop3_module.c	/^ngx_module_t  ngx_mail_pop3_module = {$/;"	v
ngx_mail_pop3_module_ctx	src/mail/ngx_mail_pop3_module.c	/^static ngx_mail_module_t  ngx_mail_pop3_module_ctx = {$/;"	v	file:
ngx_mail_pop3_parse_command	src/mail/ngx_mail_parse.c	/^ngx_mail_pop3_parse_command(ngx_mail_session_t *s)$/;"	f
ngx_mail_pop3_pass	src/mail/ngx_mail_pop3_handler.c	/^ngx_mail_pop3_pass(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f	file:
ngx_mail_pop3_protocol	src/mail/ngx_mail_pop3_module.c	/^static ngx_mail_protocol_t  ngx_mail_pop3_protocol = {$/;"	v	file:
ngx_mail_pop3_srv_conf_t	src/mail/ngx_mail_pop3_module.h	/^} ngx_mail_pop3_srv_conf_t;$/;"	t	typeref:struct:__anon244
ngx_mail_pop3_stls	src/mail/ngx_mail_pop3_handler.c	/^ngx_mail_pop3_stls(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f	file:
ngx_mail_pop3_user	src/mail/ngx_mail_pop3_handler.c	/^ngx_mail_pop3_user(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f	file:
ngx_mail_port_t	src/mail/ngx_mail.h	/^} ngx_mail_port_t;$/;"	t	typeref:struct:__anon250
ngx_mail_protocol_s	src/mail/ngx_mail.h	/^struct ngx_mail_protocol_s {$/;"	s
ngx_mail_protocol_t	src/mail/ngx_mail.h	/^typedef struct ngx_mail_protocol_s  ngx_mail_protocol_t;$/;"	t	typeref:struct:ngx_mail_protocol_s
ngx_mail_proxy_block_read	src/mail/ngx_mail_proxy_module.c	/^ngx_mail_proxy_block_read(ngx_event_t *rev)$/;"	f	file:
ngx_mail_proxy_close_session	src/mail/ngx_mail_proxy_module.c	/^ngx_mail_proxy_close_session(ngx_mail_session_t *s)$/;"	f	file:
ngx_mail_proxy_commands	src/mail/ngx_mail_proxy_module.c	/^static ngx_command_t  ngx_mail_proxy_commands[] = {$/;"	v	file:
ngx_mail_proxy_conf_t	src/mail/ngx_mail_proxy_module.c	/^} ngx_mail_proxy_conf_t;$/;"	t	typeref:struct:__anon242	file:
ngx_mail_proxy_create_conf	src/mail/ngx_mail_proxy_module.c	/^ngx_mail_proxy_create_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_mail_proxy_ctx_t	src/mail/ngx_mail.h	/^} ngx_mail_proxy_ctx_t;$/;"	t	typeref:struct:__anon258
ngx_mail_proxy_dummy_handler	src/mail/ngx_mail_proxy_module.c	/^ngx_mail_proxy_dummy_handler(ngx_event_t *wev)$/;"	f	file:
ngx_mail_proxy_handler	src/mail/ngx_mail_proxy_module.c	/^ngx_mail_proxy_handler(ngx_event_t *ev)$/;"	f	file:
ngx_mail_proxy_imap_handler	src/mail/ngx_mail_proxy_module.c	/^ngx_mail_proxy_imap_handler(ngx_event_t *rev)$/;"	f	file:
ngx_mail_proxy_init	src/mail/ngx_mail_proxy_module.c	/^ngx_mail_proxy_init(ngx_mail_session_t *s, ngx_addr_t *peer)$/;"	f
ngx_mail_proxy_internal_server_error	src/mail/ngx_mail_proxy_module.c	/^ngx_mail_proxy_internal_server_error(ngx_mail_session_t *s)$/;"	f	file:
ngx_mail_proxy_merge_conf	src/mail/ngx_mail_proxy_module.c	/^ngx_mail_proxy_merge_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_mail_proxy_module	src/mail/ngx_mail_proxy_module.c	/^ngx_module_t  ngx_mail_proxy_module = {$/;"	v
ngx_mail_proxy_module_ctx	src/mail/ngx_mail_proxy_module.c	/^static ngx_mail_module_t  ngx_mail_proxy_module_ctx = {$/;"	v	file:
ngx_mail_proxy_pop3_handler	src/mail/ngx_mail_proxy_module.c	/^ngx_mail_proxy_pop3_handler(ngx_event_t *rev)$/;"	f	file:
ngx_mail_proxy_read_response	src/mail/ngx_mail_proxy_module.c	/^ngx_mail_proxy_read_response(ngx_mail_session_t *s, ngx_uint_t state)$/;"	f	file:
ngx_mail_proxy_smtp_handler	src/mail/ngx_mail_proxy_module.c	/^ngx_mail_proxy_smtp_handler(ngx_event_t *rev)$/;"	f	file:
ngx_mail_proxy_upstream_error	src/mail/ngx_mail_proxy_module.c	/^ngx_mail_proxy_upstream_error(ngx_mail_session_t *s)$/;"	f	file:
ngx_mail_read_command	src/mail/ngx_mail_handler.c	/^ngx_mail_read_command(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f
ngx_mail_salt	src/mail/ngx_mail_handler.c	/^ngx_mail_salt(ngx_mail_session_t *s, ngx_connection_t *c,$/;"	f
ngx_mail_send	src/mail/ngx_mail_handler.c	/^ngx_mail_send(ngx_event_t *wev)$/;"	f
ngx_mail_session_internal_server_error	src/mail/ngx_mail_handler.c	/^ngx_mail_session_internal_server_error(ngx_mail_session_t *s)$/;"	f
ngx_mail_session_t	src/mail/ngx_mail.h	/^} ngx_mail_session_t;$/;"	t	typeref:struct:__anon259
ngx_mail_set_ctx	src/mail/ngx_mail.h	363;"	d
ngx_mail_smtp_auth	src/mail/ngx_mail_smtp_handler.c	/^ngx_mail_smtp_auth(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f	file:
ngx_mail_smtp_auth_methods	src/mail/ngx_mail_smtp_module.c	/^static ngx_conf_bitmask_t  ngx_mail_smtp_auth_methods[] = {$/;"	v	file:
ngx_mail_smtp_auth_methods_names	src/mail/ngx_mail_smtp_module.c	/^static ngx_str_t  ngx_mail_smtp_auth_methods_names[] = {$/;"	v	file:
ngx_mail_smtp_auth_state	src/mail/ngx_mail_smtp_handler.c	/^ngx_mail_smtp_auth_state(ngx_event_t *rev)$/;"	f
ngx_mail_smtp_commands	src/mail/ngx_mail_smtp_module.c	/^static ngx_command_t  ngx_mail_smtp_commands[] = {$/;"	v	file:
ngx_mail_smtp_create_buffer	src/mail/ngx_mail_smtp_handler.c	/^ngx_mail_smtp_create_buffer(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f	file:
ngx_mail_smtp_create_srv_conf	src/mail/ngx_mail_smtp_module.c	/^ngx_mail_smtp_create_srv_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_mail_smtp_discard_command	src/mail/ngx_mail_smtp_handler.c	/^ngx_mail_smtp_discard_command(ngx_mail_session_t *s, ngx_connection_t *c,$/;"	f	file:
ngx_mail_smtp_errcode	src/mail/ngx_mail_auth_http_module.c	/^static ngx_str_t   ngx_mail_smtp_errcode = ngx_string("535 5.7.0");$/;"	v	file:
ngx_mail_smtp_greeting	src/mail/ngx_mail_smtp_handler.c	/^ngx_mail_smtp_greeting(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f	file:
ngx_mail_smtp_helo	src/mail/ngx_mail_smtp_handler.c	/^ngx_mail_smtp_helo(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f	file:
ngx_mail_smtp_init_protocol	src/mail/ngx_mail_smtp_handler.c	/^ngx_mail_smtp_init_protocol(ngx_event_t *rev)$/;"	f
ngx_mail_smtp_init_session	src/mail/ngx_mail_smtp_handler.c	/^ngx_mail_smtp_init_session(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f
ngx_mail_smtp_invalid_pipelining	src/mail/ngx_mail_smtp_handler.c	/^ngx_mail_smtp_invalid_pipelining(ngx_event_t *rev)$/;"	f	file:
ngx_mail_smtp_log_rejected_command	src/mail/ngx_mail_smtp_handler.c	/^ngx_mail_smtp_log_rejected_command(ngx_mail_session_t *s, ngx_connection_t *c,$/;"	f	file:
ngx_mail_smtp_mail	src/mail/ngx_mail_smtp_handler.c	/^ngx_mail_smtp_mail(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f	file:
ngx_mail_smtp_merge_srv_conf	src/mail/ngx_mail_smtp_module.c	/^ngx_mail_smtp_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_mail_smtp_module	src/mail/ngx_mail_smtp_module.c	/^ngx_module_t  ngx_mail_smtp_module = {$/;"	v
ngx_mail_smtp_module_ctx	src/mail/ngx_mail_smtp_module.c	/^static ngx_mail_module_t  ngx_mail_smtp_module_ctx = {$/;"	v	file:
ngx_mail_smtp_parse_command	src/mail/ngx_mail_parse.c	/^ngx_mail_smtp_parse_command(ngx_mail_session_t *s)$/;"	f
ngx_mail_smtp_protocol	src/mail/ngx_mail_smtp_module.c	/^static ngx_mail_protocol_t  ngx_mail_smtp_protocol = {$/;"	v	file:
ngx_mail_smtp_rcpt	src/mail/ngx_mail_smtp_handler.c	/^ngx_mail_smtp_rcpt(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f	file:
ngx_mail_smtp_resolve_addr_handler	src/mail/ngx_mail_smtp_handler.c	/^ngx_mail_smtp_resolve_addr_handler(ngx_resolver_ctx_t *ctx)$/;"	f	file:
ngx_mail_smtp_resolve_name	src/mail/ngx_mail_smtp_handler.c	/^ngx_mail_smtp_resolve_name(ngx_event_t *rev)$/;"	f	file:
ngx_mail_smtp_resolve_name_handler	src/mail/ngx_mail_smtp_handler.c	/^ngx_mail_smtp_resolve_name_handler(ngx_resolver_ctx_t *ctx)$/;"	f	file:
ngx_mail_smtp_rset	src/mail/ngx_mail_smtp_handler.c	/^ngx_mail_smtp_rset(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f	file:
ngx_mail_smtp_srv_conf_t	src/mail/ngx_mail_smtp_module.h	/^} ngx_mail_smtp_srv_conf_t;$/;"	t	typeref:struct:__anon241
ngx_mail_smtp_starttls	src/mail/ngx_mail_smtp_handler.c	/^ngx_mail_smtp_starttls(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f	file:
ngx_mail_ssl_commands	src/mail/ngx_mail_ssl_module.c	/^static ngx_command_t  ngx_mail_ssl_commands[] = {$/;"	v	file:
ngx_mail_ssl_conf_t	src/mail/ngx_mail_ssl_module.h	/^} ngx_mail_ssl_conf_t;$/;"	t	typeref:struct:__anon243
ngx_mail_ssl_create_conf	src/mail/ngx_mail_ssl_module.c	/^ngx_mail_ssl_create_conf(ngx_conf_t *cf)$/;"	f	file:
ngx_mail_ssl_enable	src/mail/ngx_mail_ssl_module.c	/^ngx_mail_ssl_enable(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_mail_ssl_handshake_handler	src/mail/ngx_mail_handler.c	/^ngx_mail_ssl_handshake_handler(ngx_connection_t *c)$/;"	f	file:
ngx_mail_ssl_init_connection	src/mail/ngx_mail_handler.c	/^ngx_mail_ssl_init_connection(ngx_ssl_t *ssl, ngx_connection_t *c)$/;"	f	file:
ngx_mail_ssl_merge_conf	src/mail/ngx_mail_ssl_module.c	/^ngx_mail_ssl_merge_conf(ngx_conf_t *cf, void *parent, void *child)$/;"	f	file:
ngx_mail_ssl_module	src/mail/ngx_mail_ssl_module.c	/^ngx_module_t  ngx_mail_ssl_module = {$/;"	v
ngx_mail_ssl_module_ctx	src/mail/ngx_mail_ssl_module.c	/^static ngx_mail_module_t  ngx_mail_ssl_module_ctx = {$/;"	v	file:
ngx_mail_ssl_protocols	src/mail/ngx_mail_ssl_module.c	/^static ngx_conf_bitmask_t  ngx_mail_ssl_protocols[] = {$/;"	v	file:
ngx_mail_ssl_sess_id_ctx	src/mail/ngx_mail_ssl_module.c	/^static ngx_str_t ngx_mail_ssl_sess_id_ctx = ngx_string("MAIL");$/;"	v	file:
ngx_mail_ssl_session_cache	src/mail/ngx_mail_ssl_module.c	/^ngx_mail_ssl_session_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_mail_ssl_starttls	src/mail/ngx_mail_ssl_module.c	/^ngx_mail_ssl_starttls(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_mail_starttls_handler	src/mail/ngx_mail_handler.c	/^ngx_mail_starttls_handler(ngx_event_t *rev)$/;"	f
ngx_mail_starttls_only	src/mail/ngx_mail_handler.c	/^ngx_mail_starttls_only(ngx_mail_session_t *s, ngx_connection_t *c)$/;"	f
ngx_master_process_cycle	src/os/unix/ngx_process_cycle.c	/^ngx_master_process_cycle(ngx_cycle_t *cycle)$/;"	f
ngx_master_process_exit	src/os/unix/ngx_process_cycle.c	/^ngx_master_process_exit(ngx_cycle_t *cycle)$/;"	f	file:
ngx_max	src/core/ngx_core.h	88;"	d
ngx_max_module	src/core/nginx.c	/^ngx_uint_t          ngx_max_module;$/;"	v
ngx_max_sockets	src/os/unix/ngx_posix_init.c	/^ngx_int_t   ngx_max_sockets;$/;"	v
ngx_md5_body	src/core/ngx_md5.c	/^ngx_md5_body(ngx_md5_t *ctx, const u_char *data, size_t size)$/;"	f	file:
ngx_md5_final	src/core/ngx_md5.c	/^ngx_md5_final(u_char result[16], ngx_md5_t *ctx)$/;"	f
ngx_md5_final	src/core/ngx_md5.h	32;"	d
ngx_md5_final	src/core/ngx_md5.h	38;"	d
ngx_md5_init	src/core/ngx_md5.c	/^ngx_md5_init(ngx_md5_t *ctx)$/;"	f
ngx_md5_init	src/core/ngx_md5.h	30;"	d
ngx_md5_init	src/core/ngx_md5.h	36;"	d
ngx_md5_t	src/core/ngx_md5.h	/^typedef MD5_CTX  ngx_md5_t;$/;"	t
ngx_md5_t	src/core/ngx_md5.h	/^} ngx_md5_t;$/;"	t	typeref:struct:__anon300
ngx_md5_update	src/core/ngx_md5.c	/^ngx_md5_update(ngx_md5_t *ctx, const void *data, size_t size)$/;"	f
ngx_md5_update	src/core/ngx_md5.h	31;"	d
ngx_md5_update	src/core/ngx_md5.h	37;"	d
ngx_memalign	src/os/unix/ngx_alloc.c	/^ngx_memalign(size_t alignment, size_t size, ngx_log_t *log)$/;"	f
ngx_memalign	src/os/unix/ngx_alloc.h	35;"	d
ngx_memcmp	src/core/ngx_string.h	144;"	d
ngx_memcpy	src/core/ngx_string.c	/^ngx_memcpy(void *dst, const void *src, size_t n)$/;"	f
ngx_memcpy	src/core/ngx_string.h	102;"	d
ngx_memmove	src/core/ngx_string.h	139;"	d
ngx_memn2cmp	src/core/ngx_string.c	/^ngx_memn2cmp(u_char *s1, u_char *s2, size_t n1, size_t n2)$/;"	f
ngx_memory_barrier	src/os/unix/ngx_atomic.h	115;"	d
ngx_memory_barrier	src/os/unix/ngx_atomic.h	153;"	d
ngx_memory_barrier	src/os/unix/ngx_atomic.h	194;"	d
ngx_memory_barrier	src/os/unix/ngx_atomic.h	301;"	d
ngx_memory_barrier	src/os/unix/ngx_atomic.h	37;"	d
ngx_memory_barrier	src/os/unix/ngx_atomic.h	84;"	d
ngx_memory_barrier	src/os/unix/ngx_gcc_atomic_amd64.h	80;"	d
ngx_memory_barrier	src/os/unix/ngx_gcc_atomic_ppc.h	146;"	d
ngx_memory_barrier	src/os/unix/ngx_gcc_atomic_ppc.h	149;"	d
ngx_memory_barrier	src/os/unix/ngx_gcc_atomic_ppc.h	83;"	d
ngx_memory_barrier	src/os/unix/ngx_gcc_atomic_ppc.h	86;"	d
ngx_memory_barrier	src/os/unix/ngx_gcc_atomic_sparc64.h	74;"	d
ngx_memory_barrier	src/os/unix/ngx_gcc_atomic_sparc64.h	79;"	d
ngx_memory_barrier	src/os/unix/ngx_gcc_atomic_x86.h	124;"	d
ngx_memory_barrier	src/os/unix/ngx_sunpro_atomic_sparc64.h	56;"	d
ngx_memset	src/core/ngx_string.h	87;"	d
ngx_memzero	src/core/ngx_string.h	86;"	d
ngx_methods_names	src/http/ngx_http_core_module.c	/^static ngx_http_method_name_t  ngx_methods_names[] = {$/;"	v	file:
ngx_min	src/core/ngx_core.h	89;"	d
ngx_module_s	src/core/ngx_conf_file.h	/^struct ngx_module_s {$/;"	s
ngx_module_t	src/core/ngx_core.h	/^typedef struct ngx_module_s      ngx_module_t;$/;"	t	typeref:struct:ngx_module_s
ngx_modules	objs/ngx_modules.c	/^ngx_module_t *ngx_modules[] = {$/;"	v
ngx_movemem	src/core/ngx_string.h	140;"	d
ngx_mp4_atom_data	src/http/modules/ngx_http_mp4_module.c	158;"	d	file:
ngx_mp4_atom_data_size	src/http/modules/ngx_http_mp4_module.c	159;"	d	file:
ngx_mp4_atom_header	src/http/modules/ngx_http_mp4_module.c	157;"	d	file:
ngx_mp4_atom_header64_t	src/http/modules/ngx_http_mp4_module.c	/^} ngx_mp4_atom_header64_t;$/;"	t	typeref:struct:__anon102	file:
ngx_mp4_atom_header_t	src/http/modules/ngx_http_mp4_module.c	/^} ngx_mp4_atom_header_t;$/;"	t	typeref:struct:__anon101	file:
ngx_mp4_atom_next	src/http/modules/ngx_http_mp4_module.c	160;"	d	file:
ngx_mp4_co64_atom_t	src/http/modules/ngx_http_mp4_module.c	/^} ngx_mp4_co64_atom_t;$/;"	t	typeref:struct:__anon118	file:
ngx_mp4_ctts_atom_t	src/http/modules/ngx_http_mp4_module.c	/^} ngx_mp4_ctts_atom_t;$/;"	t	typeref:struct:__anon113	file:
ngx_mp4_ctts_entry_t	src/http/modules/ngx_http_mp4_module.c	/^} ngx_mp4_ctts_entry_t;$/;"	t	typeref:struct:__anon114	file:
ngx_mp4_get_32value	src/http/modules/ngx_http_mp4_module.c	169;"	d	file:
ngx_mp4_get_64value	src/http/modules/ngx_http_mp4_module.c	181;"	d	file:
ngx_mp4_last_trak	src/http/modules/ngx_http_mp4_module.c	201;"	d	file:
ngx_mp4_mdhd64_atom_t	src/http/modules/ngx_http_mp4_module.c	/^} ngx_mp4_mdhd64_atom_t;$/;"	t	typeref:struct:__anon108	file:
ngx_mp4_mdhd_atom_t	src/http/modules/ngx_http_mp4_module.c	/^} ngx_mp4_mdhd_atom_t;$/;"	t	typeref:struct:__anon107	file:
ngx_mp4_mvhd64_atom_t	src/http/modules/ngx_http_mp4_module.c	/^} ngx_mp4_mvhd64_atom_t;$/;"	t	typeref:struct:__anon104	file:
ngx_mp4_mvhd_atom_t	src/http/modules/ngx_http_mp4_module.c	/^} ngx_mp4_mvhd_atom_t;$/;"	t	typeref:struct:__anon103	file:
ngx_mp4_set_32value	src/http/modules/ngx_http_mp4_module.c	175;"	d	file:
ngx_mp4_set_64value	src/http/modules/ngx_http_mp4_module.c	191;"	d	file:
ngx_mp4_set_atom_name	src/http/modules/ngx_http_mp4_module.c	163;"	d	file:
ngx_mp4_stco_atom_t	src/http/modules/ngx_http_mp4_module.c	/^} ngx_mp4_stco_atom_t;$/;"	t	typeref:struct:__anon117	file:
ngx_mp4_stsc_atom_t	src/http/modules/ngx_http_mp4_module.c	/^} ngx_mp4_stsc_atom_t;$/;"	t	typeref:struct:__anon115	file:
ngx_mp4_stsc_entry_t	src/http/modules/ngx_http_mp4_module.c	/^} ngx_mp4_stsc_entry_t;$/;"	t	typeref:struct:__anon97	file:
ngx_mp4_stsd_atom_t	src/http/modules/ngx_http_mp4_module.c	/^} ngx_mp4_stsd_atom_t;$/;"	t	typeref:struct:__anon109	file:
ngx_mp4_stsz_atom_t	src/http/modules/ngx_http_mp4_module.c	/^} ngx_mp4_stsz_atom_t;$/;"	t	typeref:struct:__anon116	file:
ngx_mp4_stts_atom_t	src/http/modules/ngx_http_mp4_module.c	/^} ngx_mp4_stts_atom_t;$/;"	t	typeref:struct:__anon110	file:
ngx_mp4_stts_entry_t	src/http/modules/ngx_http_mp4_module.c	/^} ngx_mp4_stts_entry_t;$/;"	t	typeref:struct:__anon111	file:
ngx_mp4_tkhd64_atom_t	src/http/modules/ngx_http_mp4_module.c	/^} ngx_mp4_tkhd64_atom_t;$/;"	t	typeref:struct:__anon106	file:
ngx_mp4_tkhd_atom_t	src/http/modules/ngx_http_mp4_module.c	/^} ngx_mp4_tkhd_atom_t;$/;"	t	typeref:struct:__anon105	file:
ngx_msec_int_t	src/os/unix/ngx_time.h	/^typedef ngx_rbtree_key_int_t  ngx_msec_int_t;$/;"	t
ngx_msec_t	src/os/unix/ngx_time.h	/^typedef ngx_rbtree_key_t      ngx_msec_t;$/;"	t
ngx_msleep	src/os/unix/ngx_time.h	62;"	d
ngx_murmur_hash2	src/core/ngx_murmurhash.c	/^ngx_murmur_hash2(u_char *data, size_t len)$/;"	f
ngx_mutex_destroy	src/os/unix/ngx_freebsd_rfork_thread.c	/^ngx_mutex_destroy(ngx_mutex_t *m)$/;"	f
ngx_mutex_destroy	src/os/unix/ngx_pthread_thread.c	/^ngx_mutex_destroy(ngx_mutex_t *m)$/;"	f
ngx_mutex_dolock	src/os/unix/ngx_freebsd_rfork_thread.c	/^ngx_mutex_dolock(ngx_mutex_t *m, ngx_int_t try)$/;"	f
ngx_mutex_init	src/os/unix/ngx_freebsd_rfork_thread.c	/^ngx_mutex_init(ngx_log_t *log, ngx_uint_t flags)$/;"	f
ngx_mutex_init	src/os/unix/ngx_pthread_thread.c	/^ngx_mutex_init(ngx_log_t *log, ngx_uint_t flags)$/;"	f
ngx_mutex_lock	src/os/unix/ngx_freebsd_rfork_thread.h	114;"	d
ngx_mutex_lock	src/os/unix/ngx_pthread_thread.c	/^ngx_mutex_lock(ngx_mutex_t *m)$/;"	f
ngx_mutex_lock	src/os/unix/ngx_thread.h	118;"	d
ngx_mutex_t	src/os/unix/ngx_freebsd_rfork_thread.h	/^} ngx_mutex_t;$/;"	t	typeref:struct:__anon15
ngx_mutex_t	src/os/unix/ngx_thread.h	/^} ngx_mutex_t;$/;"	t	typeref:struct:__anon1
ngx_mutex_trylock	src/os/unix/ngx_freebsd_rfork_thread.h	113;"	d
ngx_mutex_trylock	src/os/unix/ngx_pthread_thread.c	/^ngx_mutex_trylock(ngx_mutex_t *m)$/;"	f
ngx_mutex_trylock	src/os/unix/ngx_thread.h	117;"	d
ngx_mutex_unlock	src/os/unix/ngx_freebsd_rfork_thread.c	/^ngx_mutex_unlock(ngx_mutex_t *m)$/;"	f
ngx_mutex_unlock	src/os/unix/ngx_pthread_thread.c	/^ngx_mutex_unlock(ngx_mutex_t *m)$/;"	f
ngx_mutex_unlock	src/os/unix/ngx_thread.h	119;"	d
ngx_ncpu	src/os/unix/ngx_posix_init.c	/^ngx_int_t   ngx_ncpu;$/;"	v
ngx_new_binary	src/os/unix/ngx_process_cycle.c	/^ngx_pid_t     ngx_new_binary;$/;"	v
ngx_next_temp_number	src/core/ngx_file.c	/^ngx_next_temp_number(ngx_uint_t collision)$/;"	f
ngx_next_time	src/core/ngx_times.c	/^ngx_next_time(time_t when)$/;"	f
ngx_next_time_n	src/core/ngx_times.h	31;"	d
ngx_noaccept	src/os/unix/ngx_process_cycle.c	/^sig_atomic_t  ngx_noaccept;$/;"	v
ngx_noaccepting	src/os/unix/ngx_process_cycle.c	/^ngx_uint_t    ngx_noaccepting;$/;"	v
ngx_nonblocking	src/os/unix/ngx_socket.c	/^ngx_nonblocking(ngx_socket_t s)$/;"	f
ngx_nonblocking	src/os/unix/ngx_socket.h	33;"	d
ngx_nonblocking_n	src/os/unix/ngx_socket.h	28;"	d
ngx_nonblocking_n	src/os/unix/ngx_socket.h	34;"	d
ngx_null_command	src/core/ngx_conf_file.h	87;"	d
ngx_null_name	src/http/modules/perl/ngx_http_perl_module.c	/^static ngx_str_t         ngx_null_name = ngx_null_string;$/;"	v	file:
ngx_null_string	src/core/ngx_string.h	41;"	d
ngx_old_cycles	src/core/ngx_cycle.c	/^ngx_array_t            ngx_old_cycles;$/;"	v
ngx_open_and_stat_file	src/core/ngx_open_file_cache.c	/^ngx_open_and_stat_file(ngx_str_t *name, ngx_open_file_info_t *of,$/;"	f	file:
ngx_open_cached_file	src/core/ngx_open_file_cache.c	/^ngx_open_cached_file(ngx_open_file_cache_t *cache, ngx_str_t *name,$/;"	f
ngx_open_dir	src/os/unix/ngx_files.c	/^ngx_open_dir(ngx_str_t *name, ngx_dir_t *dir)$/;"	f
ngx_open_dir_n	src/os/unix/ngx_files.h	226;"	d
ngx_open_file	src/os/unix/ngx_files.h	58;"	d
ngx_open_file	src/os/unix/ngx_files.h	63;"	d
ngx_open_file_add_event	src/core/ngx_open_file_cache.c	/^ngx_open_file_add_event(ngx_open_file_cache_t *cache,$/;"	f	file:
ngx_open_file_cache_cleanup	src/core/ngx_open_file_cache.c	/^ngx_open_file_cache_cleanup(void *data)$/;"	f	file:
ngx_open_file_cache_cleanup_t	src/core/ngx_open_file_cache.h	/^} ngx_open_file_cache_cleanup_t;$/;"	t	typeref:struct:__anon317
ngx_open_file_cache_event_t	src/core/ngx_open_file_cache.h	/^} ngx_open_file_cache_event_t;$/;"	t	typeref:struct:__anon318
ngx_open_file_cache_init	src/core/ngx_open_file_cache.c	/^ngx_open_file_cache_init(ngx_pool_t *pool, ngx_uint_t max, time_t inactive)$/;"	f
ngx_open_file_cache_rbtree_insert_value	src/core/ngx_open_file_cache.c	/^ngx_open_file_cache_rbtree_insert_value(ngx_rbtree_node_t *temp,$/;"	f	file:
ngx_open_file_cache_remove	src/core/ngx_open_file_cache.c	/^ngx_open_file_cache_remove(ngx_event_t *ev)$/;"	f	file:
ngx_open_file_cache_t	src/core/ngx_open_file_cache.h	/^} ngx_open_file_cache_t;$/;"	t	typeref:struct:__anon316
ngx_open_file_cleanup	src/core/ngx_open_file_cache.c	/^ngx_open_file_cleanup(void *data)$/;"	f	file:
ngx_open_file_del_event	src/core/ngx_open_file_cache.c	/^ngx_open_file_del_event(ngx_cached_open_file_t *file)$/;"	f	file:
ngx_open_file_info_t	src/core/ngx_open_file_cache.h	/^} ngx_open_file_info_t;$/;"	t	typeref:struct:__anon315
ngx_open_file_lookup	src/core/ngx_open_file_cache.c	/^ngx_open_file_lookup(ngx_open_file_cache_t *cache, ngx_str_t *name,$/;"	f	file:
ngx_open_file_n	src/os/unix/ngx_files.h	68;"	d
ngx_open_file_s	src/core/ngx_conf_file.h	/^struct ngx_open_file_s {$/;"	s
ngx_open_file_t	src/core/ngx_core.h	/^typedef struct ngx_open_file_s   ngx_open_file_t;$/;"	t	typeref:struct:ngx_open_file_s
ngx_open_file_wrapper	src/core/ngx_open_file_cache.c	/^ngx_open_file_wrapper(ngx_str_t *name, ngx_open_file_info_t *of,$/;"	f	file:
ngx_open_glob	src/os/unix/ngx_files.c	/^ngx_open_glob(ngx_glob_t *gl)$/;"	f
ngx_open_glob_n	src/os/unix/ngx_files.h	296;"	d
ngx_open_listening_sockets	src/core/ngx_connection.c	/^ngx_open_listening_sockets(ngx_cycle_t *cycle)$/;"	f
ngx_open_tempfile	src/os/unix/ngx_files.c	/^ngx_open_tempfile(u_char *name, ngx_uint_t persistent, ngx_uint_t access)$/;"	f
ngx_open_tempfile_n	src/os/unix/ngx_files.h	114;"	d
ngx_openat_file	src/os/unix/ngx_files.h	362;"	d
ngx_openat_file_n	src/os/unix/ngx_files.h	365;"	d
ngx_openat_file_owner	src/core/ngx_open_file_cache.c	/^ngx_openat_file_owner(ngx_fd_t at_fd, const u_char *name,$/;"	f	file:
ngx_openssl_commands	src/event/ngx_event_openssl.c	/^static ngx_command_t  ngx_openssl_commands[] = {$/;"	v	file:
ngx_openssl_conf_t	src/event/ngx_event_openssl.c	/^} ngx_openssl_conf_t;$/;"	t	typeref:struct:__anon340	file:
ngx_openssl_create_conf	src/event/ngx_event_openssl.c	/^ngx_openssl_create_conf(ngx_cycle_t *cycle)$/;"	f	file:
ngx_openssl_engine	src/event/ngx_event_openssl.c	/^ngx_openssl_engine(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_openssl_exit	src/event/ngx_event_openssl.c	/^ngx_openssl_exit(ngx_cycle_t *cycle)$/;"	f	file:
ngx_openssl_module	src/event/ngx_event_openssl.c	/^ngx_module_t  ngx_openssl_module = {$/;"	v
ngx_openssl_module_ctx	src/event/ngx_event_openssl.c	/^static ngx_core_module_t  ngx_openssl_module_ctx = {$/;"	v	file:
ngx_os_aio	src/event/modules/ngx_aio_module.c	/^ngx_os_io_t ngx_os_aio = {$/;"	v
ngx_os_argv	src/os/unix/ngx_process.c	/^char           **ngx_os_argv;$/;"	v
ngx_os_argv_last	src/os/unix/ngx_setproctitle.c	/^static char *ngx_os_argv_last;$/;"	v	file:
ngx_os_environ	src/core/nginx.c	/^static char **ngx_os_environ;$/;"	v	file:
ngx_os_init	src/os/unix/ngx_posix_init.c	/^ngx_os_init(ngx_log_t *log)$/;"	f
ngx_os_io	src/os/unix/ngx_posix_init.c	/^ngx_os_io_t ngx_os_io = {$/;"	v
ngx_os_io_t	src/os/unix/ngx_os.h	/^} ngx_os_io_t;$/;"	t	typeref:struct:__anon14
ngx_os_signal_process	src/os/unix/ngx_process.c	/^ngx_os_signal_process(ngx_cycle_t *cycle, char *name, ngx_int_t pid)$/;"	f
ngx_os_specific_init	src/os/unix/ngx_darwin_init.c	/^ngx_os_specific_init(ngx_log_t *log)$/;"	f
ngx_os_specific_init	src/os/unix/ngx_freebsd_init.c	/^ngx_os_specific_init(ngx_log_t *log)$/;"	f
ngx_os_specific_init	src/os/unix/ngx_linux_init.c	/^ngx_os_specific_init(ngx_log_t *log)$/;"	f
ngx_os_specific_init	src/os/unix/ngx_solaris_init.c	/^ngx_os_specific_init(ngx_log_t *log)$/;"	f
ngx_os_specific_status	src/os/unix/ngx_darwin_init.c	/^ngx_os_specific_status(ngx_log_t *log)$/;"	f
ngx_os_specific_status	src/os/unix/ngx_freebsd_init.c	/^ngx_os_specific_status(ngx_log_t *log)$/;"	f
ngx_os_specific_status	src/os/unix/ngx_linux_init.c	/^ngx_os_specific_status(ngx_log_t *log)$/;"	f
ngx_os_specific_status	src/os/unix/ngx_solaris_init.c	/^ngx_os_specific_status(ngx_log_t *log)$/;"	f
ngx_os_status	src/os/unix/ngx_posix_init.c	/^ngx_os_status(ngx_log_t *log)$/;"	f
ngx_output_chain	src/core/ngx_output_chain.c	/^ngx_output_chain(ngx_output_chain_ctx_t *ctx, ngx_chain_t *in)$/;"	f
ngx_output_chain_add_copy	src/core/ngx_output_chain.c	/^ngx_output_chain_add_copy(ngx_pool_t *pool, ngx_chain_t **chain,$/;"	f	file:
ngx_output_chain_aio_pt	src/core/ngx_buf.h	/^typedef void (*ngx_output_chain_aio_pt)(ngx_output_chain_ctx_t *ctx,$/;"	t
ngx_output_chain_align_file_buf	src/core/ngx_output_chain.c	/^ngx_output_chain_align_file_buf(ngx_output_chain_ctx_t *ctx, off_t bsize)$/;"	f	file:
ngx_output_chain_as_is	src/core/ngx_output_chain.c	/^ngx_output_chain_as_is(ngx_output_chain_ctx_t *ctx, ngx_buf_t *buf)$/;"	f	file:
ngx_output_chain_copy_buf	src/core/ngx_output_chain.c	/^ngx_output_chain_copy_buf(ngx_output_chain_ctx_t *ctx)$/;"	f	file:
ngx_output_chain_ctx_s	src/core/ngx_buf.h	/^struct ngx_output_chain_ctx_s {$/;"	s
ngx_output_chain_ctx_t	src/core/ngx_buf.h	/^typedef struct ngx_output_chain_ctx_s  ngx_output_chain_ctx_t;$/;"	t	typeref:struct:ngx_output_chain_ctx_s
ngx_output_chain_filter_pt	src/core/ngx_buf.h	/^typedef ngx_int_t (*ngx_output_chain_filter_pt)(void *ctx, ngx_chain_t *in);$/;"	t
ngx_output_chain_get_buf	src/core/ngx_output_chain.c	/^ngx_output_chain_get_buf(ngx_output_chain_ctx_t *ctx, off_t bsize)$/;"	f	file:
ngx_overflow_threshold_bounds	src/event/modules/ngx_rtsig_module.c	/^static ngx_conf_num_bounds_t  ngx_overflow_threshold_bounds = {$/;"	v	file:
ngx_pagesize	src/os/unix/ngx_alloc.c	/^ngx_uint_t  ngx_pagesize;$/;"	v
ngx_pagesize_shift	src/os/unix/ngx_alloc.c	/^ngx_uint_t  ngx_pagesize_shift;$/;"	v
ngx_palloc	src/core/ngx_palloc.c	/^ngx_palloc(ngx_pool_t *pool, size_t size)$/;"	f
ngx_palloc_block	src/core/ngx_palloc.c	/^ngx_palloc_block(ngx_pool_t *pool, size_t size)$/;"	f	file:
ngx_palloc_large	src/core/ngx_palloc.c	/^ngx_palloc_large(ngx_pool_t *pool, size_t size)$/;"	f	file:
ngx_parse_addr	src/core/ngx_inet.c	/^ngx_parse_addr(ngx_pool_t *pool, ngx_addr_t *addr, u_char *text, size_t len)$/;"	f
ngx_parse_inet6_url	src/core/ngx_inet.c	/^ngx_parse_inet6_url(ngx_pool_t *pool, ngx_url_t *u)$/;"	f	file:
ngx_parse_inet_url	src/core/ngx_inet.c	/^ngx_parse_inet_url(ngx_pool_t *pool, ngx_url_t *u)$/;"	f	file:
ngx_parse_offset	src/core/ngx_parse.c	/^ngx_parse_offset(ngx_str_t *line)$/;"	f
ngx_parse_size	src/core/ngx_parse.c	/^ngx_parse_size(ngx_str_t *line)$/;"	f
ngx_parse_time	src/core/ngx_parse.c	/^ngx_parse_time(ngx_str_t *line, ngx_uint_t is_sec)$/;"	f
ngx_parse_unix_domain_url	src/core/ngx_inet.c	/^ngx_parse_unix_domain_url(ngx_pool_t *pool, ngx_url_t *u)$/;"	f	file:
ngx_parse_url	src/core/ngx_inet.c	/^ngx_parse_url(ngx_pool_t *pool, ngx_url_t *u)$/;"	f
ngx_pass_open_channel	src/os/unix/ngx_process_cycle.c	/^ngx_pass_open_channel(ngx_cycle_t *cycle, ngx_channel_t *ch)$/;"	f	file:
ngx_path_init_t	src/core/ngx_file.h	/^} ngx_path_init_t;$/;"	t	typeref:struct:__anon276
ngx_path_loader_pt	src/core/ngx_file.h	/^typedef void (*ngx_path_loader_pt) (void *data);$/;"	t
ngx_path_manager_pt	src/core/ngx_file.h	/^typedef time_t (*ngx_path_manager_pt) (void *data);$/;"	t
ngx_path_separator	src/os/unix/ngx_files.h	207;"	d
ngx_path_t	src/core/ngx_file.h	/^} ngx_path_t;$/;"	t	typeref:struct:__anon275
ngx_pcalloc	src/core/ngx_palloc.c	/^ngx_pcalloc(ngx_pool_t *pool, size_t size)$/;"	f
ngx_pcre_free_studies	src/core/ngx_regex.c	/^ngx_pcre_free_studies(void *data)$/;"	f	file:
ngx_pcre_pool	src/core/ngx_regex.c	/^static ngx_pool_t  *ngx_pcre_pool;$/;"	v	file:
ngx_pcre_studies	src/core/ngx_regex.c	/^static ngx_list_t  *ngx_pcre_studies;$/;"	v	file:
ngx_peer_connection_s	src/event/ngx_event_connect.h	/^struct ngx_peer_connection_s {$/;"	s
ngx_peer_connection_t	src/event/ngx_event_connect.h	/^typedef struct ngx_peer_connection_s  ngx_peer_connection_t;$/;"	t	typeref:struct:ngx_peer_connection_s
ngx_perl_term	src/http/modules/perl/ngx_http_perl_module.c	/^static ngx_uint_t        ngx_perl_term;$/;"	v	file:
ngx_pfree	src/core/ngx_palloc.c	/^ngx_pfree(ngx_pool_t *pool, void *p)$/;"	f
ngx_pid	src/os/unix/ngx_process_cycle.c	/^ngx_pid_t     ngx_pid;$/;"	v
ngx_pid_t	src/os/unix/ngx_process.h	/^typedef pid_t       ngx_pid_t;$/;"	t
ngx_pmemalign	src/core/ngx_palloc.c	/^ngx_pmemalign(ngx_pool_t *pool, size_t size, size_t alignment)$/;"	f
ngx_pnalloc	src/core/ngx_palloc.c	/^ngx_pnalloc(ngx_pool_t *pool, size_t size)$/;"	f
ngx_poll_add_event	src/event/modules/ngx_poll_module.c	/^ngx_poll_add_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)$/;"	f	file:
ngx_poll_del_event	src/event/modules/ngx_poll_module.c	/^ngx_poll_del_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)$/;"	f	file:
ngx_poll_done	src/event/modules/ngx_poll_module.c	/^ngx_poll_done(ngx_cycle_t *cycle)$/;"	f	file:
ngx_poll_init	src/event/modules/ngx_poll_module.c	/^ngx_poll_init(ngx_cycle_t *cycle, ngx_msec_t timer)$/;"	f	file:
ngx_poll_init_conf	src/event/modules/ngx_poll_module.c	/^ngx_poll_init_conf(ngx_cycle_t *cycle, void *conf)$/;"	f	file:
ngx_poll_module	src/event/modules/ngx_poll_module.c	/^ngx_module_t  ngx_poll_module = {$/;"	v
ngx_poll_module_ctx	src/event/modules/ngx_poll_module.c	/^ngx_event_module_t  ngx_poll_module_ctx = {$/;"	v
ngx_poll_process_events	src/event/modules/ngx_poll_module.c	/^ngx_poll_process_events(ngx_cycle_t *cycle, ngx_msec_t timer, ngx_uint_t flags)$/;"	f	file:
ngx_pool_cleanup_add	src/core/ngx_palloc.c	/^ngx_pool_cleanup_add(ngx_pool_t *p, size_t size)$/;"	f
ngx_pool_cleanup_file	src/core/ngx_palloc.c	/^ngx_pool_cleanup_file(void *data)$/;"	f
ngx_pool_cleanup_file_t	src/core/ngx_palloc.h	/^} ngx_pool_cleanup_file_t;$/;"	t	typeref:struct:__anon302
ngx_pool_cleanup_pt	src/core/ngx_palloc.h	/^typedef void (*ngx_pool_cleanup_pt)(void *data);$/;"	t
ngx_pool_cleanup_s	src/core/ngx_palloc.h	/^struct ngx_pool_cleanup_s {$/;"	s
ngx_pool_cleanup_t	src/core/ngx_palloc.h	/^typedef struct ngx_pool_cleanup_s  ngx_pool_cleanup_t;$/;"	t	typeref:struct:ngx_pool_cleanup_s
ngx_pool_data_t	src/core/ngx_palloc.h	/^} ngx_pool_data_t;$/;"	t	typeref:struct:__anon301
ngx_pool_delete_file	src/core/ngx_palloc.c	/^ngx_pool_delete_file(void *data)$/;"	f
ngx_pool_large_s	src/core/ngx_palloc.h	/^struct ngx_pool_large_s {$/;"	s
ngx_pool_large_t	src/core/ngx_palloc.h	/^typedef struct ngx_pool_large_s  ngx_pool_large_t;$/;"	t	typeref:struct:ngx_pool_large_s
ngx_pool_run_cleanup_file	src/core/ngx_palloc.c	/^ngx_pool_run_cleanup_file(ngx_pool_t *p, ngx_fd_t fd)$/;"	f
ngx_pool_s	src/core/ngx_palloc.h	/^struct ngx_pool_s {$/;"	s
ngx_pool_t	src/core/ngx_core.h	/^typedef struct ngx_pool_s        ngx_pool_t;$/;"	t	typeref:struct:ngx_pool_s
ngx_pop3_auth_cram_md5	src/mail/ngx_mail.h	/^    ngx_pop3_auth_cram_md5$/;"	e	enum:__anon255
ngx_pop3_auth_login_password	src/mail/ngx_mail.h	/^    ngx_pop3_auth_login_password,$/;"	e	enum:__anon255
ngx_pop3_auth_login_username	src/mail/ngx_mail.h	/^    ngx_pop3_auth_login_username,$/;"	e	enum:__anon255
ngx_pop3_auth_plain	src/mail/ngx_mail.h	/^    ngx_pop3_auth_plain,$/;"	e	enum:__anon255
ngx_pop3_passwd	src/mail/ngx_mail.h	/^    ngx_pop3_passwd,$/;"	e	enum:__anon255
ngx_pop3_start	src/mail/ngx_mail.h	/^    ngx_pop3_start = 0,$/;"	e	enum:__anon255
ngx_pop3_state_e	src/mail/ngx_mail.h	/^} ngx_pop3_state_e;$/;"	t	typeref:enum:__anon255
ngx_pop3_user	src/mail/ngx_mail.h	/^    ngx_pop3_user,$/;"	e	enum:__anon255
ngx_post_event	src/event/ngx_event_posted.h	41;"	d
ngx_posted_accept_events	src/event/ngx_event_posted.c	/^ngx_thread_volatile ngx_event_t  *ngx_posted_accept_events;$/;"	v
ngx_posted_events	src/event/ngx_event_posted.c	/^ngx_thread_volatile ngx_event_t  *ngx_posted_events;$/;"	v
ngx_posted_events_mutex	src/event/ngx_event_posted.c	/^ngx_mutex_t                      *ngx_posted_events_mutex;$/;"	v
ngx_prefix	src/core/nginx.c	/^static u_char      *ngx_prefix;$/;"	v	file:
ngx_process	src/os/unix/ngx_process_cycle.c	/^ngx_uint_t    ngx_process;$/;"	v
ngx_process_changes	src/event/ngx_event.h	442;"	d
ngx_process_events	src/event/ngx_event.h	443;"	d
ngx_process_events_and_timers	src/event/ngx_event.c	/^ngx_process_events_and_timers(ngx_cycle_t *cycle)$/;"	f
ngx_process_get_status	src/os/unix/ngx_process.c	/^ngx_process_get_status(void)$/;"	f	file:
ngx_process_options	src/core/nginx.c	/^ngx_process_options(ngx_cycle_t *cycle)$/;"	f	file:
ngx_process_slot	src/os/unix/ngx_process.c	/^ngx_int_t        ngx_process_slot;$/;"	v
ngx_process_t	src/os/unix/ngx_process.h	/^} ngx_process_t;$/;"	t	typeref:struct:__anon8
ngx_processes	src/os/unix/ngx_process.c	/^ngx_process_t    ngx_processes[NGX_MAX_PROCESSES];$/;"	v
ngx_pstrdup	src/core/ngx_string.c	/^ngx_pstrdup(ngx_pool_t *pool, ngx_str_t *src)$/;"	f
ngx_ptocidr	src/core/ngx_inet.c	/^ngx_ptocidr(ngx_str_t *text, ngx_cidr_t *cidr)$/;"	f
ngx_qsort	src/core/ngx_string.h	224;"	d
ngx_queue_add	src/core/ngx_queue.h	96;"	d
ngx_queue_data	src/core/ngx_queue.h	103;"	d
ngx_queue_empty	src/core/ngx_queue.h	29;"	d
ngx_queue_head	src/core/ngx_queue.h	50;"	d
ngx_queue_init	src/core/ngx_queue.h	24;"	d
ngx_queue_insert_after	src/core/ngx_queue.h	40;"	d
ngx_queue_insert_head	src/core/ngx_queue.h	33;"	d
ngx_queue_insert_tail	src/core/ngx_queue.h	43;"	d
ngx_queue_last	src/core/ngx_queue.h	54;"	d
ngx_queue_middle	src/core/ngx_queue.c	/^ngx_queue_middle(ngx_queue_t *queue)$/;"	f
ngx_queue_next	src/core/ngx_queue.h	62;"	d
ngx_queue_prev	src/core/ngx_queue.h	66;"	d
ngx_queue_remove	src/core/ngx_queue.h	72;"	d
ngx_queue_remove	src/core/ngx_queue.h	80;"	d
ngx_queue_s	src/core/ngx_queue.h	/^struct ngx_queue_s {$/;"	s
ngx_queue_sentinel	src/core/ngx_queue.h	58;"	d
ngx_queue_sort	src/core/ngx_queue.c	/^ngx_queue_sort(ngx_queue_t *queue,$/;"	f
ngx_queue_split	src/core/ngx_queue.h	87;"	d
ngx_queue_t	src/core/ngx_queue.h	/^typedef struct ngx_queue_s  ngx_queue_t;$/;"	t	typeref:struct:ngx_queue_s
ngx_quiet_mode	src/core/ngx_cycle.c	/^ngx_uint_t             ngx_quiet_mode;$/;"	v
ngx_quit	src/os/unix/ngx_process_cycle.c	/^sig_atomic_t  ngx_quit;$/;"	v
ngx_radix128tree_delete	src/core/ngx_radix_tree.c	/^ngx_radix128tree_delete(ngx_radix_tree_t *tree, u_char *key, u_char *mask)$/;"	f
ngx_radix128tree_find	src/core/ngx_radix_tree.c	/^ngx_radix128tree_find(ngx_radix_tree_t *tree, u_char *key)$/;"	f
ngx_radix128tree_insert	src/core/ngx_radix_tree.c	/^ngx_radix128tree_insert(ngx_radix_tree_t *tree, u_char *key, u_char *mask,$/;"	f
ngx_radix32tree_delete	src/core/ngx_radix_tree.c	/^ngx_radix32tree_delete(ngx_radix_tree_t *tree, uint32_t key, uint32_t mask)$/;"	f
ngx_radix32tree_find	src/core/ngx_radix_tree.c	/^ngx_radix32tree_find(ngx_radix_tree_t *tree, uint32_t key)$/;"	f
ngx_radix32tree_insert	src/core/ngx_radix_tree.c	/^ngx_radix32tree_insert(ngx_radix_tree_t *tree, uint32_t key, uint32_t mask,$/;"	f
ngx_radix_alloc	src/core/ngx_radix_tree.c	/^ngx_radix_alloc(ngx_radix_tree_t *tree)$/;"	f	file:
ngx_radix_node_s	src/core/ngx_radix_tree.h	/^struct ngx_radix_node_s {$/;"	s
ngx_radix_node_t	src/core/ngx_radix_tree.h	/^typedef struct ngx_radix_node_s  ngx_radix_node_t;$/;"	t	typeref:struct:ngx_radix_node_s
ngx_radix_tree_create	src/core/ngx_radix_tree.c	/^ngx_radix_tree_create(ngx_pool_t *pool, ngx_int_t preallocate)$/;"	f
ngx_radix_tree_t	src/core/ngx_radix_tree.h	/^} ngx_radix_tree_t;$/;"	t	typeref:struct:__anon295
ngx_random	src/core/ngx_config.h	57;"	d
ngx_random_number	src/core/ngx_file.c	/^ngx_atomic_int_t      ngx_random_number = 123456;$/;"	v
ngx_rbt_black	src/core/ngx_rbtree.h	62;"	d
ngx_rbt_copy_color	src/core/ngx_rbtree.h	65;"	d
ngx_rbt_is_black	src/core/ngx_rbtree.h	64;"	d
ngx_rbt_is_red	src/core/ngx_rbtree.h	63;"	d
ngx_rbt_red	src/core/ngx_rbtree.h	61;"	d
ngx_rbtree_delete	src/core/ngx_rbtree.c	/^ngx_rbtree_delete(ngx_thread_volatile ngx_rbtree_t *tree,$/;"	f
ngx_rbtree_init	src/core/ngx_rbtree.h	44;"	d
ngx_rbtree_insert	src/core/ngx_rbtree.c	/^ngx_rbtree_insert(ngx_thread_volatile ngx_rbtree_t *tree,$/;"	f
ngx_rbtree_insert_pt	src/core/ngx_rbtree.h	/^typedef void (*ngx_rbtree_insert_pt) (ngx_rbtree_node_t *root,$/;"	t
ngx_rbtree_insert_timer_value	src/core/ngx_rbtree.c	/^ngx_rbtree_insert_timer_value(ngx_rbtree_node_t *temp, ngx_rbtree_node_t *node,$/;"	f
ngx_rbtree_insert_value	src/core/ngx_rbtree.c	/^ngx_rbtree_insert_value(ngx_rbtree_node_t *temp, ngx_rbtree_node_t *node,$/;"	f
ngx_rbtree_key_int_t	src/core/ngx_rbtree.h	/^typedef ngx_int_t   ngx_rbtree_key_int_t;$/;"	t
ngx_rbtree_key_t	src/core/ngx_rbtree.h	/^typedef ngx_uint_t  ngx_rbtree_key_t;$/;"	t
ngx_rbtree_left_rotate	src/core/ngx_rbtree.c	/^ngx_rbtree_left_rotate(ngx_rbtree_node_t **root, ngx_rbtree_node_t *sentinel,$/;"	f	file:
ngx_rbtree_min	src/core/ngx_rbtree.h	/^ngx_rbtree_min(ngx_rbtree_node_t *node, ngx_rbtree_node_t *sentinel)$/;"	f
ngx_rbtree_node_s	src/core/ngx_rbtree.h	/^struct ngx_rbtree_node_s {$/;"	s
ngx_rbtree_node_t	src/core/ngx_rbtree.h	/^typedef struct ngx_rbtree_node_s  ngx_rbtree_node_t;$/;"	t	typeref:struct:ngx_rbtree_node_s
ngx_rbtree_right_rotate	src/core/ngx_rbtree.c	/^ngx_rbtree_right_rotate(ngx_rbtree_node_t **root, ngx_rbtree_node_t *sentinel,$/;"	f	file:
ngx_rbtree_s	src/core/ngx_rbtree.h	/^struct ngx_rbtree_s {$/;"	s
ngx_rbtree_sentinel_init	src/core/ngx_rbtree.h	70;"	d
ngx_rbtree_t	src/core/ngx_rbtree.h	/^typedef struct ngx_rbtree_s  ngx_rbtree_t;$/;"	t	typeref:struct:ngx_rbtree_s
ngx_read_ahead	src/os/unix/ngx_files.c	/^ngx_read_ahead(ngx_fd_t fd, size_t n)$/;"	f
ngx_read_ahead	src/os/unix/ngx_files.h	314;"	d
ngx_read_ahead	src/os/unix/ngx_files.h	326;"	d
ngx_read_ahead_n	src/os/unix/ngx_files.h	315;"	d
ngx_read_ahead_n	src/os/unix/ngx_files.h	322;"	d
ngx_read_ahead_n	src/os/unix/ngx_files.h	327;"	d
ngx_read_channel	src/os/unix/ngx_channel.c	/^ngx_read_channel(ngx_socket_t s, ngx_channel_t *ch, size_t size, ngx_log_t *log)$/;"	f
ngx_read_dir	src/os/unix/ngx_files.c	/^ngx_read_dir(ngx_dir_t *dir)$/;"	f
ngx_read_dir_n	src/os/unix/ngx_files.h	234;"	d
ngx_read_fd	src/os/unix/ngx_files.h	131;"	d
ngx_read_fd_n	src/os/unix/ngx_files.h	132;"	d
ngx_read_file	src/os/unix/ngx_files.c	/^ngx_read_file(ngx_file_t *file, u_char *buf, size_t size, off_t offset)$/;"	f
ngx_read_file_n	src/os/unix/ngx_files.h	119;"	d
ngx_read_file_n	src/os/unix/ngx_files.h	121;"	d
ngx_read_glob	src/os/unix/ngx_files.c	/^ngx_read_glob(ngx_glob_t *gl, ngx_str_t *name)$/;"	f
ngx_readv_chain	src/os/unix/ngx_readv_chain.c	/^ngx_readv_chain(ngx_connection_t *c, ngx_chain_t *chain)$/;"	f
ngx_realpath	src/os/unix/ngx_files.h	203;"	d
ngx_realpath_n	src/os/unix/ngx_files.h	204;"	d
ngx_reap	src/os/unix/ngx_process_cycle.c	/^sig_atomic_t  ngx_reap;$/;"	v
ngx_reap_children	src/os/unix/ngx_process_cycle.c	/^ngx_reap_children(ngx_cycle_t *cycle)$/;"	f	file:
ngx_reconfigure	src/os/unix/ngx_process_cycle.c	/^sig_atomic_t  ngx_reconfigure;$/;"	v
ngx_recv	src/event/ngx_event.h	457;"	d
ngx_recv_chain	src/event/ngx_event.h	458;"	d
ngx_recv_chain_pt	src/os/unix/ngx_os.h	/^typedef ssize_t (*ngx_recv_chain_pt)(ngx_connection_t *c, ngx_chain_t *in);$/;"	t
ngx_recv_pt	src/os/unix/ngx_os.h	/^typedef ssize_t (*ngx_recv_pt)(ngx_connection_t *c, u_char *buf, size_t size);$/;"	t
ngx_regex_commands	src/core/ngx_regex.c	/^static ngx_command_t  ngx_regex_commands[] = {$/;"	v	file:
ngx_regex_compile	src/core/ngx_regex.c	/^ngx_regex_compile(ngx_regex_compile_t *rc)$/;"	f
ngx_regex_compile_t	src/core/ngx_regex.h	/^} ngx_regex_compile_t;$/;"	t	typeref:struct:__anon297
ngx_regex_conf_t	src/core/ngx_regex.c	/^} ngx_regex_conf_t;$/;"	t	typeref:struct:__anon267	file:
ngx_regex_create_conf	src/core/ngx_regex.c	/^ngx_regex_create_conf(ngx_cycle_t *cycle)$/;"	f	file:
ngx_regex_elt_t	src/core/ngx_regex.h	/^} ngx_regex_elt_t;$/;"	t	typeref:struct:__anon298
ngx_regex_exec	src/core/ngx_regex.h	52;"	d
ngx_regex_exec_array	src/core/ngx_regex.c	/^ngx_regex_exec_array(ngx_array_t *a, ngx_str_t *s, ngx_log_t *log)$/;"	f
ngx_regex_exec_n	src/core/ngx_regex.h	55;"	d
ngx_regex_free	src/core/ngx_regex.c	/^ngx_regex_free(void *p)$/;"	f	file:
ngx_regex_init	src/core/ngx_regex.c	/^ngx_regex_init(void)$/;"	f
ngx_regex_init_conf	src/core/ngx_regex.c	/^ngx_regex_init_conf(ngx_cycle_t *cycle, void *conf)$/;"	f	file:
ngx_regex_malloc	src/core/ngx_regex.c	/^ngx_regex_malloc(size_t size)$/;"	f	file:
ngx_regex_malloc_done	src/core/ngx_regex.c	/^ngx_regex_malloc_done(void)$/;"	f	file:
ngx_regex_malloc_init	src/core/ngx_regex.c	/^ngx_regex_malloc_init(ngx_pool_t *pool)$/;"	f	file:
ngx_regex_module	src/core/ngx_regex.c	/^ngx_module_t  ngx_regex_module = {$/;"	v
ngx_regex_module_ctx	src/core/ngx_regex.c	/^static ngx_core_module_t  ngx_regex_module_ctx = {$/;"	v	file:
ngx_regex_module_init	src/core/ngx_regex.c	/^ngx_regex_module_init(ngx_cycle_t *cycle)$/;"	f	file:
ngx_regex_pcre_jit	src/core/ngx_regex.c	/^ngx_regex_pcre_jit(ngx_conf_t *cf, void *post, void *data)$/;"	f	file:
ngx_regex_pcre_jit_post	src/core/ngx_regex.c	/^static ngx_conf_post_t  ngx_regex_pcre_jit_post = { ngx_regex_pcre_jit };$/;"	v	file:
ngx_regex_t	src/core/ngx_regex.h	/^} ngx_regex_t;$/;"	t	typeref:struct:__anon296
ngx_regex_t	src/http/modules/ngx_http_referer_module.c	17;"	d	file:
ngx_rename_file	src/os/unix/ngx_files.h	156;"	d
ngx_rename_file_n	src/os/unix/ngx_files.h	157;"	d
ngx_reopen	src/os/unix/ngx_process_cycle.c	/^sig_atomic_t  ngx_reopen;$/;"	v
ngx_reopen_files	src/core/ngx_cycle.c	/^ngx_reopen_files(ngx_cycle_t *cycle, ngx_uid_t user)$/;"	f
ngx_reset_pool	src/core/ngx_palloc.c	/^ngx_reset_pool(ngx_pool_t *pool)$/;"	f
ngx_resolve_addr	src/core/ngx_resolver.c	/^ngx_resolve_addr(ngx_resolver_ctx_t *ctx)$/;"	f
ngx_resolve_addr_done	src/core/ngx_resolver.c	/^ngx_resolve_addr_done(ngx_resolver_ctx_t *ctx)$/;"	f
ngx_resolve_name	src/core/ngx_resolver.c	/^ngx_resolve_name(ngx_resolver_ctx_t *ctx)$/;"	f
ngx_resolve_name_done	src/core/ngx_resolver.c	/^ngx_resolve_name_done(ngx_resolver_ctx_t *ctx)$/;"	f
ngx_resolve_name_locked	src/core/ngx_resolver.c	/^ngx_resolve_name_locked(ngx_resolver_t *r, ngx_resolver_ctx_t *ctx)$/;"	f	file:
ngx_resolve_start	src/core/ngx_resolver.c	/^ngx_resolve_start(ngx_resolver_t *r, ngx_resolver_ctx_t *temp)$/;"	f
ngx_resolver_alloc	src/core/ngx_resolver.c	/^ngx_resolver_alloc(ngx_resolver_t *r, size_t size)$/;"	f	file:
ngx_resolver_an_t	src/core/ngx_resolver.c	/^} ngx_resolver_an_t;$/;"	t	typeref:struct:__anon282	file:
ngx_resolver_calloc	src/core/ngx_resolver.c	/^ngx_resolver_calloc(ngx_resolver_t *r, size_t size)$/;"	f	file:
ngx_resolver_cleanup	src/core/ngx_resolver.c	/^ngx_resolver_cleanup(void *data)$/;"	f	file:
ngx_resolver_cleanup_tree	src/core/ngx_resolver.c	/^ngx_resolver_cleanup_tree(ngx_resolver_t *r, ngx_rbtree_t *tree)$/;"	f	file:
ngx_resolver_copy	src/core/ngx_resolver.c	/^ngx_resolver_copy(ngx_resolver_t *r, ngx_str_t *name, u_char *buf, u_char *src,$/;"	f	file:
ngx_resolver_create	src/core/ngx_resolver.c	/^ngx_resolver_create(ngx_conf_t *cf, ngx_str_t *names, ngx_uint_t n)$/;"	f
ngx_resolver_create_addr_query	src/core/ngx_resolver.c	/^ngx_resolver_create_addr_query(ngx_resolver_node_t *rn, ngx_resolver_ctx_t *ctx)$/;"	f	file:
ngx_resolver_create_name_query	src/core/ngx_resolver.c	/^ngx_resolver_create_name_query(ngx_resolver_node_t *rn, ngx_resolver_ctx_t *ctx)$/;"	f	file:
ngx_resolver_ctx_s	src/core/ngx_resolver.h	/^struct ngx_resolver_ctx_s {$/;"	s
ngx_resolver_ctx_t	src/core/ngx_resolver.h	/^typedef struct ngx_resolver_ctx_s  ngx_resolver_ctx_t;$/;"	t	typeref:struct:ngx_resolver_ctx_s
ngx_resolver_dup	src/core/ngx_resolver.c	/^ngx_resolver_dup(ngx_resolver_t *r, void *src, size_t size)$/;"	f	file:
ngx_resolver_expire	src/core/ngx_resolver.c	/^ngx_resolver_expire(ngx_resolver_t *r, ngx_rbtree_t *tree, ngx_queue_t *queue)$/;"	f	file:
ngx_resolver_free	src/core/ngx_resolver.c	/^ngx_resolver_free(ngx_resolver_t *r, void *p)$/;"	f	file:
ngx_resolver_free_locked	src/core/ngx_resolver.c	/^ngx_resolver_free_locked(ngx_resolver_t *r, void *p)$/;"	f	file:
ngx_resolver_free_node	src/core/ngx_resolver.c	/^ngx_resolver_free_node(ngx_resolver_t *r, ngx_resolver_node_t *rn)$/;"	f	file:
ngx_resolver_handler_pt	src/core/ngx_resolver.h	/^typedef void (*ngx_resolver_handler_pt)(ngx_resolver_ctx_t *ctx);$/;"	t
ngx_resolver_log_error	src/core/ngx_resolver.c	/^ngx_resolver_log_error(ngx_log_t *log, u_char *buf, size_t len)$/;"	f	file:
ngx_resolver_lookup_addr	src/core/ngx_resolver.c	/^ngx_resolver_lookup_addr(ngx_resolver_t *r, in_addr_t addr)$/;"	f	file:
ngx_resolver_lookup_name	src/core/ngx_resolver.c	/^ngx_resolver_lookup_name(ngx_resolver_t *r, ngx_str_t *name, uint32_t hash)$/;"	f	file:
ngx_resolver_node_t	src/core/ngx_resolver.h	/^} ngx_resolver_node_t;$/;"	t	typeref:struct:__anon312
ngx_resolver_process_a	src/core/ngx_resolver.c	/^ngx_resolver_process_a(ngx_resolver_t *r, u_char *buf, size_t last,$/;"	f	file:
ngx_resolver_process_ptr	src/core/ngx_resolver.c	/^ngx_resolver_process_ptr(ngx_resolver_t *r, u_char *buf, size_t n,$/;"	f	file:
ngx_resolver_process_response	src/core/ngx_resolver.c	/^ngx_resolver_process_response(ngx_resolver_t *r, u_char *buf, size_t n)$/;"	f	file:
ngx_resolver_qs_t	src/core/ngx_resolver.c	/^} ngx_resolver_qs_t;$/;"	t	typeref:struct:__anon281	file:
ngx_resolver_query_t	src/core/ngx_resolver.c	/^} ngx_resolver_query_t;$/;"	t	typeref:struct:__anon280	file:
ngx_resolver_rbtree_insert_value	src/core/ngx_resolver.c	/^ngx_resolver_rbtree_insert_value(ngx_rbtree_node_t *temp,$/;"	f	file:
ngx_resolver_read_response	src/core/ngx_resolver.c	/^ngx_resolver_read_response(ngx_event_t *rev)$/;"	f	file:
ngx_resolver_resend	src/core/ngx_resolver.c	/^ngx_resolver_resend(ngx_resolver_t *r, ngx_rbtree_t *tree, ngx_queue_t *queue)$/;"	f	file:
ngx_resolver_resend_handler	src/core/ngx_resolver.c	/^ngx_resolver_resend_handler(ngx_event_t *ev)$/;"	f	file:
ngx_resolver_rotate	src/core/ngx_resolver.c	/^ngx_resolver_rotate(ngx_resolver_t *r, in_addr_t *src, ngx_uint_t n)$/;"	f	file:
ngx_resolver_send_query	src/core/ngx_resolver.c	/^ngx_resolver_send_query(ngx_resolver_t *r, ngx_resolver_node_t *rn)$/;"	f	file:
ngx_resolver_strerror	src/core/ngx_resolver.c	/^ngx_resolver_strerror(ngx_int_t err)$/;"	f
ngx_resolver_t	src/core/ngx_resolver.h	/^} ngx_resolver_t;$/;"	t	typeref:struct:__anon314
ngx_resolver_timeout_handler	src/core/ngx_resolver.c	/^ngx_resolver_timeout_handler(ngx_event_t *ev)$/;"	f	file:
ngx_restart	src/os/unix/ngx_process_cycle.c	/^ngx_uint_t    ngx_restart;$/;"	v
ngx_reusable_connection	src/core/ngx_connection.c	/^ngx_reusable_connection(ngx_connection_t *c, ngx_uint_t reusable)$/;"	f
ngx_rfork_thread_func_pt	src/os/unix/ngx_freebsd_rfork_thread.h	/^typedef int (*ngx_rfork_thread_func_pt)(void *arg);$/;"	t
ngx_rstrncasecmp	src/core/ngx_string.c	/^ngx_rstrncasecmp(u_char *s1, u_char *s2, size_t n)$/;"	f
ngx_rstrncmp	src/core/ngx_string.c	/^ngx_rstrncmp(u_char *s1, u_char *s2, size_t n)$/;"	f
ngx_rtsig_add_connection	src/event/modules/ngx_rtsig_module.c	/^ngx_rtsig_add_connection(ngx_connection_t *c)$/;"	f	file:
ngx_rtsig_commands	src/event/modules/ngx_rtsig_module.c	/^static ngx_command_t  ngx_rtsig_commands[] = {$/;"	v	file:
ngx_rtsig_conf_t	src/event/modules/ngx_rtsig_module.c	/^} ngx_rtsig_conf_t;$/;"	t	typeref:struct:__anon329	file:
ngx_rtsig_create_conf	src/event/modules/ngx_rtsig_module.c	/^ngx_rtsig_create_conf(ngx_cycle_t *cycle)$/;"	f	file:
ngx_rtsig_del_connection	src/event/modules/ngx_rtsig_module.c	/^ngx_rtsig_del_connection(ngx_connection_t *c, ngx_uint_t flags)$/;"	f	file:
ngx_rtsig_done	src/event/modules/ngx_rtsig_module.c	/^ngx_rtsig_done(ngx_cycle_t *cycle)$/;"	f	file:
ngx_rtsig_init	src/event/modules/ngx_rtsig_module.c	/^ngx_rtsig_init(ngx_cycle_t *cycle, ngx_msec_t timer)$/;"	f	file:
ngx_rtsig_init_conf	src/event/modules/ngx_rtsig_module.c	/^ngx_rtsig_init_conf(ngx_cycle_t *cycle, void *conf)$/;"	f	file:
ngx_rtsig_module	src/event/modules/ngx_rtsig_module.c	/^ngx_module_t  ngx_rtsig_module = {$/;"	v
ngx_rtsig_module_ctx	src/event/modules/ngx_rtsig_module.c	/^ngx_event_module_t  ngx_rtsig_module_ctx = {$/;"	v
ngx_rtsig_process_events	src/event/modules/ngx_rtsig_module.c	/^ngx_rtsig_process_events(ngx_cycle_t *cycle, ngx_msec_t timer, ngx_uint_t flags)$/;"	f	file:
ngx_rtsig_process_overflow	src/event/modules/ngx_rtsig_module.c	/^ngx_rtsig_process_overflow(ngx_cycle_t *cycle, ngx_msec_t timer,$/;"	f	file:
ngx_save_argv	src/core/nginx.c	/^ngx_save_argv(ngx_cycle_t *cycle, int argc, char *const *argv)$/;"	f	file:
ngx_sched_yield	src/os/unix/ngx_process.h	71;"	d
ngx_sched_yield	src/os/unix/ngx_process.h	73;"	d
ngx_select_add_event	src/event/modules/ngx_select_module.c	/^ngx_select_add_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)$/;"	f	file:
ngx_select_add_event	src/event/modules/ngx_win32_select_module.c	/^ngx_select_add_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)$/;"	f	file:
ngx_select_del_event	src/event/modules/ngx_select_module.c	/^ngx_select_del_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)$/;"	f	file:
ngx_select_del_event	src/event/modules/ngx_win32_select_module.c	/^ngx_select_del_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)$/;"	f	file:
ngx_select_done	src/event/modules/ngx_select_module.c	/^ngx_select_done(ngx_cycle_t *cycle)$/;"	f	file:
ngx_select_done	src/event/modules/ngx_win32_select_module.c	/^ngx_select_done(ngx_cycle_t *cycle)$/;"	f	file:
ngx_select_init	src/event/modules/ngx_select_module.c	/^ngx_select_init(ngx_cycle_t *cycle, ngx_msec_t timer)$/;"	f	file:
ngx_select_init	src/event/modules/ngx_win32_select_module.c	/^ngx_select_init(ngx_cycle_t *cycle, ngx_msec_t timer)$/;"	f	file:
ngx_select_init_conf	src/event/modules/ngx_select_module.c	/^ngx_select_init_conf(ngx_cycle_t *cycle, void *conf)$/;"	f	file:
ngx_select_init_conf	src/event/modules/ngx_win32_select_module.c	/^ngx_select_init_conf(ngx_cycle_t *cycle, void *conf)$/;"	f	file:
ngx_select_module	src/event/modules/ngx_select_module.c	/^ngx_module_t  ngx_select_module = {$/;"	v
ngx_select_module	src/event/modules/ngx_win32_select_module.c	/^ngx_module_t  ngx_select_module = {$/;"	v
ngx_select_module_ctx	src/event/modules/ngx_select_module.c	/^ngx_event_module_t  ngx_select_module_ctx = {$/;"	v
ngx_select_module_ctx	src/event/modules/ngx_win32_select_module.c	/^ngx_event_module_t  ngx_select_module_ctx = {$/;"	v
ngx_select_process_events	src/event/modules/ngx_select_module.c	/^ngx_select_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,$/;"	f	file:
ngx_select_process_events	src/event/modules/ngx_win32_select_module.c	/^ngx_select_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,$/;"	f	file:
ngx_select_repair_fd_sets	src/event/modules/ngx_select_module.c	/^ngx_select_repair_fd_sets(ngx_cycle_t *cycle)$/;"	f	file:
ngx_select_repair_fd_sets	src/event/modules/ngx_win32_select_module.c	/^ngx_select_repair_fd_sets(ngx_cycle_t *cycle)$/;"	f	file:
ngx_send	src/event/ngx_event.h	460;"	d
ngx_send_chain	src/event/ngx_event.h	461;"	d
ngx_send_chain_pt	src/os/unix/ngx_os.h	/^typedef ngx_chain_t *(*ngx_send_chain_pt)(ngx_connection_t *c, ngx_chain_t *in,$/;"	t
ngx_send_lowat	src/event/ngx_event.c	/^ngx_send_lowat(ngx_connection_t *c, size_t lowat)$/;"	f
ngx_send_pt	src/os/unix/ngx_os.h	/^typedef ssize_t (*ngx_send_pt)(ngx_connection_t *c, u_char *buf, size_t size);$/;"	t
ngx_set_cpu_affinity	src/core/nginx.c	/^ngx_set_cpu_affinity(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_set_env	src/core/nginx.c	/^ngx_set_env(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_set_environment	src/core/nginx.c	/^ngx_set_environment(ngx_cycle_t *cycle, ngx_uint_t *last)$/;"	f
ngx_set_errno	src/os/unix/ngx_errno.h	67;"	d
ngx_set_file_time	src/os/unix/ngx_files.c	/^ngx_set_file_time(u_char *name, ngx_fd_t fd, time_t s)$/;"	f
ngx_set_file_time_n	src/os/unix/ngx_files.h	165;"	d
ngx_set_inherited_sockets	src/core/ngx_connection.c	/^ngx_set_inherited_sockets(ngx_cycle_t *cycle)$/;"	f
ngx_set_priority	src/core/nginx.c	/^ngx_set_priority(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_set_socket_errno	src/os/unix/ngx_errno.h	68;"	d
ngx_set_stderr	src/os/unix/ngx_files.h	378;"	d
ngx_set_stderr_n	src/os/unix/ngx_files.h	379;"	d
ngx_set_user	src/core/nginx.c	/^ngx_set_user(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_set_worker_processes	src/core/nginx.c	/^ngx_set_worker_processes(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)$/;"	f	file:
ngx_setaffinity	src/os/unix/ngx_setaffinity.c	/^ngx_setaffinity(uint64_t cpu_affinity, ngx_log_t *log)$/;"	f
ngx_setaffinity	src/os/unix/ngx_setaffinity.h	18;"	d
ngx_setproctitle	src/os/unix/ngx_setproctitle.c	/^ngx_setproctitle(char *title)$/;"	f
ngx_setproctitle	src/os/unix/ngx_setproctitle.h	17;"	d
ngx_setproctitle	src/os/unix/ngx_setproctitle.h	43;"	d
ngx_setthrtitle	src/os/unix/ngx_freebsd_rfork_thread.h	52;"	d
ngx_setthrtitle	src/os/unix/ngx_thread.h	65;"	d
ngx_sha1_final	src/core/ngx_sha1.h	28;"	d
ngx_sha1_init	src/core/ngx_sha1.h	26;"	d
ngx_sha1_t	src/core/ngx_sha1.h	/^typedef SHA_CTX  ngx_sha1_t;$/;"	t
ngx_sha1_update	src/core/ngx_sha1.h	27;"	d
ngx_shared_memory_add	src/core/ngx_cycle.c	/^ngx_shared_memory_add(ngx_conf_t *cf, ngx_str_t *name, size_t size, void *tag)$/;"	f
ngx_shm_alloc	src/os/unix/ngx_shmem.c	/^ngx_shm_alloc(ngx_shm_t *shm)$/;"	f
ngx_shm_free	src/os/unix/ngx_shmem.c	/^ngx_shm_free(ngx_shm_t *shm)$/;"	f
ngx_shm_t	src/os/unix/ngx_shmem.h	/^} ngx_shm_t;$/;"	t	typeref:struct:__anon7
ngx_shm_zone_init_pt	src/core/ngx_cycle.h	/^typedef ngx_int_t (*ngx_shm_zone_init_pt) (ngx_shm_zone_t *zone, void *data);$/;"	t
ngx_shm_zone_s	src/core/ngx_cycle.h	/^struct ngx_shm_zone_s {$/;"	s
ngx_shm_zone_t	src/core/ngx_cycle.h	/^typedef struct ngx_shm_zone_s  ngx_shm_zone_t;$/;"	t	typeref:struct:ngx_shm_zone_s
ngx_shmtx_create	src/core/ngx_shmtx.c	/^ngx_shmtx_create(ngx_shmtx_t *mtx, ngx_shmtx_sh_t *addr, u_char *name)$/;"	f
ngx_shmtx_destroy	src/core/ngx_shmtx.c	/^ngx_shmtx_destroy(ngx_shmtx_t *mtx)$/;"	f
ngx_shmtx_force_unlock	src/core/ngx_shmtx.c	/^ngx_shmtx_force_unlock(ngx_shmtx_t *mtx, ngx_pid_t pid)$/;"	f
ngx_shmtx_lock	src/core/ngx_shmtx.c	/^ngx_shmtx_lock(ngx_shmtx_t *mtx)$/;"	f
ngx_shmtx_sh_t	src/core/ngx_shmtx.h	/^} ngx_shmtx_sh_t;$/;"	t	typeref:struct:__anon323
ngx_shmtx_t	src/core/ngx_shmtx.h	/^} ngx_shmtx_t;$/;"	t	typeref:struct:__anon324
ngx_shmtx_trylock	src/core/ngx_shmtx.c	/^ngx_shmtx_trylock(ngx_shmtx_t *mtx)$/;"	f
ngx_shmtx_unlock	src/core/ngx_shmtx.c	/^ngx_shmtx_unlock(ngx_shmtx_t *mtx)$/;"	f
ngx_shmtx_wakeup	src/core/ngx_shmtx.c	/^ngx_shmtx_wakeup(ngx_shmtx_t *mtx)$/;"	f	file:
ngx_show_configure	src/core/nginx.c	/^static ngx_uint_t   ngx_show_configure;$/;"	v	file:
ngx_show_help	src/core/nginx.c	/^static ngx_uint_t   ngx_show_help;$/;"	v	file:
ngx_show_version	src/core/nginx.c	/^static ngx_uint_t   ngx_show_version;$/;"	v	file:
ngx_shutdown_socket	src/os/unix/ngx_socket.h	57;"	d
ngx_shutdown_socket_n	src/os/unix/ngx_socket.h	58;"	d
ngx_sigalrm	src/os/unix/ngx_process_cycle.c	/^sig_atomic_t  ngx_sigalrm;$/;"	v
ngx_sigio	src/os/unix/ngx_process_cycle.c	/^sig_atomic_t  ngx_sigio;$/;"	v
ngx_signal	src/core/nginx.c	/^static char        *ngx_signal;$/;"	v	file:
ngx_signal_handler	src/os/unix/ngx_process.c	/^ngx_signal_handler(int signo)$/;"	f
ngx_signal_helper	src/core/ngx_config.h	54;"	d
ngx_signal_process	src/core/ngx_cycle.c	/^ngx_signal_process(ngx_cycle_t *cycle, char *sig)$/;"	f
ngx_signal_t	src/os/unix/ngx_process.c	/^} ngx_signal_t;$/;"	t	typeref:struct:__anon10	file:
ngx_signal_value	src/core/ngx_config.h	55;"	d
ngx_signal_worker_processes	src/os/unix/ngx_process_cycle.c	/^ngx_signal_worker_processes(ngx_cycle_t *cycle, int signo)$/;"	f	file:
ngx_single_process_cycle	src/os/unix/ngx_process_cycle.c	/^ngx_single_process_cycle(ngx_cycle_t *cycle)$/;"	f
ngx_slab_alloc	src/core/ngx_slab.c	/^ngx_slab_alloc(ngx_slab_pool_t *pool, size_t size)$/;"	f
ngx_slab_alloc_locked	src/core/ngx_slab.c	/^ngx_slab_alloc_locked(ngx_slab_pool_t *pool, size_t size)$/;"	f
ngx_slab_alloc_pages	src/core/ngx_slab.c	/^ngx_slab_alloc_pages(ngx_slab_pool_t *pool, ngx_uint_t pages)$/;"	f	file:
ngx_slab_error	src/core/ngx_slab.c	/^ngx_slab_error(ngx_slab_pool_t *pool, ngx_uint_t level, char *text)$/;"	f	file:
ngx_slab_exact_shift	src/core/ngx_slab.c	/^static ngx_uint_t  ngx_slab_exact_shift;$/;"	v	file:
ngx_slab_exact_size	src/core/ngx_slab.c	/^static ngx_uint_t  ngx_slab_exact_size;$/;"	v	file:
ngx_slab_free	src/core/ngx_slab.c	/^ngx_slab_free(ngx_slab_pool_t *pool, void *p)$/;"	f
ngx_slab_free_locked	src/core/ngx_slab.c	/^ngx_slab_free_locked(ngx_slab_pool_t *pool, void *p)$/;"	f
ngx_slab_free_pages	src/core/ngx_slab.c	/^ngx_slab_free_pages(ngx_slab_pool_t *pool, ngx_slab_page_t *page,$/;"	f	file:
ngx_slab_init	src/core/ngx_slab.c	/^ngx_slab_init(ngx_slab_pool_t *pool)$/;"	f
ngx_slab_junk	src/core/ngx_slab.c	46;"	d	file:
ngx_slab_junk	src/core/ngx_slab.c	50;"	d	file:
ngx_slab_junk	src/core/ngx_slab.c	55;"	d	file:
ngx_slab_max_size	src/core/ngx_slab.c	/^static ngx_uint_t  ngx_slab_max_size;$/;"	v	file:
ngx_slab_page_s	src/core/ngx_slab.h	/^struct ngx_slab_page_s {$/;"	s
ngx_slab_page_t	src/core/ngx_slab.h	/^typedef struct ngx_slab_page_s  ngx_slab_page_t;$/;"	t	typeref:struct:ngx_slab_page_s
ngx_slab_pool_t	src/core/ngx_slab.h	/^} ngx_slab_pool_t;$/;"	t	typeref:struct:__anon263
ngx_sleep	src/os/unix/ngx_time.h	63;"	d
ngx_slprintf	src/core/ngx_string.c	/^ngx_slprintf(u_char *buf, u_char *last, const char *fmt, ...)$/;"	f
ngx_smtp_auth_cram_md5	src/mail/ngx_mail.h	/^    ngx_smtp_auth_cram_md5,$/;"	e	enum:__anon257
ngx_smtp_auth_login_password	src/mail/ngx_mail.h	/^    ngx_smtp_auth_login_password,$/;"	e	enum:__anon257
ngx_smtp_auth_login_username	src/mail/ngx_mail.h	/^    ngx_smtp_auth_login_username,$/;"	e	enum:__anon257
ngx_smtp_auth_plain	src/mail/ngx_mail.h	/^    ngx_smtp_auth_plain,$/;"	e	enum:__anon257
ngx_smtp_from	src/mail/ngx_mail.h	/^    ngx_smtp_from,$/;"	e	enum:__anon257
ngx_smtp_helo	src/mail/ngx_mail.h	/^    ngx_smtp_helo,$/;"	e	enum:__anon257
ngx_smtp_helo_from	src/mail/ngx_mail.h	/^    ngx_smtp_helo_from,$/;"	e	enum:__anon257
ngx_smtp_helo_xclient	src/mail/ngx_mail.h	/^    ngx_smtp_helo_xclient,$/;"	e	enum:__anon257
ngx_smtp_start	src/mail/ngx_mail.h	/^    ngx_smtp_start = 0,$/;"	e	enum:__anon257
ngx_smtp_state_e	src/mail/ngx_mail.h	/^} ngx_smtp_state_e;$/;"	t	typeref:enum:__anon257
ngx_smtp_to	src/mail/ngx_mail.h	/^    ngx_smtp_to$/;"	e	enum:__anon257
ngx_smtp_xclient	src/mail/ngx_mail.h	/^    ngx_smtp_xclient,$/;"	e	enum:__anon257
ngx_smtp_xclient_from	src/mail/ngx_mail.h	/^    ngx_smtp_xclient_from,$/;"	e	enum:__anon257
ngx_smtp_xclient_helo	src/mail/ngx_mail.h	/^    ngx_smtp_xclient_helo,$/;"	e	enum:__anon257
ngx_snprintf	src/core/ngx_string.c	/^ngx_snprintf(u_char *buf, size_t max, const char *fmt, ...)$/;"	f
ngx_sock_ntop	src/core/ngx_inet.c	/^ngx_sock_ntop(struct sockaddr *sa, u_char *text, size_t len, ngx_uint_t port)$/;"	f
ngx_socket	src/os/unix/ngx_socket.h	19;"	d
ngx_socket_errno	src/os/unix/ngx_errno.h	66;"	d
ngx_socket_n	src/os/unix/ngx_socket.h	20;"	d
ngx_socket_t	src/os/unix/ngx_socket.h	/^typedef int  ngx_socket_t;$/;"	t
ngx_solaris_io	src/os/unix/ngx_solaris_init.c	/^static ngx_os_io_t ngx_solaris_io = {$/;"	v	file:
ngx_solaris_release	src/os/unix/ngx_solaris_init.c	/^char ngx_solaris_release[10];$/;"	v
ngx_solaris_sendfilev_chain	src/os/unix/ngx_solaris_sendfilev_chain.c	/^ngx_solaris_sendfilev_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)$/;"	f
ngx_solaris_sysname	src/os/unix/ngx_solaris_init.c	/^char ngx_solaris_sysname[20];$/;"	v
ngx_solaris_version	src/os/unix/ngx_solaris_init.c	/^char ngx_solaris_version[50];$/;"	v
ngx_sort	src/core/ngx_string.c	/^ngx_sort(void *base, size_t n, size_t size,$/;"	f
ngx_spawn_proc_pt	src/os/unix/ngx_process.h	/^typedef void (*ngx_spawn_proc_pt) (ngx_cycle_t *cycle, void *data);$/;"	t
ngx_spawn_process	src/os/unix/ngx_process.c	/^ngx_spawn_process(ngx_cycle_t *cycle, ngx_spawn_proc_pt proc, void *data,$/;"	f
ngx_spdy_ctl_frame_check	src/http/ngx_http_spdy.c	47;"	d	file:
ngx_spdy_ctl_frame_head	src/http/ngx_http_spdy.h	224;"	d
ngx_spdy_ctl_frame_type	src/http/ngx_http_spdy.c	52;"	d	file:
ngx_spdy_data_frame_check	src/http/ngx_http_spdy.c	49;"	d	file:
ngx_spdy_frame_aligned_write_uint16	src/http/ngx_http_spdy.h	199;"	d
ngx_spdy_frame_aligned_write_uint32	src/http/ngx_http_spdy.h	202;"	d
ngx_spdy_frame_flags	src/http/ngx_http_spdy.c	53;"	d	file:
ngx_spdy_frame_length	src/http/ngx_http_spdy.c	54;"	d	file:
ngx_spdy_frame_parse_sid	src/http/ngx_http_spdy.c	43;"	d	file:
ngx_spdy_frame_parse_uint16	src/http/ngx_http_spdy.c	32;"	d	file:
ngx_spdy_frame_parse_uint16	src/http/ngx_http_spdy.c	37;"	d	file:
ngx_spdy_frame_parse_uint32	src/http/ngx_http_spdy.c	33;"	d	file:
ngx_spdy_frame_parse_uint32	src/http/ngx_http_spdy.c	38;"	d	file:
ngx_spdy_frame_write_flags_and_len	src/http/ngx_http_spdy.h	230;"	d
ngx_spdy_frame_write_head	src/http/ngx_http_spdy.h	227;"	d
ngx_spdy_frame_write_sid	src/http/ngx_http_spdy.h	233;"	d
ngx_spdy_frame_write_uint16	src/http/ngx_http_spdy.h	207;"	d
ngx_spdy_frame_write_uint16	src/http/ngx_http_spdy.h	212;"	d
ngx_spdy_frame_write_uint32	src/http/ngx_http_spdy.h	208;"	d
ngx_spdy_frame_write_uint32	src/http/ngx_http_spdy.h	215;"	d
ngx_spinlock	src/core/ngx_spinlock.c	/^ngx_spinlock(ngx_atomic_t *lock, ngx_atomic_int_t value, ngx_uint_t spin)$/;"	f
ngx_sprintf	src/core/ngx_string.c	/^ngx_sprintf(u_char *buf, const char *fmt, ...)$/;"	f
ngx_sprintf_num	src/core/ngx_string.c	/^ngx_sprintf_num(u_char *buf, u_char *last, uint64_t ui64, u_char zero,$/;"	f	file:
ngx_ssl_certificate	src/event/ngx_event_openssl.c	/^ngx_ssl_certificate(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *cert,$/;"	f
ngx_ssl_certificate_index	src/event/ngx_event_openssl.c	/^int  ngx_ssl_certificate_index;$/;"	v
ngx_ssl_certificate_status_callback	src/event/ngx_event_openssl_stapling.c	/^ngx_ssl_certificate_status_callback(ngx_ssl_conn_t *ssl_conn, void *data)$/;"	f	file:
ngx_ssl_cleanup_ctx	src/event/ngx_event_openssl.c	/^ngx_ssl_cleanup_ctx(void *data)$/;"	f
ngx_ssl_clear_error	src/event/ngx_event_openssl.c	/^ngx_ssl_clear_error(ngx_log_t *log)$/;"	f	file:
ngx_ssl_client_certificate	src/event/ngx_event_openssl.c	/^ngx_ssl_client_certificate(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *cert,$/;"	f
ngx_ssl_conn_t	src/event/ngx_event_openssl.h	26;"	d
ngx_ssl_connection_error	src/event/ngx_event_openssl.c	/^ngx_ssl_connection_error(ngx_connection_t *c, int sslerr, ngx_err_t err,$/;"	f	file:
ngx_ssl_connection_index	src/event/ngx_event_openssl.c	/^int  ngx_ssl_connection_index;$/;"	v
ngx_ssl_connection_t	src/event/ngx_event_openssl.h	/^} ngx_ssl_connection_t;$/;"	t	typeref:struct:__anon338
ngx_ssl_create	src/event/ngx_event_openssl.c	/^ngx_ssl_create(ngx_ssl_t *ssl, ngx_uint_t protocols, void *data)$/;"	f
ngx_ssl_create_connection	src/event/ngx_event_openssl.c	/^ngx_ssl_create_connection(ngx_ssl_t *ssl, ngx_connection_t *c, ngx_uint_t flags)$/;"	f
ngx_ssl_crl	src/event/ngx_event_openssl.c	/^ngx_ssl_crl(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *crl)$/;"	f
ngx_ssl_dhparam	src/event/ngx_event_openssl.c	/^ngx_ssl_dhparam(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *file)$/;"	f
ngx_ssl_ecdh_curve	src/event/ngx_event_openssl.c	/^ngx_ssl_ecdh_curve(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *name)$/;"	f
ngx_ssl_error	src/event/ngx_event_openssl.c	/^ngx_ssl_error(ngx_uint_t level, ngx_log_t *log, ngx_err_t err, char *fmt, ...)$/;"	f
ngx_ssl_expire_sessions	src/event/ngx_event_openssl.c	/^ngx_ssl_expire_sessions(ngx_ssl_session_cache_t *cache,$/;"	f	file:
ngx_ssl_free_buffer	src/event/ngx_event_openssl.c	/^ngx_ssl_free_buffer(ngx_connection_t *c)$/;"	f
ngx_ssl_free_session	src/event/ngx_event_openssl.h	124;"	d
ngx_ssl_get_cached_session	src/event/ngx_event_openssl.c	/^ngx_ssl_get_cached_session(ngx_ssl_conn_t *ssl_conn, u_char *id, int len,$/;"	f	file:
ngx_ssl_get_certificate	src/event/ngx_event_openssl.c	/^ngx_ssl_get_certificate(ngx_connection_t *c, ngx_pool_t *pool, ngx_str_t *s)$/;"	f
ngx_ssl_get_cipher_name	src/event/ngx_event_openssl.c	/^ngx_ssl_get_cipher_name(ngx_connection_t *c, ngx_pool_t *pool, ngx_str_t *s)$/;"	f
ngx_ssl_get_client_verify	src/event/ngx_event_openssl.c	/^ngx_ssl_get_client_verify(ngx_connection_t *c, ngx_pool_t *pool, ngx_str_t *s)$/;"	f
ngx_ssl_get_connection	src/event/ngx_event_openssl.h	125;"	d
ngx_ssl_get_issuer_dn	src/event/ngx_event_openssl.c	/^ngx_ssl_get_issuer_dn(ngx_connection_t *c, ngx_pool_t *pool, ngx_str_t *s)$/;"	f
ngx_ssl_get_protocol	src/event/ngx_event_openssl.c	/^ngx_ssl_get_protocol(ngx_connection_t *c, ngx_pool_t *pool, ngx_str_t *s)$/;"	f
ngx_ssl_get_raw_certificate	src/event/ngx_event_openssl.c	/^ngx_ssl_get_raw_certificate(ngx_connection_t *c, ngx_pool_t *pool, ngx_str_t *s)$/;"	f
ngx_ssl_get_serial_number	src/event/ngx_event_openssl.c	/^ngx_ssl_get_serial_number(ngx_connection_t *c, ngx_pool_t *pool, ngx_str_t *s)$/;"	f
ngx_ssl_get_server_conf	src/event/ngx_event_openssl.h	127;"	d
ngx_ssl_get_session	src/event/ngx_event_openssl.h	123;"	d
ngx_ssl_get_session_id	src/event/ngx_event_openssl.c	/^ngx_ssl_get_session_id(ngx_connection_t *c, ngx_pool_t *pool, ngx_str_t *s)$/;"	f
ngx_ssl_get_subject_dn	src/event/ngx_event_openssl.c	/^ngx_ssl_get_subject_dn(ngx_connection_t *c, ngx_pool_t *pool, ngx_str_t *s)$/;"	f
ngx_ssl_handle_recv	src/event/ngx_event_openssl.c	/^ngx_ssl_handle_recv(ngx_connection_t *c, int n)$/;"	f	file:
ngx_ssl_handshake	src/event/ngx_event_openssl.c	/^ngx_ssl_handshake(ngx_connection_t *c)$/;"	f
ngx_ssl_handshake_handler	src/event/ngx_event_openssl.c	/^ngx_ssl_handshake_handler(ngx_event_t *ev)$/;"	f	file:
ngx_ssl_info_callback	src/event/ngx_event_openssl.c	/^ngx_ssl_info_callback(const ngx_ssl_conn_t *ssl_conn, int where, int ret)$/;"	f	file:
ngx_ssl_init	src/event/ngx_event_openssl.c	/^ngx_ssl_init(ngx_log_t *log)$/;"	f
ngx_ssl_new_session	src/event/ngx_event_openssl.c	/^ngx_ssl_new_session(ngx_ssl_conn_t *ssl_conn, ngx_ssl_session_t *sess)$/;"	f	file:
ngx_ssl_ocsp_connect	src/event/ngx_event_openssl_stapling.c	/^ngx_ssl_ocsp_connect(ngx_ssl_ocsp_ctx_t *ctx)$/;"	f	file:
ngx_ssl_ocsp_create_request	src/event/ngx_event_openssl_stapling.c	/^ngx_ssl_ocsp_create_request(ngx_ssl_ocsp_ctx_t *ctx)$/;"	f	file:
ngx_ssl_ocsp_ctx_s	src/event/ngx_event_openssl_stapling.c	/^struct ngx_ssl_ocsp_ctx_s {$/;"	s	file:
ngx_ssl_ocsp_ctx_t	src/event/ngx_event_openssl_stapling.c	/^typedef struct ngx_ssl_ocsp_ctx_s  ngx_ssl_ocsp_ctx_t;$/;"	t	typeref:struct:ngx_ssl_ocsp_ctx_s	file:
ngx_ssl_ocsp_done	src/event/ngx_event_openssl_stapling.c	/^ngx_ssl_ocsp_done(ngx_ssl_ocsp_ctx_t *ctx)$/;"	f	file:
ngx_ssl_ocsp_dummy_handler	src/event/ngx_event_openssl_stapling.c	/^ngx_ssl_ocsp_dummy_handler(ngx_event_t *ev)$/;"	f	file:
ngx_ssl_ocsp_error	src/event/ngx_event_openssl_stapling.c	/^ngx_ssl_ocsp_error(ngx_ssl_ocsp_ctx_t *ctx)$/;"	f	file:
ngx_ssl_ocsp_log_error	src/event/ngx_event_openssl_stapling.c	/^ngx_ssl_ocsp_log_error(ngx_log_t *log, u_char *buf, size_t len)$/;"	f	file:
ngx_ssl_ocsp_parse_header_line	src/event/ngx_event_openssl_stapling.c	/^ngx_ssl_ocsp_parse_header_line(ngx_ssl_ocsp_ctx_t *ctx)$/;"	f	file:
ngx_ssl_ocsp_parse_status_line	src/event/ngx_event_openssl_stapling.c	/^ngx_ssl_ocsp_parse_status_line(ngx_ssl_ocsp_ctx_t *ctx)$/;"	f	file:
ngx_ssl_ocsp_process_body	src/event/ngx_event_openssl_stapling.c	/^ngx_ssl_ocsp_process_body(ngx_ssl_ocsp_ctx_t *ctx)$/;"	f	file:
ngx_ssl_ocsp_process_headers	src/event/ngx_event_openssl_stapling.c	/^ngx_ssl_ocsp_process_headers(ngx_ssl_ocsp_ctx_t *ctx)$/;"	f	file:
ngx_ssl_ocsp_process_status_line	src/event/ngx_event_openssl_stapling.c	/^ngx_ssl_ocsp_process_status_line(ngx_ssl_ocsp_ctx_t *ctx)$/;"	f	file:
ngx_ssl_ocsp_read_handler	src/event/ngx_event_openssl_stapling.c	/^ngx_ssl_ocsp_read_handler(ngx_event_t *rev)$/;"	f	file:
ngx_ssl_ocsp_request	src/event/ngx_event_openssl_stapling.c	/^ngx_ssl_ocsp_request(ngx_ssl_ocsp_ctx_t *ctx)$/;"	f	file:
ngx_ssl_ocsp_resolve_handler	src/event/ngx_event_openssl_stapling.c	/^ngx_ssl_ocsp_resolve_handler(ngx_resolver_ctx_t *resolve)$/;"	f	file:
ngx_ssl_ocsp_start	src/event/ngx_event_openssl_stapling.c	/^ngx_ssl_ocsp_start(void)$/;"	f	file:
ngx_ssl_ocsp_write_handler	src/event/ngx_event_openssl_stapling.c	/^ngx_ssl_ocsp_write_handler(ngx_event_t *wev)$/;"	f	file:
ngx_ssl_read_handler	src/event/ngx_event_openssl.c	/^ngx_ssl_read_handler(ngx_event_t *rev)$/;"	f	file:
ngx_ssl_recv	src/event/ngx_event_openssl.c	/^ngx_ssl_recv(ngx_connection_t *c, u_char *buf, size_t size)$/;"	f
ngx_ssl_recv_chain	src/event/ngx_event_openssl.c	/^ngx_ssl_recv_chain(ngx_connection_t *c, ngx_chain_t *cl)$/;"	f
ngx_ssl_remove_cached_session	src/event/ngx_event_openssl.c	/^ngx_ssl_remove_cached_session(SSL_CTX *ssl, ngx_ssl_session_t *sess)$/;"	f
ngx_ssl_remove_session	src/event/ngx_event_openssl.c	/^ngx_ssl_remove_session(SSL_CTX *ssl, ngx_ssl_session_t *sess)$/;"	f	file:
ngx_ssl_rsa512_key_callback	src/event/ngx_event_openssl.c	/^ngx_ssl_rsa512_key_callback(SSL *ssl, int is_export, int key_length)$/;"	f
ngx_ssl_send_chain	src/event/ngx_event_openssl.c	/^ngx_ssl_send_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)$/;"	f
ngx_ssl_server_conf_index	src/event/ngx_event_openssl.c	/^int  ngx_ssl_server_conf_index;$/;"	v
ngx_ssl_sess_id_s	src/event/ngx_event_openssl.h	/^struct ngx_ssl_sess_id_s {$/;"	s
ngx_ssl_sess_id_t	src/event/ngx_event_openssl.h	/^typedef struct ngx_ssl_sess_id_s  ngx_ssl_sess_id_t;$/;"	t	typeref:struct:ngx_ssl_sess_id_s
ngx_ssl_session_cache	src/event/ngx_event_openssl.c	/^ngx_ssl_session_cache(ngx_ssl_t *ssl, ngx_str_t *sess_ctx,$/;"	f
ngx_ssl_session_cache_index	src/event/ngx_event_openssl.c	/^int  ngx_ssl_session_cache_index;$/;"	v
ngx_ssl_session_cache_init	src/event/ngx_event_openssl.c	/^ngx_ssl_session_cache_init(ngx_shm_zone_t *shm_zone, void *data)$/;"	f
ngx_ssl_session_cache_t	src/event/ngx_event_openssl.h	/^} ngx_ssl_session_cache_t;$/;"	t	typeref:struct:__anon339
ngx_ssl_session_rbtree_insert_value	src/event/ngx_event_openssl.c	/^ngx_ssl_session_rbtree_insert_value(ngx_rbtree_node_t *temp,$/;"	f	file:
ngx_ssl_session_t	src/event/ngx_event_openssl.h	25;"	d
ngx_ssl_set_session	src/event/ngx_event_openssl.c	/^ngx_ssl_set_session(ngx_connection_t *c, ngx_ssl_session_t *session)$/;"	f
ngx_ssl_shutdown	src/event/ngx_event_openssl.c	/^ngx_ssl_shutdown(ngx_connection_t *c)$/;"	f
ngx_ssl_shutdown_handler	src/event/ngx_event_openssl.c	/^ngx_ssl_shutdown_handler(ngx_event_t *ev)$/;"	f	file:
ngx_ssl_stapling	src/event/ngx_event_openssl_stapling.c	/^ngx_ssl_stapling(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *file,$/;"	f
ngx_ssl_stapling_cleanup	src/event/ngx_event_openssl_stapling.c	/^ngx_ssl_stapling_cleanup(void *data)$/;"	f	file:
ngx_ssl_stapling_file	src/event/ngx_event_openssl_stapling.c	/^ngx_ssl_stapling_file(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *file)$/;"	f	file:
ngx_ssl_stapling_index	src/event/ngx_event_openssl.c	/^int  ngx_ssl_stapling_index;$/;"	v
ngx_ssl_stapling_issuer	src/event/ngx_event_openssl_stapling.c	/^ngx_ssl_stapling_issuer(ngx_conf_t *cf, ngx_ssl_t *ssl)$/;"	f	file:
ngx_ssl_stapling_ocsp_handler	src/event/ngx_event_openssl_stapling.c	/^ngx_ssl_stapling_ocsp_handler(ngx_ssl_ocsp_ctx_t *ctx)$/;"	f	file:
ngx_ssl_stapling_resolver	src/event/ngx_event_openssl_stapling.c	/^ngx_ssl_stapling_resolver(ngx_conf_t *cf, ngx_ssl_t *ssl,$/;"	f
ngx_ssl_stapling_responder	src/event/ngx_event_openssl_stapling.c	/^ngx_ssl_stapling_responder(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *responder)$/;"	f	file:
ngx_ssl_stapling_t	src/event/ngx_event_openssl_stapling.c	/^} ngx_ssl_stapling_t;$/;"	t	typeref:struct:__anon342	file:
ngx_ssl_stapling_update	src/event/ngx_event_openssl_stapling.c	/^ngx_ssl_stapling_update(ngx_ssl_stapling_t *staple)$/;"	f	file:
ngx_ssl_t	src/event/ngx_event_openssl.h	/^} ngx_ssl_t;$/;"	t	typeref:struct:__anon337
ngx_ssl_trusted_certificate	src/event/ngx_event_openssl.c	/^ngx_ssl_trusted_certificate(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *cert,$/;"	f
ngx_ssl_variable_handler_pt	src/http/modules/ngx_http_ssl_module.c	/^typedef ngx_int_t (*ngx_ssl_variable_handler_pt)(ngx_connection_t *c,$/;"	t	file:
ngx_ssl_verify_error_optional	src/event/ngx_event_openssl.h	130;"	d
ngx_ssl_write	src/event/ngx_event_openssl.c	/^ngx_ssl_write(ngx_connection_t *c, u_char *data, size_t size)$/;"	f
ngx_ssl_write_handler	src/event/ngx_event_openssl.c	/^ngx_ssl_write_handler(ngx_event_t *wev)$/;"	f	file:
ngx_start_cache_manager_processes	src/os/unix/ngx_process_cycle.c	/^ngx_start_cache_manager_processes(ngx_cycle_t *cycle, ngx_uint_t respawn)$/;"	f	file:
ngx_start_worker_processes	src/os/unix/ngx_process_cycle.c	/^ngx_start_worker_processes(ngx_cycle_t *cycle, ngx_int_t n, ngx_int_t type)$/;"	f	file:
ngx_stat_accepted	src/event/ngx_event.c	/^ngx_atomic_t  *ngx_stat_accepted = &ngx_stat_accepted0;$/;"	v
ngx_stat_accepted0	src/event/ngx_event.c	/^ngx_atomic_t   ngx_stat_accepted0;$/;"	v
ngx_stat_active	src/event/ngx_event.c	/^ngx_atomic_t  *ngx_stat_active = &ngx_stat_active0;$/;"	v
ngx_stat_active0	src/event/ngx_event.c	/^ngx_atomic_t   ngx_stat_active0;$/;"	v
ngx_stat_handled	src/event/ngx_event.c	/^ngx_atomic_t  *ngx_stat_handled = &ngx_stat_handled0;$/;"	v
ngx_stat_handled0	src/event/ngx_event.c	/^ngx_atomic_t   ngx_stat_handled0;$/;"	v
ngx_stat_reading	src/event/ngx_event.c	/^ngx_atomic_t  *ngx_stat_reading = &ngx_stat_reading0;$/;"	v
ngx_stat_reading0	src/event/ngx_event.c	/^ngx_atomic_t   ngx_stat_reading0;$/;"	v
ngx_stat_requests	src/event/ngx_event.c	/^ngx_atomic_t  *ngx_stat_requests = &ngx_stat_requests0;$/;"	v
ngx_stat_requests0	src/event/ngx_event.c	/^ngx_atomic_t   ngx_stat_requests0;$/;"	v
ngx_stat_waiting	src/event/ngx_event.c	/^ngx_atomic_t  *ngx_stat_waiting = &ngx_stat_waiting0;$/;"	v
ngx_stat_waiting0	src/event/ngx_event.c	/^ngx_atomic_t   ngx_stat_waiting0;$/;"	v
ngx_stat_writing	src/event/ngx_event.c	/^ngx_atomic_t  *ngx_stat_writing = &ngx_stat_writing0;$/;"	v
ngx_stat_writing0	src/event/ngx_event.c	/^ngx_atomic_t   ngx_stat_writing0;$/;"	v
ngx_stderr	src/os/unix/ngx_files.h	377;"	d
ngx_str3Ocmp	src/http/ngx_http_parse.c	41;"	d	file:
ngx_str3Ocmp	src/http/ngx_http_parse.c	73;"	d	file:
ngx_str3_cmp	src/http/ngx_http_parse.c	38;"	d	file:
ngx_str3_cmp	src/http/ngx_http_parse.c	70;"	d	file:
ngx_str4cmp	src/http/ngx_http_parse.c	44;"	d	file:
ngx_str4cmp	src/http/ngx_http_parse.c	76;"	d	file:
ngx_str5cmp	src/http/ngx_http_parse.c	47;"	d	file:
ngx_str5cmp	src/http/ngx_http_parse.c	79;"	d	file:
ngx_str5cmp	src/http/ngx_http_spdy.c	18;"	d	file:
ngx_str5cmp	src/http/ngx_http_spdy.c	24;"	d	file:
ngx_str6cmp	src/http/ngx_http_parse.c	51;"	d	file:
ngx_str6cmp	src/http/ngx_http_parse.c	82;"	d	file:
ngx_str7_cmp	src/http/ngx_http_parse.c	55;"	d	file:
ngx_str7_cmp	src/http/ngx_http_parse.c	86;"	d	file:
ngx_str8cmp	src/http/ngx_http_parse.c	59;"	d	file:
ngx_str8cmp	src/http/ngx_http_parse.c	90;"	d	file:
ngx_str9cmp	src/http/ngx_http_parse.c	63;"	d	file:
ngx_str9cmp	src/http/ngx_http_parse.c	94;"	d	file:
ngx_str_node_t	src/core/ngx_string.h	/^} ngx_str_node_t;$/;"	t	typeref:struct:__anon322
ngx_str_null	src/core/ngx_string.h	44;"	d
ngx_str_rbtree_insert_value	src/core/ngx_string.c	/^ngx_str_rbtree_insert_value(ngx_rbtree_node_t *temp,$/;"	f
ngx_str_rbtree_lookup	src/core/ngx_string.c	/^ngx_str_rbtree_lookup(ngx_rbtree_t *rbtree, ngx_str_t *val, uint32_t hash)$/;"	f
ngx_str_set	src/core/ngx_string.h	42;"	d
ngx_str_t	src/core/ngx_string.h	/^} ngx_str_t;$/;"	t	typeref:struct:__anon319
ngx_strcasecmp	src/core/ngx_string.c	/^ngx_strcasecmp(u_char *s1, u_char *s2)$/;"	f
ngx_strcasestrn	src/core/ngx_string.c	/^ngx_strcasestrn(u_char *s1, char *s2, size_t n)$/;"	f
ngx_strchr	src/core/ngx_string.h	63;"	d
ngx_strcmp	src/core/ngx_string.h	57;"	d
ngx_strerror	src/os/unix/ngx_errno.c	/^ngx_strerror(ngx_err_t err, u_char *errstr, size_t size)$/;"	f
ngx_strerror_init	src/os/unix/ngx_errno.c	/^ngx_strerror_init(void)$/;"	f
ngx_string	src/core/ngx_string.h	40;"	d
ngx_strlcasestrn	src/core/ngx_string.c	/^ngx_strlcasestrn(u_char *s1, u_char *last, u_char *s2, size_t n)$/;"	f
ngx_strlchr	src/core/ngx_string.h	/^ngx_strlchr(u_char *p, u_char *last, u_char c)$/;"	f
ngx_strlen	src/core/ngx_string.h	61;"	d
ngx_strlow	src/core/ngx_string.c	/^ngx_strlow(u_char *dst, u_char *src, size_t n)$/;"	f
ngx_strncasecmp	src/core/ngx_string.c	/^ngx_strncasecmp(u_char *s1, u_char *s2, size_t n)$/;"	f
ngx_strncmp	src/core/ngx_string.h	53;"	d
ngx_strnstr	src/core/ngx_string.c	/^ngx_strnstr(u_char *s1, char *s2, size_t len)$/;"	f
ngx_strstr	src/core/ngx_string.h	60;"	d
ngx_strstrn	src/core/ngx_string.c	/^ngx_strstrn(u_char *s1, char *s2, size_t n)$/;"	f
ngx_sys_errlist	src/os/unix/ngx_errno.c	/^static ngx_str_t  *ngx_sys_errlist;$/;"	v	file:
ngx_table_elt_t	src/core/ngx_hash.h	/^} ngx_table_elt_t;$/;"	t	typeref:struct:__anon290
ngx_tcp_nodelay_and_tcp_nopush	src/os/unix/ngx_posix_init.c	/^ngx_uint_t  ngx_tcp_nodelay_and_tcp_nopush;$/;"	v
ngx_tcp_nopush	src/os/unix/ngx_socket.c	/^ngx_tcp_nopush(ngx_socket_t s)$/;"	f
ngx_tcp_nopush_n	src/os/unix/ngx_socket.h	46;"	d
ngx_tcp_nopush_n	src/os/unix/ngx_socket.h	51;"	d
ngx_tcp_push	src/os/unix/ngx_socket.c	/^ngx_tcp_push(ngx_socket_t s)$/;"	f
ngx_tcp_push_n	src/os/unix/ngx_socket.h	47;"	d
ngx_tcp_push_n	src/os/unix/ngx_socket.h	52;"	d
ngx_temp_file_t	src/core/ngx_file.h	/^} ngx_temp_file_t;$/;"	t	typeref:struct:__anon277
ngx_temp_number	src/core/ngx_file.c	/^ngx_atomic_t         *ngx_temp_number = &temp_number;$/;"	v
ngx_temp_pool	src/core/ngx_cycle.c	/^static ngx_pool_t     *ngx_temp_pool;$/;"	v	file:
ngx_terminate	src/os/unix/ngx_process_cycle.c	/^sig_atomic_t  ngx_terminate;$/;"	v
ngx_test_config	src/core/ngx_cycle.c	/^ngx_uint_t             ngx_test_config;$/;"	v
ngx_test_lockfile	src/core/ngx_cycle.c	/^ngx_test_lockfile(u_char *file, ngx_log_t *log)$/;"	f	file:
ngx_thread_get_tls	src/os/unix/ngx_freebsd_rfork_thread.h	/^ngx_thread_get_tls(ngx_tls_key_t key)$/;"	f
ngx_thread_get_tls	src/os/unix/ngx_thread.h	45;"	d
ngx_thread_join	src/os/unix/ngx_freebsd_rfork_thread.h	50;"	d
ngx_thread_join	src/os/unix/ngx_thread.h	63;"	d
ngx_thread_key_create	src/os/unix/ngx_freebsd_rfork_thread.c	/^ngx_thread_key_create(ngx_tls_key_t *key)$/;"	f
ngx_thread_key_create	src/os/unix/ngx_thread.h	41;"	d
ngx_thread_key_create_n	src/os/unix/ngx_freebsd_rfork_thread.h	96;"	d
ngx_thread_key_create_n	src/os/unix/ngx_thread.h	42;"	d
ngx_thread_main	src/os/unix/ngx_thread.h	123;"	d
ngx_thread_self	src/os/unix/ngx_freebsd_rfork_thread.c	/^ngx_thread_self()$/;"	f
ngx_thread_self	src/os/unix/ngx_thread.h	29;"	d
ngx_thread_set_tls	src/os/unix/ngx_freebsd_rfork_thread.c	/^ngx_thread_set_tls(ngx_tls_key_t key, void *value)$/;"	f
ngx_thread_set_tls	src/os/unix/ngx_thread.h	43;"	d
ngx_thread_set_tls_n	src/os/unix/ngx_freebsd_rfork_thread.h	99;"	d
ngx_thread_set_tls_n	src/os/unix/ngx_thread.h	44;"	d
ngx_thread_sigmask	src/os/unix/ngx_freebsd_rfork_thread.h	45;"	d
ngx_thread_sigmask	src/os/unix/ngx_thread.h	60;"	d
ngx_thread_sigmask_n	src/os/unix/ngx_freebsd_rfork_thread.h	48;"	d
ngx_thread_sigmask_n	src/os/unix/ngx_thread.h	61;"	d
ngx_thread_stack_size	src/os/unix/ngx_freebsd_rfork_thread.c	/^size_t                ngx_thread_stack_size;$/;"	v
ngx_thread_t	src/os/unix/ngx_thread.h	/^} ngx_thread_t;$/;"	t	typeref:struct:__anon3
ngx_thread_value_t	src/os/unix/ngx_thread.h	/^typedef void *  ngx_thread_value_t;$/;"	t
ngx_thread_volatile	src/os/unix/ngx_thread.h	112;"	d
ngx_thread_volatile	src/os/unix/ngx_thread.h	76;"	d
ngx_threaded	src/os/unix/ngx_process_cycle.c	/^ngx_uint_t    ngx_threaded;$/;"	v
ngx_threads	src/os/unix/ngx_process_cycle.c	/^volatile ngx_thread_t  ngx_threads[NGX_MAX_THREADS];$/;"	v
ngx_threads_n	src/os/unix/ngx_process_cycle.c	/^ngx_int_t              ngx_threads_n;$/;"	v
ngx_tid_t	src/os/unix/ngx_freebsd_rfork_thread.h	/^typedef pid_t  ngx_tid_t;$/;"	t
ngx_tid_t	src/os/unix/ngx_thread.h	/^typedef pthread_t                    ngx_tid_t;$/;"	t
ngx_time	src/core/ngx_times.h	36;"	d
ngx_time_init	src/core/ngx_times.c	/^ngx_time_init(void)$/;"	f
ngx_time_lock	src/core/ngx_times.c	/^static ngx_atomic_t      ngx_time_lock;$/;"	v	file:
ngx_time_sigsafe_update	src/core/ngx_times.c	/^ngx_time_sigsafe_update(void)$/;"	f
ngx_time_t	src/core/ngx_times.h	/^} ngx_time_t;$/;"	t	typeref:struct:__anon266
ngx_time_update	src/core/ngx_times.c	/^ngx_time_update(void)$/;"	f
ngx_timeofday	src/core/ngx_times.h	37;"	d
ngx_timer_resolution	src/event/ngx_event.c	/^static ngx_uint_t     ngx_timer_resolution;$/;"	v	file:
ngx_timer_signal_handler	src/event/ngx_event.c	/^ngx_timer_signal_handler(int signo)$/;"	f	file:
ngx_timezone	src/os/unix/ngx_time.h	47;"	d
ngx_timezone	src/os/unix/ngx_time.h	51;"	d
ngx_timezone_update	src/os/unix/ngx_time.c	/^ngx_timezone_update(void)$/;"	f
ngx_tls	src/os/unix/ngx_freebsd_rfork_thread.c	/^void                **ngx_tls;   \/* the threads tls's array *\/$/;"	v
ngx_tls_key_t	src/os/unix/ngx_freebsd_rfork_thread.h	/^typedef ngx_uint_t               ngx_tls_key_t;$/;"	t
ngx_tls_key_t	src/os/unix/ngx_thread.h	/^typedef pthread_key_t                ngx_tls_key_t;$/;"	t
ngx_tm_gmtoff	src/os/unix/ngx_time.h	40;"	d
ngx_tm_hour	src/os/unix/ngx_time.h	23;"	d
ngx_tm_hour_t	src/os/unix/ngx_time.h	32;"	d
ngx_tm_isdst	src/os/unix/ngx_time.h	28;"	d
ngx_tm_mday	src/os/unix/ngx_time.h	24;"	d
ngx_tm_mday_t	src/os/unix/ngx_time.h	33;"	d
ngx_tm_min	src/os/unix/ngx_time.h	22;"	d
ngx_tm_min_t	src/os/unix/ngx_time.h	31;"	d
ngx_tm_mon	src/os/unix/ngx_time.h	25;"	d
ngx_tm_mon_t	src/os/unix/ngx_time.h	34;"	d
ngx_tm_sec	src/os/unix/ngx_time.h	21;"	d
ngx_tm_sec_t	src/os/unix/ngx_time.h	30;"	d
ngx_tm_t	src/os/unix/ngx_time.h	/^typedef struct tm             ngx_tm_t;$/;"	t	typeref:struct:tm
ngx_tm_wday	src/os/unix/ngx_time.h	27;"	d
ngx_tm_wday_t	src/os/unix/ngx_time.h	36;"	d
ngx_tm_year	src/os/unix/ngx_time.h	26;"	d
ngx_tm_year_t	src/os/unix/ngx_time.h	35;"	d
ngx_tm_zone	src/os/unix/ngx_time.h	41;"	d
ngx_tolower	src/core/ngx_string.h	47;"	d
ngx_toupper	src/core/ngx_string.h	48;"	d
ngx_tree_ctx_s	src/core/ngx_file.h	/^struct ngx_tree_ctx_s {$/;"	s
ngx_tree_ctx_t	src/core/ngx_file.h	/^typedef struct ngx_tree_ctx_s  ngx_tree_ctx_t;$/;"	t	typeref:struct:ngx_tree_ctx_s
ngx_tree_handler_pt	src/core/ngx_file.h	/^typedef ngx_int_t (*ngx_tree_handler_pt) (ngx_tree_ctx_t *ctx, ngx_str_t *name);$/;"	t
ngx_tree_init_handler_pt	src/core/ngx_file.h	/^typedef ngx_int_t (*ngx_tree_init_handler_pt) (void *ctx, void *prev);$/;"	t
ngx_trylock	src/os/unix/ngx_atomic.h	309;"	d
ngx_trylock_accept_mutex	src/event/ngx_event_accept.c	/^ngx_trylock_accept_mutex(ngx_cycle_t *cycle)$/;"	f
ngx_trylock_fd	src/os/unix/ngx_files.c	/^ngx_trylock_fd(ngx_fd_t fd)$/;"	f
ngx_trylock_fd_n	src/os/unix/ngx_files.h	305;"	d
ngx_udp_connect	src/core/ngx_resolver.c	/^ngx_udp_connect(ngx_udp_connection_t *uc)$/;"	f
ngx_udp_connection_t	src/core/ngx_resolver.h	/^} ngx_udp_connection_t;$/;"	t	typeref:struct:__anon311
ngx_udp_recv	src/event/ngx_event.h	459;"	d
ngx_udp_unix_recv	src/os/unix/ngx_udp_recv.c	/^ngx_udp_unix_recv(ngx_connection_t *c, u_char *buf, size_t size)$/;"	f
ngx_uid_t	src/os/unix/ngx_user.h	/^typedef uid_t  ngx_uid_t;$/;"	t
ngx_uint_t	src/core/ngx_config.h	/^typedef uintptr_t       ngx_uint_t;$/;"	t
ngx_unescape_uri	src/core/ngx_string.c	/^ngx_unescape_uri(u_char **dst, u_char **src, size_t size, ngx_uint_t type)$/;"	f
ngx_unix_recv	src/os/unix/ngx_recv.c	/^ngx_unix_recv(ngx_connection_t *c, u_char *buf, size_t size)$/;"	f
ngx_unix_send	src/os/unix/ngx_send.c	/^ngx_unix_send(ngx_connection_t *c, u_char *buf, size_t size)$/;"	f
ngx_unknown_error	src/os/unix/ngx_errno.c	/^static ngx_str_t   ngx_unknown_error = ngx_string("Unknown error");$/;"	v	file:
ngx_unlock	src/os/unix/ngx_atomic.h	310;"	d
ngx_unlock_fd	src/os/unix/ngx_files.c	/^ngx_unlock_fd(ngx_fd_t fd)$/;"	f
ngx_unlock_fd_n	src/os/unix/ngx_files.h	307;"	d
ngx_unlock_mutexes	src/os/unix/ngx_process.c	/^ngx_unlock_mutexes(ngx_pid_t pid)$/;"	f	file:
ngx_url_t	src/core/ngx_inet.h	/^} ngx_url_t;$/;"	t	typeref:struct:__anon310
ngx_use_accept_mutex	src/event/ngx_event.c	/^ngx_uint_t            ngx_use_accept_mutex;$/;"	v
ngx_use_stderr	src/core/ngx_log.c	/^ngx_uint_t              ngx_use_stderr = 1;$/;"	v
ngx_utf8_cpystrn	src/core/ngx_string.c	/^ngx_utf8_cpystrn(u_char *dst, u_char *src, size_t n, size_t len)$/;"	f
ngx_utf8_decode	src/core/ngx_string.c	/^ngx_utf8_decode(u_char **p, size_t n)$/;"	f
ngx_utf8_length	src/core/ngx_string.c	/^ngx_utf8_length(u_char *p, size_t n)$/;"	f
ngx_value	src/core/ngx_string.h	228;"	d
ngx_value_helper	src/core/ngx_string.h	227;"	d
ngx_variable_value_t	src/core/ngx_string.h	/^} ngx_variable_value_t;$/;"	t	typeref:struct:__anon321
ngx_vslprintf	src/core/ngx_string.c	/^ngx_vslprintf(u_char *buf, u_char *last, const char *fmt, va_list args)$/;"	f
ngx_vsnprintf	src/core/ngx_string.h	154;"	d
ngx_wakeup_worker_thread	src/event/ngx_event_posted.c	/^ngx_wakeup_worker_thread(ngx_cycle_t *cycle)$/;"	f
ngx_wakeup_worker_threads	src/os/unix/ngx_process_cycle.c	/^ngx_wakeup_worker_threads(ngx_cycle_t *cycle)$/;"	f	file:
ngx_walk_tree	src/core/ngx_file.c	/^ngx_walk_tree(ngx_tree_ctx_t *ctx, ngx_str_t *tree)$/;"	f
ngx_worker_process_cycle	src/os/unix/ngx_process_cycle.c	/^ngx_worker_process_cycle(ngx_cycle_t *cycle, void *data)$/;"	f	file:
ngx_worker_process_exit	src/os/unix/ngx_process_cycle.c	/^ngx_worker_process_exit(ngx_cycle_t *cycle)$/;"	f	file:
ngx_worker_process_init	src/os/unix/ngx_process_cycle.c	/^ngx_worker_process_init(ngx_cycle_t *cycle, ngx_int_t worker)$/;"	f	file:
ngx_worker_thread_cycle	src/os/unix/ngx_process_cycle.c	/^ngx_worker_thread_cycle(void *data)$/;"	f	file:
ngx_write_chain_to_file	src/os/unix/ngx_files.c	/^ngx_write_chain_to_file(ngx_file_t *file, ngx_chain_t *cl, off_t offset,$/;"	f
ngx_write_chain_to_temp_file	src/core/ngx_file.c	/^ngx_write_chain_to_temp_file(ngx_temp_file_t *tf, ngx_chain_t *chain)$/;"	f
ngx_write_channel	src/os/unix/ngx_channel.c	/^ngx_write_channel(ngx_socket_t s, ngx_channel_t *ch, size_t size,$/;"	f
ngx_write_console	src/os/unix/ngx_files.h	148;"	d
ngx_write_fd	src/os/unix/ngx_files.h	/^ngx_write_fd(ngx_fd_t fd, void *buf, size_t n)$/;"	f
ngx_write_fd_n	src/os/unix/ngx_files.h	145;"	d
ngx_write_file	src/os/unix/ngx_files.c	/^ngx_write_file(ngx_file_t *file, u_char *buf, size_t size, off_t offset)$/;"	f
ngx_write_stderr	src/core/ngx_log.h	/^ngx_write_stderr(char *text)$/;"	f
ngx_writev_chain	src/os/unix/ngx_writev_chain.c	/^ngx_writev_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)$/;"	f
nkeys	src/os/unix/ngx_freebsd_rfork_thread.c	/^static ngx_uint_t     nkeys;$/;"	v	file:
nlen	src/core/ngx_resolver.h	/^    u_short                   nlen;$/;"	m	struct:__anon312
nns_hi	src/core/ngx_resolver.c	/^    u_char  nns_hi;$/;"	m	struct:__anon280	file:
nns_lo	src/core/ngx_resolver.c	/^    u_char  nns_lo;$/;"	m	struct:__anon280	file:
no_buffer	src/http/modules/ngx_http_gzip_filter_module.c	/^    ngx_flag_t           no_buffer;$/;"	m	struct:__anon88	file:
no_cache	src/http/ngx_http_request.h	/^    unsigned                          no_cache:1;$/;"	m	struct:ngx_http_request_s
no_cache	src/http/ngx_http_upstream.h	/^    ngx_array_t                     *no_cache;$/;"	m	struct:__anon191
no_cacheable	src/core/ngx_string.h	/^    unsigned    no_cacheable:1;$/;"	m	struct:__anon321
no_port	src/core/ngx_inet.h	/^    unsigned                  no_port:1;$/;"	m	struct:__anon310
no_port	src/http/ngx_http_upstream.h	/^    ngx_uint_t                       no_port;  \/* unsigned no_port:1 *\/$/;"	m	struct:ngx_http_upstream_srv_conf_s
no_port	src/http/ngx_http_upstream.h	/^    ngx_uint_t                       no_port; \/* unsigned no_port:1 *\/$/;"	m	struct:__anon194
no_referer	src/http/modules/ngx_http_referer_module.c	/^    ngx_flag_t               no_referer;$/;"	m	struct:__anon95	file:
no_resolve	src/core/ngx_inet.h	/^    unsigned                  no_resolve:1;$/;"	m	struct:__anon310
no_send_shutdown	src/event/ngx_event_openssl.h	/^    unsigned                    no_send_shutdown:1;$/;"	m	struct:__anon338
no_sync_literal	src/mail/ngx_mail.h	/^    unsigned                no_sync_literal:1;$/;"	m	struct:__anon259
no_wait_shutdown	src/event/ngx_event_openssl.h	/^    unsigned                    no_wait_shutdown:1;$/;"	m	struct:__anon338
node	src/core/ngx_open_file_cache.h	/^    ngx_rbtree_node_t        node;$/;"	m	struct:ngx_cached_open_file_s
node	src/core/ngx_resolver.h	/^    ngx_rbtree_node_t         node;$/;"	m	struct:__anon312
node	src/core/ngx_string.h	/^    ngx_rbtree_node_t         node;$/;"	m	struct:__anon322
node	src/event/ngx_event_openssl.h	/^    ngx_rbtree_node_t           node;$/;"	m	struct:ngx_ssl_sess_id_s
node	src/http/modules/ngx_http_limit_conn_module.c	/^    ngx_rbtree_node_t  *node;$/;"	m	struct:__anon19	file:
node	src/http/modules/ngx_http_limit_req_module.c	/^    ngx_http_limit_req_node_t   *node;$/;"	m	struct:__anon33	file:
node	src/http/ngx_http_cache.h	/^    ngx_http_file_cache_node_t      *node;$/;"	m	struct:ngx_http_cache_s
node	src/http/ngx_http_cache.h	/^    ngx_rbtree_node_t                node;$/;"	m	struct:__anon202
nodelay	src/http/modules/ngx_http_limit_req_module.c	/^    ngx_uint_t                   nodelay; \/* unsigned  nodelay:1 *\/$/;"	m	struct:__anon34	file:
nomem	src/http/modules/ngx_http_gunzip_filter_module.c	/^    unsigned             nomem:1;$/;"	m	struct:__anon94	file:
nomem	src/http/modules/ngx_http_gzip_filter_module.c	/^    unsigned             nomem:1;$/;"	m	struct:__anon89	file:
noname	src/http/ngx_http_core_module.h	/^    unsigned      noname:1;   \/* "if () {}" block or limit_except *\/$/;"	m	struct:ngx_http_core_loc_conf_s
nonblocking	src/core/ngx_connection.h	/^    unsigned            nonblocking:1;$/;"	m	struct:ngx_listening_s
nonblocking_accept	src/core/ngx_connection.h	/^    unsigned            nonblocking_accept:1;$/;"	m	struct:ngx_listening_s
noregex	src/http/ngx_http_core_module.h	/^    unsigned      noregex:1;$/;"	m	struct:ngx_http_core_loc_conf_s
not_found	src/core/ngx_string.h	/^    unsigned    not_found:1;$/;"	m	struct:__anon321
nqs_hi	src/core/ngx_resolver.c	/^    u_char  nqs_hi;$/;"	m	struct:__anon280	file:
nqs_lo	src/core/ngx_resolver.c	/^    u_char  nqs_lo;$/;"	m	struct:__anon280	file:
nregex	src/http/ngx_http_core_module.h	/^     ngx_uint_t                nregex;$/;"	m	struct:__anon175
nregex	src/http/ngx_http_core_module.h	/^    ngx_uint_t                 nregex;$/;"	m	struct:__anon180
nregex	src/http/ngx_http_variables.h	/^    ngx_uint_t                    nregex;$/;"	m	struct:__anon200
nthreads	src/os/unix/ngx_freebsd_rfork_thread.c	/^static ngx_uint_t     nthreads;$/;"	v	file:
nthreads	src/os/unix/ngx_pthread_thread.c	/^static ngx_uint_t   nthreads;$/;"	v	file:
num	src/core/ngx_buf.h	/^    \/* STUB *\/ int   num;$/;"	m	struct:ngx_buf_s
num	src/core/ngx_buf.h	/^    ngx_int_t    num;$/;"	m	struct:__anon303
num	src/event/ngx_event_pipe.h	/^    \/* STUB *\/ int     num;$/;"	m	struct:ngx_event_pipe_s
number	src/core/ngx_connection.h	/^    ngx_atomic_uint_t   number;$/;"	m	struct:ngx_connection_s
number	src/http/ngx_http_upstream_round_robin.h	/^    ngx_uint_t                      number;$/;"	m	struct:ngx_http_upstream_rr_peers_s
nvariables	src/http/ngx_http_variables.h	/^    ngx_uint_t                    nvariables;$/;"	m	struct:__anon198
obj	src/event/modules/ngx_epoll_module.c	/^    uint64_t  obj;   \/* what iocb this event came from *\/$/;"	m	struct:io_event	file:
off	src/http/modules/ngx_http_log_module.c	/^    ngx_uint_t                  off;        \/* unsigned  off:1 *\/$/;"	m	struct:__anon84	file:
offset	src/core/ngx_conf_file.h	/^    ngx_uint_t            offset;$/;"	m	struct:ngx_command_s
offset	src/core/ngx_file.h	/^    off_t                      offset;$/;"	m	struct:__anon277
offset	src/core/ngx_file.h	/^    off_t                      offset;$/;"	m	struct:ngx_file_s
offset	src/http/modules/ngx_http_geo_module.c	/^    size_t                           offset;$/;"	m	struct:__anon125	file:
offset	src/http/modules/ngx_http_headers_filter_module.c	/^    ngx_uint_t                 offset;$/;"	m	struct:__anon136	file:
offset	src/http/modules/ngx_http_headers_filter_module.c	/^    ngx_uint_t                 offset;$/;"	m	struct:ngx_http_header_val_s	file:
offset	src/http/modules/ngx_http_mp4_module.c	/^    off_t                 offset;$/;"	m	struct:__anon99	file:
offset	src/http/modules/ngx_http_mp4_module.c	/^    u_char    offset[4];$/;"	m	struct:__anon114	file:
offset	src/http/modules/ngx_http_range_filter_module.c	/^    off_t        offset;$/;"	m	struct:__anon165	file:
offset	src/http/ngx_http_request.h	/^    ngx_uint_t                        offset;$/;"	m	struct:__anon232
offset	src/http/ngx_http_request.h	/^    ngx_uint_t                        offset;$/;"	m	struct:__anon233
offset	src/http/ngx_http_upstream.h	/^    ngx_uint_t                       offset;$/;"	m	struct:__anon192
old_cycle	src/core/ngx_cycle.h	/^    ngx_cycle_t              *old_cycle;$/;"	m	struct:ngx_cycle_s
old_name	src/core/ngx_conf_file.h	/^    char                     *old_name;$/;"	m	struct:__anon271
oldpid	src/core/ngx_cycle.h	/^     ngx_str_t                oldpid;$/;"	m	struct:__anon264
once	src/http/modules/ngx_http_sub_filter_module.c	/^    ngx_flag_t                 once;$/;"	m	struct:__anon133	file:
once	src/http/modules/ngx_http_sub_filter_module.c	/^    ngx_uint_t                 once;   \/* unsigned  once:1 *\/$/;"	m	struct:__anon135	file:
one_addr	src/core/ngx_inet.h	/^    unsigned                  one_addr:1;  \/* compatibility *\/$/;"	m	struct:__anon310
oneshot	src/event/ngx_event.h	/^    unsigned         oneshot:1;$/;"	m	struct:ngx_event_s
op	src/http/ngx_http_script.h	/^    uintptr_t                   op;$/;"	m	struct:__anon222
open	src/core/ngx_connection.h	/^    unsigned            open:1;$/;"	m	struct:ngx_listening_s
open_file_cache	src/http/modules/ngx_http_log_module.c	/^    ngx_open_file_cache_t      *open_file_cache;$/;"	m	struct:__anon84	file:
open_file_cache	src/http/ngx_http_core_module.h	/^    ngx_open_file_cache_t  *open_file_cache;$/;"	m	struct:ngx_http_core_loc_conf_s
open_file_cache_errors	src/http/ngx_http_core_module.h	/^    ngx_flag_t    open_file_cache_errors;$/;"	m	struct:ngx_http_core_loc_conf_s
open_file_cache_events	src/http/ngx_http_core_module.h	/^    ngx_flag_t    open_file_cache_events;$/;"	m	struct:ngx_http_core_loc_conf_s
open_file_cache_min_uses	src/http/modules/ngx_http_log_module.c	/^    ngx_uint_t                  open_file_cache_min_uses;$/;"	m	struct:__anon84	file:
open_file_cache_min_uses	src/http/ngx_http_core_module.h	/^    ngx_uint_t    open_file_cache_min_uses;$/;"	m	struct:ngx_http_core_loc_conf_s
open_file_cache_valid	src/http/modules/ngx_http_log_module.c	/^    time_t                      open_file_cache_valid;$/;"	m	struct:__anon84	file:
open_file_cache_valid	src/http/ngx_http_core_module.h	/^    time_t        open_file_cache_valid;$/;"	m	struct:ngx_http_core_loc_conf_s
open_files	src/core/ngx_cycle.h	/^    ngx_list_t                open_files;$/;"	m	struct:ngx_cycle_s
opera	src/http/ngx_http_request.h	/^    unsigned                          opera:1;$/;"	m	struct:__anon234
ops	src/http/modules/ngx_http_log_module.c	/^    ngx_array_t                *ops;        \/* array of ngx_http_log_op_t *\/$/;"	m	struct:__anon79	file:
opt	src/http/ngx_http_core_module.h	/^    ngx_http_listen_opt_t      opt;$/;"	m	struct:__anon180
options	src/core/ngx_regex.h	/^    ngx_int_t     options;$/;"	m	struct:__anon297
org	src/http/modules/ngx_http_geoip_module.c	/^    GeoIP        *org;$/;"	m	struct:__anon86	file:
org_v6	src/http/modules/ngx_http_geoip_module.c	/^    unsigned      org_v6:1;$/;"	m	struct:__anon86	file:
original_free_peer	src/http/modules/ngx_http_upstream_keepalive_module.c	/^    ngx_event_free_peer_pt             original_free_peer;$/;"	m	struct:__anon77	file:
original_get_peer	src/http/modules/ngx_http_upstream_keepalive_module.c	/^    ngx_event_get_peer_pt              original_get_peer;$/;"	m	struct:__anon77	file:
original_init_peer	src/http/modules/ngx_http_upstream_keepalive_module.c	/^    ngx_http_upstream_init_peer_pt     original_init_peer;$/;"	m	struct:__anon76	file:
original_init_upstream	src/http/modules/ngx_http_upstream_keepalive_module.c	/^    ngx_http_upstream_init_pt          original_init_upstream;$/;"	m	struct:__anon76	file:
original_save_session	src/http/modules/ngx_http_upstream_keepalive_module.c	/^    ngx_event_save_peer_session_pt     original_save_session;$/;"	m	struct:__anon77	file:
original_set_session	src/http/modules/ngx_http_upstream_keepalive_module.c	/^    ngx_event_set_peer_session_pt      original_set_session;$/;"	m	struct:__anon77	file:
out	src/core/ngx_buf.h	/^    ngx_chain_t                 *out;$/;"	m	struct:__anon304
out	src/event/ngx_event_pipe.h	/^    ngx_chain_t       *out;$/;"	m	struct:ngx_event_pipe_s
out	src/http/modules/ngx_http_gunzip_filter_module.c	/^    ngx_chain_t         *out;$/;"	m	struct:__anon94	file:
out	src/http/modules/ngx_http_gzip_filter_module.c	/^    ngx_chain_t         *out;$/;"	m	struct:__anon89	file:
out	src/http/modules/ngx_http_mp4_module.c	/^    ngx_chain_t           out[NGX_HTTP_MP4_LAST_ATOM + 1];$/;"	m	struct:__anon98	file:
out	src/http/modules/ngx_http_mp4_module.c	/^    ngx_chain_t          *out;$/;"	m	struct:__anon99	file:
out	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_chain_t              *out;$/;"	m	struct:__anon154
out	src/http/modules/ngx_http_sub_filter_module.c	/^    ngx_chain_t               *out;$/;"	m	struct:__anon135	file:
out	src/http/ngx_http_request.h	/^    ngx_chain_t                      *out;$/;"	m	struct:ngx_http_postponed_request_s
out	src/http/ngx_http_request.h	/^    ngx_chain_t                      *out;$/;"	m	struct:ngx_http_request_s
out	src/mail/ngx_mail.h	/^    ngx_str_t               out;$/;"	m	struct:__anon259
out_buf	src/http/modules/ngx_http_gunzip_filter_module.c	/^    ngx_buf_t           *out_buf;$/;"	m	struct:__anon94	file:
out_buf	src/http/modules/ngx_http_gzip_filter_module.c	/^    ngx_buf_t           *out_buf;$/;"	m	struct:__anon89	file:
out_bufs	src/http/ngx_http_upstream.h	/^    ngx_chain_t                     *out_bufs;$/;"	m	struct:ngx_http_upstream_s
out_closed	src/http/ngx_http_spdy.h	/^    unsigned                         out_closed:1;$/;"	m	struct:ngx_http_spdy_stream_s
output	src/http/modules/ngx_http_ssi_filter_module.h	/^    unsigned                  output:1;$/;"	m	struct:__anon154
output	src/http/ngx_http_upstream.h	/^    ngx_output_chain_ctx_t           output;$/;"	m	struct:ngx_http_upstream_s
output_chosen	src/http/modules/ngx_http_ssi_filter_module.h	/^    unsigned                  output_chosen:1;$/;"	m	struct:__anon154
output_ctx	src/event/ngx_event_pipe.h	/^    void                             *output_ctx;$/;"	m	struct:ngx_event_pipe_s
output_filter	src/core/ngx_buf.h	/^    ngx_output_chain_filter_pt   output_filter;$/;"	m	struct:ngx_output_chain_ctx_s
output_filter	src/event/ngx_event_pipe.h	/^    ngx_event_pipe_output_filter_pt   output_filter;$/;"	m	struct:ngx_event_pipe_s
outside_entries	src/http/modules/ngx_http_geo_module.c	/^    unsigned                         outside_entries:1;$/;"	m	struct:__anon126	file:
overflow	src/event/modules/ngx_rtsig_module.c	/^static ngx_uint_t      overflow, overflow_current;$/;"	v	file:
overflow_current	src/event/modules/ngx_rtsig_module.c	/^static ngx_uint_t      overflow, overflow_current;$/;"	v	file:
overflow_events	src/event/modules/ngx_rtsig_module.c	/^    ngx_uint_t  overflow_events;$/;"	m	struct:__anon329	file:
overflow_list	src/event/modules/ngx_rtsig_module.c	/^static struct pollfd  *overflow_list;$/;"	v	typeref:struct:pollfd	file:
overflow_test	src/event/modules/ngx_rtsig_module.c	/^    ngx_uint_t  overflow_test;$/;"	m	struct:__anon329	file:
overflow_threshold	src/event/modules/ngx_rtsig_module.c	/^    ngx_uint_t  overflow_threshold;$/;"	m	struct:__anon329	file:
override_charset	src/http/modules/ngx_http_charset_filter_module.c	/^    ngx_flag_t                  override_charset;$/;"	m	struct:__anon52	file:
override_charset	src/http/ngx_http_request.h	/^    ngx_str_t                        *override_charset;$/;"	m	struct:__anon235
overwrite	src/http/ngx_http_core_module.h	/^    ngx_int_t                  overwrite;$/;"	m	struct:__anon181
overwrite	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *overwrite;$/;"	m	struct:__anon234
ovlp	src/event/ngx_event.h	/^    WSAOVERLAPPED    ovlp;$/;"	m	struct:__anon332
ovlp	src/event/ngx_event.h	/^    ngx_event_ovlp_t ovlp;$/;"	m	struct:ngx_event_s
own_lock	src/event/ngx_event.h	/^    ngx_atomic_t    *own_lock;$/;"	m	struct:ngx_event_s
p3p	src/http/modules/ngx_http_userid_filter_module.c	/^    ngx_str_t   p3p;$/;"	m	struct:__anon90	file:
padding	src/http/modules/ngx_http_fastcgi_module.c	/^    size_t                         padding;$/;"	m	struct:__anon148	file:
padding_length	src/http/modules/ngx_http_fastcgi_module.c	/^    u_char  padding_length;$/;"	m	struct:__anon149	file:
pages	src/core/ngx_slab.h	/^    ngx_slab_page_t  *pages;$/;"	m	struct:__anon263
param	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_table_elt_t          *param;$/;"	m	struct:__anon154
params	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_array_t                   *params;$/;"	m	struct:__anon145	file:
params	src/http/modules/ngx_http_scgi_module.c	/^    ngx_array_t               *params;$/;"	m	struct:__anon141	file:
params	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_array_t               params;$/;"	m	struct:__anon154
params	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_http_ssi_param_t     *params;$/;"	m	struct:__anon156
params	src/http/modules/ngx_http_uwsgi_module.c	/^    ngx_array_t               *params;$/;"	m	struct:__anon121	file:
params	src/http/modules/ngx_http_xslt_filter_module.c	/^    ngx_array_t                params;       \/* ngx_http_xslt_param_t *\/$/;"	m	struct:__anon58	file:
params	src/http/modules/ngx_http_xslt_filter_module.c	/^    ngx_array_t                params;$/;"	m	struct:__anon60	file:
params	src/http/modules/ngx_http_xslt_filter_module.c	/^    ngx_array_t               *params;       \/* ngx_http_xslt_param_t *\/$/;"	m	struct:__anon59	file:
params_array	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_table_elt_t           params_array[NGX_HTTP_SSI_PARAMS_N];$/;"	m	struct:__anon154
params_len	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_array_t                   *params_len;$/;"	m	struct:__anon145	file:
params_len	src/http/modules/ngx_http_scgi_module.c	/^    ngx_array_t               *params_len;$/;"	m	struct:__anon141	file:
params_len	src/http/modules/ngx_http_uwsgi_module.c	/^    ngx_array_t               *params_len;$/;"	m	struct:__anon121	file:
params_source	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_array_t                   *params_source;$/;"	m	struct:__anon145	file:
params_source	src/http/modules/ngx_http_scgi_module.c	/^    ngx_array_t               *params_source;$/;"	m	struct:__anon141	file:
params_source	src/http/modules/ngx_http_uwsgi_module.c	/^    ngx_array_t               *params_source;$/;"	m	struct:__anon121	file:
parent	src/core/ngx_radix_tree.h	/^    ngx_radix_node_t  *parent;$/;"	m	struct:ngx_radix_node_s
parent	src/core/ngx_rbtree.h	/^    ngx_rbtree_node_t     *parent;$/;"	m	struct:ngx_rbtree_node_s
parent	src/http/ngx_http_request.h	/^    ngx_http_request_t               *parent;$/;"	m	struct:ngx_http_request_s
parent	src/os/unix/rfork_thread.S	/^parent:$/;"	l
parse_command	src/mail/ngx_mail.h	/^    ngx_mail_parse_command_pt   parse_command;$/;"	m	struct:ngx_mail_protocol_s
part	src/core/ngx_list.h	/^    ngx_list_part_t   part;$/;"	m	struct:__anon299
parts	src/http/modules/ngx_http_split_clients_module.c	/^    ngx_array_t                 parts;$/;"	m	struct:__anon24	file:
pass_error_message	src/mail/ngx_mail_proxy_module.c	/^    ngx_flag_t  pass_error_message;$/;"	m	struct:__anon242	file:
pass_headers	src/http/ngx_http_upstream.h	/^    ngx_array_t                     *pass_headers;$/;"	m	struct:__anon191
pass_request_body	src/http/ngx_http_upstream.h	/^    ngx_flag_t                       pass_request_body;$/;"	m	struct:__anon191
pass_request_headers	src/http/ngx_http_upstream.h	/^    ngx_flag_t                       pass_request_headers;$/;"	m	struct:__anon191
passwd	src/http/modules/ngx_http_auth_basic_module.c	/^    ngx_str_t                 passwd;$/;"	m	struct:__anon157	file:
passwd	src/http/ngx_http_request.h	/^    ngx_str_t                         passwd;$/;"	m	struct:__anon234
passwd	src/mail/ngx_mail.h	/^    ngx_str_t               passwd;$/;"	m	struct:__anon259
path	src/core/ngx_file.h	/^    ngx_path_t                *path;$/;"	m	struct:__anon277
path	src/http/modules/ngx_http_dav_module.c	/^    ngx_str_t   path;$/;"	m	struct:__anon163	file:
path	src/http/modules/ngx_http_userid_filter_module.c	/^    ngx_str_t   path;$/;"	m	struct:__anon90	file:
path	src/http/ngx_http_cache.h	/^    ngx_path_t                      *path;$/;"	m	struct:ngx_http_file_cache_s
path	src/os/unix/ngx_process.h	/^    char         *path;$/;"	m	struct:__anon9
path_access	src/core/ngx_file.h	/^    ngx_uint_t                 path_access;$/;"	m	struct:__anon278
path_info	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_str_t                      path_info;$/;"	m	struct:__anon148	file:
paths	src/core/ngx_cycle.h	/^    ngx_array_t               paths;$/;"	m	struct:ngx_cycle_s
pattern	src/core/ngx_regex.h	/^    ngx_str_t     pattern;$/;"	m	struct:__anon297
pattern	src/http/modules/ngx_http_proxy_module.c	/^    } pattern;$/;"	m	struct:ngx_http_proxy_rewrite_s	typeref:union:ngx_http_proxy_rewrite_s::__anon44	file:
pattern	src/os/unix/ngx_files.h	/^    u_char                      *pattern;$/;"	m	struct:__anon13
pcre_jit	src/core/ngx_regex.c	/^    ngx_flag_t  pcre_jit;$/;"	m	struct:__anon267	file:
peer	src/event/ngx_event_openssl_stapling.c	/^    ngx_peer_connection_t        peer;$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
peer	src/http/ngx_http_upstream.h	/^    ngx_http_upstream_peer_t         peer;$/;"	m	struct:ngx_http_upstream_srv_conf_s
peer	src/http/ngx_http_upstream.h	/^    ngx_peer_connection_t            peer;$/;"	m	struct:ngx_http_upstream_s
peer	src/http/ngx_http_upstream.h	/^    ngx_str_t                       *peer;$/;"	m	struct:__anon186
peer	src/http/ngx_http_upstream_round_robin.h	/^    ngx_http_upstream_rr_peer_t     peer[1];$/;"	m	struct:ngx_http_upstream_rr_peers_s
peer	src/mail/ngx_mail_auth_http_module.c	/^    ngx_addr_t                     *peer;$/;"	m	struct:__anon262	file:
peer	src/mail/ngx_mail_auth_http_module.c	/^    ngx_peer_connection_t           peer;$/;"	m	struct:ngx_mail_auth_http_ctx_s	file:
peers	src/http/ngx_http_upstream_round_robin.h	/^    ngx_http_upstream_rr_peers_t   *peers;$/;"	m	struct:__anon230
pending_eof	src/event/ngx_event.h	/^    unsigned         pending_eof:1;$/;"	m	struct:ngx_event_s
percent	src/http/modules/ngx_http_split_clients_module.c	/^    uint32_t                    percent;$/;"	m	struct:__anon23	file:
perl	src/http/modules/perl/ngx_http_perl_module.c	/^    PerlInterpreter   *perl;$/;"	m	struct:__anon61	file:
perl	src/http/modules/perl/ngx_http_perl_module.c	/^static PerlInterpreter  *perl;$/;"	v	file:
persistent	src/core/ngx_file.h	/^    unsigned                   persistent:1;$/;"	m	struct:__anon277
pglob	src/os/unix/ngx_files.h	/^    glob_t                       pglob;$/;"	m	struct:__anon13
phase	src/http/modules/ngx_http_image_filter_module.c	/^    ngx_uint_t                   phase;$/;"	m	struct:__anon75	file:
phase_engine	src/http/ngx_http_core_module.h	/^    ngx_http_phase_engine_t    phase_engine;$/;"	m	struct:__anon172
phase_handler	src/http/ngx_http_request.h	/^    ngx_int_t                         phase_handler;$/;"	m	struct:ngx_http_request_s
phases	src/http/ngx_http_core_module.h	/^    ngx_http_phase_t           phases[NGX_HTTP_LOG_PHASE + 1];$/;"	m	struct:__anon172
pid	src/core/ngx_cycle.h	/^     ngx_str_t                pid;$/;"	m	struct:__anon264
pid	src/os/unix/ngx_channel.h	/^     ngx_pid_t   pid;$/;"	m	struct:__anon6
pid	src/os/unix/ngx_process.h	/^    ngx_pid_t           pid;$/;"	m	struct:__anon8
pipe	src/http/ngx_http_upstream.h	/^    ngx_event_pipe_t                *pipe;$/;"	m	struct:ngx_http_upstream_s
pipeline	src/http/ngx_http_request.h	/^    unsigned                          pipeline:1;$/;"	m	struct:ngx_http_request_s
plus_in_uri	src/http/ngx_http_request.h	/^    unsigned                          plus_in_uri:1;$/;"	m	struct:ngx_http_request_s
poll_name	src/event/modules/ngx_poll_module.c	/^static ngx_str_t    poll_name = ngx_string("poll");$/;"	v	file:
pool	src/core/ngx_array.h	/^    ngx_pool_t  *pool;$/;"	m	struct:__anon291
pool	src/core/ngx_buf.h	/^    ngx_pool_t                  *pool;$/;"	m	struct:__anon304
pool	src/core/ngx_buf.h	/^    ngx_pool_t                  *pool;$/;"	m	struct:ngx_output_chain_ctx_s
pool	src/core/ngx_conf_file.h	/^    ngx_pool_t           *pool;$/;"	m	struct:ngx_conf_s
pool	src/core/ngx_connection.h	/^    ngx_pool_t         *pool;$/;"	m	struct:ngx_connection_s
pool	src/core/ngx_cycle.h	/^     ngx_pool_t              *pool;   \/* pcre's malloc() pool *\/$/;"	m	struct:__anon265
pool	src/core/ngx_cycle.h	/^    ngx_pool_t               *pool;$/;"	m	struct:ngx_cycle_s
pool	src/core/ngx_file.h	/^    ngx_pool_t                *pool;$/;"	m	struct:__anon277
pool	src/core/ngx_hash.h	/^    ngx_pool_t       *pool;$/;"	m	struct:__anon288
pool	src/core/ngx_hash.h	/^    ngx_pool_t       *pool;$/;"	m	struct:__anon289
pool	src/core/ngx_list.h	/^    ngx_pool_t       *pool;$/;"	m	struct:__anon299
pool	src/core/ngx_radix_tree.h	/^    ngx_pool_t        *pool;$/;"	m	struct:__anon295
pool	src/core/ngx_regex.h	/^    ngx_pool_t   *pool;$/;"	m	struct:__anon297
pool	src/event/ngx_event_openssl_stapling.c	/^    ngx_pool_t                  *pool;$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
pool	src/event/ngx_event_pipe.h	/^    ngx_pool_t        *pool;$/;"	m	struct:ngx_event_pipe_s
pool	src/http/modules/ngx_http_geo_module.c	/^    ngx_pool_t                      *pool;$/;"	m	struct:__anon126	file:
pool	src/http/ngx_http_request.h	/^    ngx_pool_t                       *pool;$/;"	m	struct:ngx_http_request_s
pool	src/http/ngx_http_spdy.h	/^    ngx_pool_t                      *pool;$/;"	m	struct:ngx_http_spdy_connection_s
pool	src/mail/ngx_mail_auth_http_module.c	/^    ngx_pool_t                     *pool;$/;"	m	struct:ngx_mail_auth_http_ctx_s	file:
pool_size	src/core/ngx_connection.h	/^    size_t              pool_size;$/;"	m	struct:ngx_listening_s
pool_size	src/http/ngx_http_spdy_module.h	/^    size_t                          pool_size;$/;"	m	struct:__anon227
pop3_greeting	src/mail/ngx_mail_pop3_handler.c	/^static u_char  pop3_greeting[] = "+OK POP3 ready" CRLF;$/;"	v	file:
pop3_invalid_command	src/mail/ngx_mail_pop3_handler.c	/^static u_char  pop3_invalid_command[] = "-ERR invalid command" CRLF;$/;"	v	file:
pop3_next	src/mail/ngx_mail_pop3_handler.c	/^static u_char  pop3_next[] = "+ " CRLF;$/;"	v	file:
pop3_ok	src/mail/ngx_mail_pop3_handler.c	/^static u_char  pop3_ok[] = "+OK" CRLF;$/;"	v	file:
pop3_password	src/mail/ngx_mail_pop3_handler.c	/^static u_char  pop3_password[] = "+ UGFzc3dvcmQ6" CRLF;$/;"	v	file:
pop3_username	src/mail/ngx_mail_pop3_handler.c	/^static u_char  pop3_username[] = "+ VXNlcm5hbWU6" CRLF;$/;"	v	file:
port	src/core/ngx_inet.h	/^    in_port_t                 port;$/;"	m	struct:__anon310
port	src/event/ngx_event_openssl_stapling.c	/^    in_port_t                    port;$/;"	m	struct:__anon342	file:
port	src/event/ngx_event_openssl_stapling.c	/^    in_port_t                    port;$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
port	src/http/modules/ngx_http_proxy_module.c	/^    ngx_str_t                      port;$/;"	m	struct:__anon45	file:
port	src/http/ngx_http_core_module.h	/^    in_port_t                  port;$/;"	m	struct:__anon179
port	src/http/ngx_http_upstream.h	/^    in_port_t                        port;$/;"	m	struct:__anon194
port	src/http/ngx_http_upstream.h	/^    in_port_t                        port;$/;"	m	struct:ngx_http_upstream_srv_conf_s
port	src/mail/ngx_mail.h	/^    in_port_t                   port[4];$/;"	m	struct:ngx_mail_protocol_s
port	src/mail/ngx_mail.h	/^    in_port_t               port;$/;"	m	struct:__anon251
port	src/mail/ngx_mail_auth_http_module.c	/^    ngx_str_t                       port;$/;"	m	struct:ngx_mail_auth_http_ctx_s	file:
port_associate	src/event/modules/ngx_eventport_module.c	/^int port_associate(int port, int source, uintptr_t object, int events,$/;"	f
port_create	src/event/modules/ngx_eventport_module.c	/^int port_create(void)$/;"	f
port_dissociate	src/event/modules/ngx_eventport_module.c	/^int port_dissociate(int port, int source, uintptr_t object)$/;"	f
port_end	src/http/ngx_http_request.h	/^    u_char                           *port_end;$/;"	m	struct:ngx_http_request_s
port_event_t	src/event/modules/ngx_eventport_module.c	/^} port_event_t;$/;"	t	typeref:struct:__anon326	file:
port_getn	src/event/modules/ngx_eventport_module.c	/^int port_getn(int port, port_event_t list[], uint_t max, uint_t *nget,$/;"	f
port_in_redirect	src/http/ngx_http_core_module.h	/^    ngx_flag_t    port_in_redirect;        \/* port_in_redirect *\/$/;"	m	struct:ngx_http_core_loc_conf_s
port_notify	src/event/modules/ngx_eventport_module.c	/^typedef struct  port_notify {$/;"	s	file:
port_notify_t	src/event/modules/ngx_eventport_module.c	/^} port_notify_t;$/;"	t	typeref:struct:port_notify	file:
port_start	src/http/ngx_http_request.h	/^    u_char                           *port_start;$/;"	m	struct:ngx_http_request_s
port_text	src/core/ngx_inet.h	/^    ngx_str_t                 port_text;$/;"	m	struct:__anon310
portev_events	src/event/modules/ngx_eventport_module.c	/^    int         portev_events;  \/* event data is source specific *\/$/;"	m	struct:__anon326	file:
portev_object	src/event/modules/ngx_eventport_module.c	/^    uintptr_t   portev_object;  \/* source specific object *\/$/;"	m	struct:__anon326	file:
portev_pad	src/event/modules/ngx_eventport_module.c	/^    ushort_t    portev_pad;     \/* port internal use *\/$/;"	m	struct:__anon326	file:
portev_source	src/event/modules/ngx_eventport_module.c	/^    ushort_t    portev_source;  \/* event source *\/$/;"	m	struct:__anon326	file:
portev_user	src/event/modules/ngx_eventport_module.c	/^    void       *portev_user;    \/* user cookie *\/$/;"	m	struct:__anon326	file:
portnfy_port	src/event/modules/ngx_eventport_module.c	/^    int         portnfy_port;   \/* bind request(s) to port *\/$/;"	m	struct:port_notify	file:
portnfy_user	src/event/modules/ngx_eventport_module.c	/^    void       *portnfy_user;   \/* user defined *\/$/;"	m	struct:port_notify	file:
ports	src/http/ngx_http_core_module.h	/^    ngx_array_t               *ports;$/;"	m	struct:__anon172
pos	src/core/ngx_buf.h	/^    u_char          *pos;$/;"	m	struct:ngx_buf_s
pos	src/http/modules/ngx_http_fastcgi_module.c	/^    u_char                        *pos;$/;"	m	struct:__anon148	file:
pos	src/http/modules/ngx_http_log_module.c	/^    u_char                     *pos;$/;"	m	struct:__anon81	file:
pos	src/http/modules/ngx_http_ssi_filter_module.h	/^    u_char                   *pos;$/;"	m	struct:__anon154
pos	src/http/modules/ngx_http_sub_filter_module.c	/^    u_char                    *pos;$/;"	m	struct:__anon135	file:
pos	src/http/ngx_http_script.h	/^    u_char                     *pos;$/;"	m	struct:__anon209
post	src/core/ngx_conf_file.h	/^    void                 *post;$/;"	m	struct:ngx_command_s
post_accept_buffer_size	src/core/ngx_connection.h	/^    size_t              post_accept_buffer_size;$/;"	m	struct:ngx_listening_s
post_accept_timeout	src/core/ngx_connection.h	/^    ngx_msec_t          post_accept_timeout;$/;"	m	struct:ngx_listening_s
post_action	src/http/ngx_http_core_module.h	/^    ngx_str_t     post_action;$/;"	m	struct:ngx_http_core_loc_conf_s
post_action	src/http/ngx_http_request.h	/^    unsigned                          post_action:1;$/;"	m	struct:ngx_http_request_s
post_handler	src/core/ngx_conf_file.h	/^    ngx_conf_post_handler_pt  post_handler;$/;"	m	struct:__anon270
post_handler	src/core/ngx_conf_file.h	/^    ngx_conf_post_handler_pt  post_handler;$/;"	m	struct:__anon271
post_handler	src/core/ngx_conf_file.h	/^    ngx_conf_post_handler_pt  post_handler;$/;"	m	struct:__anon272
post_handler	src/http/ngx_http_request.h	/^    ngx_http_client_body_handler_pt   post_handler;$/;"	m	struct:__anon236
post_subrequest	src/http/ngx_http_request.h	/^    ngx_http_post_subrequest_t       *post_subrequest;$/;"	m	struct:ngx_http_request_s
post_tree_handler	src/core/ngx_file.h	/^    ngx_tree_handler_pt        post_tree_handler;$/;"	m	struct:ngx_tree_ctx_s
postconfiguration	src/http/ngx_http_config.h	/^    ngx_int_t   (*postconfiguration)(ngx_conf_t *cf);$/;"	m	struct:__anon185
posted_available	src/event/ngx_event.h	/^    int              posted_available;$/;"	m	struct:ngx_event_s
posted_available	src/event/ngx_event.h	/^    unsigned         posted_available:1;$/;"	m	struct:ngx_event_s
posted_eof	src/event/ngx_event.h	/^    unsigned         posted_eof:1;$/;"	m	struct:ngx_event_s
posted_errno	src/event/ngx_event.h	/^    int              posted_errno;$/;"	m	struct:ngx_event_s
posted_ready	src/event/ngx_event.h	/^    unsigned         posted_ready:1;$/;"	m	struct:ngx_event_s
posted_requests	src/http/ngx_http_request.h	/^    ngx_http_posted_request_t        *posted_requests;$/;"	m	struct:ngx_http_request_s
posted_timedout	src/event/ngx_event.h	/^    unsigned         posted_timedout:1;$/;"	m	struct:ngx_event_s
poster_time	src/http/modules/ngx_http_mp4_module.c	/^    u_char    poster_time[4];$/;"	m	struct:__anon103	file:
poster_time	src/http/modules/ngx_http_mp4_module.c	/^    u_char    poster_time[4];$/;"	m	struct:__anon104	file:
postpone_gzipping	src/http/modules/ngx_http_gzip_filter_module.c	/^    size_t               postpone_gzipping;$/;"	m	struct:__anon88	file:
postpone_output	src/http/ngx_http_core_module.h	/^    size_t        postpone_output;         \/* postpone_output *\/$/;"	m	struct:ngx_http_core_loc_conf_s
postponed	src/http/ngx_http_request.h	/^    ngx_http_postponed_request_t     *postponed;$/;"	m	struct:ngx_http_request_s
pre_tree_handler	src/core/ngx_file.h	/^    ngx_tree_handler_pt        pre_tree_handler;$/;"	m	struct:ngx_tree_ctx_s
preallocated	src/http/modules/ngx_http_gzip_filter_module.c	/^    void                *preallocated;$/;"	m	struct:__anon89	file:
preconfiguration	src/http/ngx_http_config.h	/^    ngx_int_t   (*preconfiguration)(ngx_conf_t *cf);$/;"	m	struct:__anon185
prefer_server_ciphers	src/http/modules/ngx_http_ssl_module.h	/^    ngx_flag_t                      prefer_server_ciphers;$/;"	m	struct:__anon30
prefer_server_ciphers	src/mail/ngx_mail_ssl_module.h	/^    ngx_flag_t       prefer_server_ciphers;$/;"	m	struct:__anon243
prefix	src/core/ngx_cycle.h	/^    ngx_str_t                 prefix;$/;"	m	struct:ngx_cycle_s
preread_bufs	src/event/ngx_event_pipe.h	/^    ngx_chain_t       *preread_bufs;$/;"	m	struct:ngx_event_pipe_s
preread_size	src/event/ngx_event_pipe.h	/^    size_t             preread_size;$/;"	m	struct:ngx_event_pipe_s
prev	src/core/ngx_queue.h	/^    ngx_queue_t  *prev;$/;"	m	struct:ngx_queue_s
prev	src/core/ngx_slab.h	/^    uintptr_t         prev;$/;"	m	struct:ngx_slab_page_s
prev	src/event/ngx_event.h	/^    ngx_event_t    **prev;$/;"	m	struct:ngx_event_s
preview_duration	src/http/modules/ngx_http_mp4_module.c	/^    u_char    preview_duration[4];$/;"	m	struct:__anon103	file:
preview_duration	src/http/modules/ngx_http_mp4_module.c	/^    u_char    preview_duration[4];$/;"	m	struct:__anon104	file:
preview_time	src/http/modules/ngx_http_mp4_module.c	/^    u_char    preview_time[4];$/;"	m	struct:__anon103	file:
preview_time	src/http/modules/ngx_http_mp4_module.c	/^    u_char    preview_time[4];$/;"	m	struct:__anon104	file:
previous	src/core/ngx_connection.h	/^    ngx_listening_t    *previous;$/;"	m	struct:ngx_listening_s
print_subnets	contrib/geo2nginx.pl	/^sub  print_subnets {$/;"	s
priority	src/core/ngx_cycle.h	/^     int                      priority;$/;"	m	struct:__anon264
priority	src/http/ngx_http_spdy.h	/^    ngx_uint_t                       priority;$/;"	m	struct:ngx_http_spdy_out_frame_s
priority	src/http/ngx_http_spdy.h	/^    unsigned                         priority:2;$/;"	m	struct:ngx_http_spdy_stream_s
proc	src/os/unix/ngx_process.h	/^    ngx_spawn_proc_pt   proc;$/;"	m	struct:__anon8
process	src/event/ngx_event_openssl_stapling.c	/^    ngx_int_t                  (*process)(ngx_ssl_ocsp_ctx_t *r);$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
process_changes	src/event/ngx_event.h	/^    ngx_int_t  (*process_changes)(ngx_cycle_t *cycle, ngx_uint_t nowait);$/;"	m	struct:__anon334
process_events	src/event/ngx_event.h	/^    ngx_int_t  (*process_events)(ngx_cycle_t *cycle, ngx_msec_t timer,$/;"	m	struct:__anon334
process_header	src/http/ngx_http_upstream.h	/^    ngx_int_t                      (*process_header)(ngx_http_request_t *r);$/;"	m	struct:ngx_http_upstream_s
processing	src/http/ngx_http_spdy.h	/^    ngx_uint_t                       processing;$/;"	m	struct:ngx_http_spdy_connection_s
profiles	src/misc/ngx_google_perftools_module.c	/^    ngx_str_t  profiles;$/;"	m	struct:__anon325	file:
protocol	src/mail/ngx_mail.h	/^    ngx_mail_protocol_t        *protocol;$/;"	m	struct:__anon261
protocol	src/mail/ngx_mail.h	/^    ngx_mail_protocol_t    *protocol;$/;"	m	struct:__anon254
protocol	src/mail/ngx_mail.h	/^    unsigned                protocol:3;$/;"	m	struct:__anon259
protocols	src/http/modules/ngx_http_ssl_module.h	/^    ngx_uint_t                      protocols;$/;"	m	struct:__anon30
protocols	src/mail/ngx_mail_ssl_module.h	/^    ngx_uint_t       protocols;$/;"	m	struct:__anon243
proxies	src/http/modules/ngx_http_geo_module.c	/^    ngx_array_t                     *proxies;$/;"	m	struct:__anon126	file:
proxies	src/http/modules/ngx_http_geo_module.c	/^    ngx_array_t                     *proxies;$/;"	m	struct:__anon127	file:
proxies	src/http/modules/ngx_http_geoip_module.c	/^    ngx_array_t  *proxies;    \/* array of ngx_cidr_t *\/$/;"	m	struct:__anon86	file:
proxy	src/http/ngx_http_request.h	/^    unsigned                          proxy:1;$/;"	m	struct:ngx_http_request_s
proxy	src/mail/ngx_mail.h	/^    ngx_mail_proxy_ctx_t   *proxy;$/;"	m	struct:__anon259
proxy_lengths	src/http/modules/ngx_http_proxy_module.c	/^    ngx_array_t                   *proxy_lengths;$/;"	m	struct:__anon46	file:
proxy_recursive	src/http/modules/ngx_http_geo_module.c	/^    unsigned                         proxy_recursive:1;$/;"	m	struct:__anon126	file:
proxy_recursive	src/http/modules/ngx_http_geo_module.c	/^    unsigned                         proxy_recursive:1;$/;"	m	struct:__anon127	file:
proxy_recursive	src/http/modules/ngx_http_geoip_module.c	/^    ngx_flag_t    proxy_recursive;$/;"	m	struct:__anon86	file:
proxy_values	src/http/modules/ngx_http_proxy_module.c	/^    ngx_array_t                   *proxy_values;$/;"	m	struct:__anon46	file:
ptr	src/event/modules/ngx_epoll_module.c	/^    void         *ptr;$/;"	m	union:epoll_data	file:
ptr_size	src/http/modules/ngx_http_geo_module.c	/^    u_char    ptr_size;$/;"	m	struct:__anon129	file:
qlen	src/core/ngx_resolver.h	/^    u_short                   qlen;$/;"	m	struct:__anon312
quality	src/http/modules/ngx_http_mp4_module.c	/^    u_char    quality[2];$/;"	m	struct:__anon107	file:
quality	src/http/modules/ngx_http_mp4_module.c	/^    u_char    quality[2];$/;"	m	struct:__anon108	file:
query	src/core/ngx_resolver.h	/^    u_char                   *query;$/;"	m	struct:__anon312
queue	src/core/ngx_connection.h	/^    ngx_queue_t         queue;$/;"	m	struct:ngx_connection_s
queue	src/core/ngx_open_file_cache.h	/^    ngx_queue_t              queue;$/;"	m	struct:ngx_cached_open_file_s
queue	src/core/ngx_resolver.h	/^    ngx_queue_t               queue;$/;"	m	struct:__anon312
queue	src/event/ngx_event_openssl.h	/^    ngx_queue_t                 queue;$/;"	m	struct:ngx_ssl_sess_id_s
queue	src/http/modules/ngx_http_limit_req_module.c	/^    ngx_queue_t                   queue;$/;"	m	struct:__anon32	file:
queue	src/http/modules/ngx_http_limit_req_module.c	/^    ngx_queue_t                  queue;$/;"	m	struct:__anon31	file:
queue	src/http/modules/ngx_http_upstream_keepalive_module.c	/^    ngx_queue_t                        queue;$/;"	m	struct:__anon78	file:
queue	src/http/ngx_http_cache.h	/^    ngx_queue_t                      queue;$/;"	m	struct:__anon202
queue	src/http/ngx_http_cache.h	/^    ngx_queue_t                      queue;$/;"	m	struct:__anon204
queue	src/http/ngx_http_core_module.h	/^    ngx_queue_t                      queue;$/;"	m	struct:__anon183
quick	src/core/ngx_resolver.h	/^    ngx_uint_t                quick;  \/* unsigned  quick:1; *\/$/;"	m	struct:ngx_resolver_ctx_s
quit	src/mail/ngx_mail.h	/^    unsigned                quit:1;$/;"	m	struct:__anon259
quote	src/http/modules/ngx_http_xslt_filter_module.c	/^    ngx_uint_t                 quote;        \/* unsigned  quote:1; *\/$/;"	m	struct:__anon57	file:
quote	src/http/ngx_http_script.h	/^    unsigned                    quote:1;$/;"	m	struct:__anon209
quoted	src/mail/ngx_mail.h	/^    unsigned                quoted:1;$/;"	m	struct:__anon259
quoted_uri	src/http/ngx_http_request.h	/^    unsigned                          quoted_uri:1;$/;"	m	struct:ngx_http_request_s
range	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *range;$/;"	m	struct:__anon234
ranges	src/http/modules/ngx_http_geo_module.c	/^    unsigned                         ranges:1;$/;"	m	struct:__anon126	file:
ranges	src/http/modules/ngx_http_range_filter_module.c	/^    ngx_array_t  ranges;$/;"	m	struct:__anon165	file:
rate	src/http/modules/ngx_http_limit_req_module.c	/^    ngx_uint_t                   rate;$/;"	m	struct:__anon33	file:
rate	src/http/modules/ngx_http_mp4_module.c	/^    u_char    rate[4];$/;"	m	struct:__anon103	file:
rate	src/http/modules/ngx_http_mp4_module.c	/^    u_char    rate[4];$/;"	m	struct:__anon104	file:
rbtree	src/core/ngx_open_file_cache.h	/^    ngx_rbtree_t             rbtree;$/;"	m	struct:__anon316
rbtree	src/http/modules/ngx_http_geo_module.c	/^    ngx_rbtree_t                     rbtree;$/;"	m	struct:__anon126	file:
rbtree	src/http/modules/ngx_http_limit_conn_module.c	/^    ngx_rbtree_t       *rbtree;$/;"	m	struct:__anon20	file:
rbtree	src/http/modules/ngx_http_limit_req_module.c	/^    ngx_rbtree_t                  rbtree;$/;"	m	struct:__anon32	file:
rbtree	src/http/ngx_http_cache.h	/^    ngx_rbtree_t                     rbtree;$/;"	m	struct:__anon204
rcvbuf	src/core/ngx_connection.h	/^    int                 rcvbuf;$/;"	m	struct:ngx_listening_s
rcvbuf	src/event/ngx_event_connect.h	/^    int                              rcvbuf;$/;"	m	struct:ngx_peer_connection_s
rcvbuf	src/http/ngx_http_core_module.h	/^    int                        rcvbuf;$/;"	m	struct:__anon167
read	src/core/ngx_connection.h	/^    ngx_event_t        *read;$/;"	m	struct:ngx_connection_s
read	src/core/ngx_open_file_cache.h	/^    ngx_event_t             *read;$/;"	m	struct:__anon318
read	src/event/ngx_event_pipe.h	/^    unsigned           read:1;$/;"	m	struct:ngx_event_pipe_s
read_ahead	src/core/ngx_open_file_cache.h	/^    size_t                   read_ahead;$/;"	m	struct:__anon315
read_ahead	src/http/ngx_http_core_module.h	/^    size_t        read_ahead;              \/* read_ahead *\/$/;"	m	struct:ngx_http_core_loc_conf_s
read_discarded	src/event/ngx_event.h	/^    unsigned         read_discarded:1;$/;"	m	struct:ngx_event_s
read_event_handler	src/http/ngx_http_request.h	/^    ngx_http_event_handler_pt         read_event_handler;$/;"	m	struct:ngx_http_request_s
read_event_handler	src/http/ngx_http_upstream.h	/^    ngx_http_upstream_handler_pt     read_event_handler;$/;"	m	struct:ngx_http_upstream_s
read_events	src/core/ngx_cycle.h	/^    ngx_event_t              *read_events;$/;"	m	struct:ngx_cycle_s
read_length	src/event/ngx_event_pipe.h	/^    off_t              read_length;$/;"	m	struct:ngx_event_pipe_s
read_timeout	src/event/ngx_event_pipe.h	/^    ngx_msec_t         read_timeout;$/;"	m	struct:ngx_event_pipe_s
read_timeout	src/http/ngx_http_upstream.h	/^    ngx_msec_t                       read_timeout;$/;"	m	struct:__anon191
ready	src/event/ngx_event.h	/^    unsigned         ready:1;$/;"	m	struct:ngx_event_s
realm	src/http/modules/ngx_http_auth_basic_module.c	/^    ngx_http_complex_value_t  *realm;$/;"	m	struct:__anon158	file:
recodes	src/http/modules/ngx_http_charset_filter_module.c	/^    ngx_array_t                 recodes;        \/* ngx_http_charset_recode_t *\/$/;"	m	struct:__anon51	file:
recursion	src/core/ngx_resolver.h	/^    ngx_uint_t                recursion;$/;"	m	struct:ngx_resolver_ctx_s
recursive	src/http/modules/ngx_http_realip_module.c	/^    ngx_flag_t         recursive;$/;"	m	struct:__anon42	file:
recursive_error_pages	src/http/ngx_http_core_module.h	/^    ngx_flag_t    recursive_error_pages;   \/* recursive_error_pages *\/$/;"	m	struct:ngx_http_core_loc_conf_s
recv	src/core/ngx_connection.h	/^    ngx_recv_pt         recv;$/;"	m	struct:ngx_connection_s
recv	src/os/unix/ngx_os.h	/^    ngx_recv_pt        recv;$/;"	m	struct:__anon14
recv_buffer	src/http/ngx_http_spdy_module.h	/^    u_char                         *recv_buffer;$/;"	m	struct:__anon226
recv_buffer_size	src/http/ngx_http_spdy_module.h	/^    size_t                          recv_buffer_size;$/;"	m	struct:__anon226
recv_chain	src/core/ngx_connection.h	/^    ngx_recv_chain_pt   recv_chain;$/;"	m	struct:ngx_connection_s
recv_chain	src/os/unix/ngx_os.h	/^    ngx_recv_chain_pt  recv_chain;$/;"	m	struct:__anon14
recv_timeout	src/http/ngx_http_spdy_module.h	/^    ngx_msec_t                      recv_timeout;$/;"	m	struct:__anon227
recycled	src/core/ngx_buf.h	/^    unsigned         recycled:1;$/;"	m	struct:ngx_buf_s
redirect	src/http/modules/ngx_http_proxy_module.c	/^    ngx_flag_t                     redirect;$/;"	m	struct:__anon46	file:
redirect	src/http/ngx_http_script.h	/^    uintptr_t                   redirect:1;$/;"	m	struct:__anon217
redirect	src/http/ngx_http_script.h	/^    uintptr_t                   redirect:1;$/;"	m	struct:__anon218
redirect	src/http/ngx_http_upstream.h	/^    ngx_uint_t                       redirect;  \/* unsigned   redirect:1; *\/$/;"	m	struct:__anon192
redirect_args	src/http/modules/perl/ngx_http_perl_module.h	/^    ngx_str_t                 redirect_args;$/;"	m	struct:__anon64
redirect_uri	src/http/modules/perl/ngx_http_perl_module.h	/^    ngx_str_t                 redirect_uri;$/;"	m	struct:__anon64
redirects	src/http/modules/ngx_http_proxy_module.c	/^    ngx_array_t                   *redirects;$/;"	m	struct:__anon46	file:
redo	src/http/modules/ngx_http_gunzip_filter_module.c	/^    unsigned             redo:1;$/;"	m	struct:__anon94	file:
redo	src/http/modules/ngx_http_gzip_filter_module.c	/^    unsigned             redo:1;$/;"	m	struct:__anon89	file:
referer	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *referer;$/;"	m	struct:__anon234
referer_hash_bucket_size	src/http/modules/ngx_http_referer_module.c	/^    ngx_uint_t               referer_hash_bucket_size;$/;"	m	struct:__anon95	file:
referer_hash_max_size	src/http/modules/ngx_http_referer_module.c	/^    ngx_uint_t               referer_hash_max_size;$/;"	m	struct:__anon95	file:
refresh	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *refresh;$/;"	m	struct:__anon235
regex	src/core/ngx_regex.h	/^    ngx_regex_t  *regex;$/;"	m	struct:__anon297
regex	src/core/ngx_regex.h	/^    ngx_regex_t  *regex;$/;"	m	struct:__anon298
regex	src/http/modules/ngx_http_proxy_module.c	/^        ngx_http_regex_t          *regex;$/;"	m	union:ngx_http_proxy_rewrite_s::__anon44	file:
regex	src/http/modules/ngx_http_referer_module.c	/^    ngx_array_t             *regex;$/;"	m	struct:__anon95	file:
regex	src/http/ngx_http_core_module.h	/^     ngx_http_server_name_t   *regex;$/;"	m	struct:__anon175
regex	src/http/ngx_http_core_module.h	/^    ngx_http_regex_t          *regex;$/;"	m	struct:__anon174
regex	src/http/ngx_http_core_module.h	/^    ngx_http_regex_t  *regex;$/;"	m	struct:ngx_http_core_loc_conf_s
regex	src/http/ngx_http_core_module.h	/^    ngx_http_server_name_t    *regex;$/;"	m	struct:__anon180
regex	src/http/ngx_http_script.h	/^    ngx_http_regex_t           *regex;$/;"	m	struct:__anon217
regex	src/http/ngx_http_variables.h	/^    ngx_http_map_regex_t         *regex;$/;"	m	struct:__anon200
regex	src/http/ngx_http_variables.h	/^    ngx_http_regex_t             *regex;$/;"	m	struct:__anon199
regex	src/http/ngx_http_variables.h	/^    ngx_regex_t                  *regex;$/;"	m	struct:__anon198
regex_locations	src/http/ngx_http_core_module.h	/^    ngx_http_core_loc_conf_t       **regex_locations;$/;"	m	struct:ngx_http_core_loc_conf_s
regexes	src/http/modules/ngx_http_map_module.c	/^    ngx_array_t                 regexes;$/;"	m	struct:__anon131	file:
reinit_request	src/http/ngx_http_upstream.h	/^    ngx_int_t                      (*reinit_request)(ngx_http_request_t *r);$/;"	m	struct:ngx_http_upstream_s
remain	src/core/ngx_connection.h	/^    unsigned            remain:1;$/;"	m	struct:ngx_listening_s
renegotiation	src/event/ngx_event_openssl.h	/^    unsigned                    renegotiation:1;$/;"	m	struct:__anon338
replacement	src/http/modules/ngx_http_proxy_module.c	/^    ngx_http_complex_value_t       replacement;$/;"	m	struct:ngx_http_proxy_rewrite_s	file:
request	src/event/ngx_event_openssl_stapling.c	/^    ngx_buf_t                   *request;$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
request	src/http/modules/ngx_http_gunzip_filter_module.c	/^    ngx_http_request_t  *request;$/;"	m	struct:__anon94	file:
request	src/http/modules/ngx_http_gzip_filter_module.c	/^    ngx_http_request_t  *request;$/;"	m	struct:__anon89	file:
request	src/http/modules/ngx_http_memcached_module.c	/^    ngx_http_request_t        *request;$/;"	m	struct:__anon120	file:
request	src/http/modules/ngx_http_mp4_module.c	/^    ngx_http_request_t   *request;$/;"	m	struct:__anon99	file:
request	src/http/modules/ngx_http_xslt_filter_module.c	/^    ngx_http_request_t        *request;$/;"	m	struct:__anon60	file:
request	src/http/ngx_http.h	/^    ngx_http_request_t  *request;$/;"	m	struct:ngx_http_log_ctx_s
request	src/http/ngx_http_request.h	/^    ngx_http_request_t               *request;$/;"	m	struct:ngx_http_posted_request_s
request	src/http/ngx_http_request.h	/^    ngx_http_request_t               *request;$/;"	m	struct:ngx_http_postponed_request_s
request	src/http/ngx_http_script.h	/^    ngx_http_request_t         *request;$/;"	m	struct:__anon209
request	src/http/ngx_http_spdy.h	/^    ngx_http_request_t              *request;$/;"	m	struct:ngx_http_spdy_stream_s
request	src/mail/ngx_mail_auth_http_module.c	/^    ngx_buf_t                      *request;$/;"	m	struct:ngx_mail_auth_http_ctx_s	file:
request_body	src/http/ngx_http_request.h	/^    ngx_http_request_body_t          *request_body;$/;"	m	struct:ngx_http_request_s
request_body_file_group_access	src/http/ngx_http_request.h	/^    unsigned                          request_body_file_group_access:1;$/;"	m	struct:ngx_http_request_s
request_body_file_log_level	src/http/ngx_http_request.h	/^    unsigned                          request_body_file_log_level:3;$/;"	m	struct:ngx_http_request_s
request_body_in_clean_file	src/http/ngx_http_request.h	/^    unsigned                          request_body_in_clean_file:1;$/;"	m	struct:ngx_http_request_s
request_body_in_file_only	src/http/ngx_http_request.h	/^    unsigned                          request_body_in_file_only:1;$/;"	m	struct:ngx_http_request_s
request_body_in_persistent_file	src/http/ngx_http_request.h	/^    unsigned                          request_body_in_persistent_file:1;$/;"	m	struct:ngx_http_request_s
request_body_in_single_buf	src/http/ngx_http_request.h	/^    unsigned                          request_body_in_single_buf:1;$/;"	m	struct:ngx_http_request_s
request_bufs	src/http/ngx_http_upstream.h	/^    ngx_chain_t                     *request_bufs;$/;"	m	struct:ngx_http_upstream_s
request_complete	src/http/ngx_http_request.h	/^    unsigned                          request_complete:1;$/;"	m	struct:ngx_http_request_s
request_end	src/http/ngx_http_request.h	/^    u_char                           *request_end;$/;"	m	struct:ngx_http_request_s
request_id_hi	src/http/modules/ngx_http_fastcgi_module.c	/^    u_char  request_id_hi;$/;"	m	struct:__anon149	file:
request_id_hi	src/http/modules/ngx_http_fastcgi_module.c	/^    u_char  request_id_hi;$/;"	m	struct:__anon151	file:
request_id_lo	src/http/modules/ngx_http_fastcgi_module.c	/^    u_char  request_id_lo;$/;"	m	struct:__anon149	file:
request_id_lo	src/http/modules/ngx_http_fastcgi_module.c	/^    u_char  request_id_lo;$/;"	m	struct:__anon151	file:
request_length	src/http/ngx_http_request.h	/^    off_t                             request_length;$/;"	m	struct:ngx_http_request_s
request_line	src/http/ngx_http_request.h	/^    ngx_str_t                         request_line;$/;"	m	struct:ngx_http_request_s
request_output	src/http/ngx_http_request.h	/^    unsigned                          request_output:1;$/;"	m	struct:ngx_http_request_s
request_pool_size	src/http/ngx_http_core_module.h	/^    size_t                      request_pool_size;$/;"	m	struct:__anon173
request_sent	src/http/ngx_http_upstream.h	/^    unsigned                         request_sent:1;$/;"	m	struct:ngx_http_upstream_s
request_start	src/http/ngx_http_request.h	/^    u_char                           *request_start;$/;"	m	struct:ngx_http_request_s
requests	src/core/ngx_connection.h	/^    ngx_uint_t          requests;$/;"	m	struct:ngx_connection_s
requires	src/http/modules/perl/ngx_http_perl_module.c	/^    ngx_array_t       *requires;$/;"	m	struct:__anon61	file:
res	src/event/modules/ngx_epoll_module.c	/^    int64_t   res;   \/* result code for this event *\/$/;"	m	struct:io_event	file:
res	src/event/ngx_event.h	/^    int64_t                    res;$/;"	m	struct:ngx_event_aio_s
res2	src/event/modules/ngx_epoll_module.c	/^    int64_t   res2;  \/* secondary result *\/$/;"	m	struct:io_event	file:
resend_timeout	src/core/ngx_resolver.h	/^    time_t                    resend_timeout;$/;"	m	struct:__anon314
reserved	src/http/modules/ngx_http_fastcgi_module.c	/^    u_char  reserved;$/;"	m	struct:__anon149	file:
reserved	src/http/modules/ngx_http_fastcgi_module.c	/^    u_char  reserved[5];$/;"	m	struct:__anon150	file:
reserved	src/http/modules/ngx_http_mp4_module.c	/^    u_char    reserved[10];$/;"	m	struct:__anon103	file:
reserved	src/http/modules/ngx_http_mp4_module.c	/^    u_char    reserved[10];$/;"	m	struct:__anon104	file:
reserved1	src/http/modules/ngx_http_mp4_module.c	/^    u_char    reserved1[4];$/;"	m	struct:__anon105	file:
reserved1	src/http/modules/ngx_http_mp4_module.c	/^    u_char    reserved1[4];$/;"	m	struct:__anon106	file:
reserved2	src/http/modules/ngx_http_mp4_module.c	/^    u_char    reserved2[8];$/;"	m	struct:__anon105	file:
reserved2	src/http/modules/ngx_http_mp4_module.c	/^    u_char    reserved2[8];$/;"	m	struct:__anon106	file:
reset	src/http/modules/ngx_http_userid_filter_module.c	/^    ngx_uint_t  reset;$/;"	m	struct:__anon91	file:
reset_timedout_connection	src/http/ngx_http_core_module.h	/^    ngx_flag_t    reset_timedout_connection; \/* reset_timedout_connection *\/$/;"	m	struct:ngx_http_core_loc_conf_s
resolved	src/http/ngx_http_upstream.h	/^    ngx_http_upstream_resolved_t    *resolved;$/;"	m	struct:ngx_http_upstream_s
resolver	src/core/ngx_resolver.h	/^    ngx_resolver_t           *resolver;$/;"	m	struct:ngx_resolver_ctx_s
resolver	src/event/ngx_event.h	/^    unsigned         resolver:1;$/;"	m	struct:ngx_event_s
resolver	src/event/ngx_event_openssl_stapling.c	/^    ngx_resolver_t              *resolver;$/;"	m	struct:__anon342	file:
resolver	src/event/ngx_event_openssl_stapling.c	/^    ngx_resolver_t              *resolver;$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
resolver	src/http/ngx_http_core_module.h	/^    ngx_resolver_t  *resolver;             \/* resolver *\/$/;"	m	struct:ngx_http_core_loc_conf_s
resolver	src/mail/ngx_mail.h	/^    ngx_resolver_t         *resolver;$/;"	m	struct:__anon254
resolver_ctx	src/mail/ngx_mail.h	/^    ngx_resolver_ctx_t     *resolver_ctx;$/;"	m	struct:__anon259
resolver_timeout	src/event/ngx_event_openssl_stapling.c	/^    ngx_msec_t                   resolver_timeout;$/;"	m	struct:__anon342	file:
resolver_timeout	src/event/ngx_event_openssl_stapling.c	/^    ngx_msec_t                   resolver_timeout;$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
resolver_timeout	src/http/ngx_http_core_module.h	/^    ngx_msec_t    resolver_timeout;        \/* resolver_timeout *\/$/;"	m	struct:ngx_http_core_loc_conf_s
resolver_timeout	src/mail/ngx_mail.h	/^    ngx_msec_t              resolver_timeout;$/;"	m	struct:__anon254
respawn	src/os/unix/ngx_process.h	/^    unsigned            respawn:1;$/;"	m	struct:__anon8
response	src/event/ngx_event_openssl_stapling.c	/^    ngx_buf_t                   *response;$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
response	src/mail/ngx_mail_auth_http_module.c	/^    ngx_buf_t                      *response;$/;"	m	struct:ngx_mail_auth_http_ctx_s	file:
response_length	src/http/ngx_http_upstream.h	/^    off_t                            response_length;$/;"	m	struct:__anon186
response_msec	src/http/ngx_http_upstream.h	/^    ngx_uint_t                       response_msec;$/;"	m	struct:__anon186
response_sec	src/http/ngx_http_upstream.h	/^    time_t                           response_sec;$/;"	m	struct:__anon186
rest	src/http/modules/ngx_http_memcached_module.c	/^    size_t                     rest;$/;"	m	struct:__anon120	file:
rest	src/http/ngx_http_request.h	/^    off_t                             rest;$/;"	m	struct:__anon236
reusable	src/core/ngx_connection.h	/^    unsigned            reusable:1;$/;"	m	struct:ngx_connection_s
reusable_connections_queue	src/core/ngx_cycle.h	/^    ngx_queue_t               reusable_connections_queue;$/;"	m	struct:ngx_cycle_s
reverved3	src/http/modules/ngx_http_mp4_module.c	/^    u_char    reverved3[2];$/;"	m	struct:__anon105	file:
reverved3	src/http/modules/ngx_http_mp4_module.c	/^    u_char    reverved3[2];$/;"	m	struct:__anon106	file:
rewrite_cookie	src/http/ngx_http_upstream.h	/^    ngx_int_t                      (*rewrite_cookie)(ngx_http_request_t *r,$/;"	m	struct:ngx_http_upstream_s
rewrite_redirect	src/http/ngx_http_upstream.h	/^    ngx_int_t                      (*rewrite_redirect)(ngx_http_request_t *r,$/;"	m	struct:ngx_http_upstream_s
rflush	src/http/modules/perl/nginx.pm	/^sub rflush {$/;"	s
right	src/core/ngx_radix_tree.h	/^    ngx_radix_node_t  *right;$/;"	m	struct:ngx_radix_node_s
right	src/core/ngx_rbtree.h	/^    ngx_rbtree_node_t     *right;$/;"	m	struct:ngx_rbtree_node_s
right	src/http/ngx_http_core_module.h	/^    ngx_http_location_tree_node_t   *right;$/;"	m	struct:ngx_http_location_tree_node_s
rlimit_core	src/core/ngx_cycle.h	/^     off_t                    rlimit_core;$/;"	m	struct:__anon264
rlimit_nofile	src/core/ngx_cycle.h	/^     ngx_int_t                rlimit_nofile;$/;"	m	struct:__anon264
rlimit_sigpending	src/core/ngx_cycle.h	/^     ngx_int_t                rlimit_sigpending;$/;"	m	struct:__anon264
rlmt	src/os/unix/ngx_posix_init.c	/^struct rlimit  rlmt;$/;"	v	typeref:struct:rlimit
role_hi	src/http/modules/ngx_http_fastcgi_module.c	/^    u_char  role_hi;$/;"	m	struct:__anon150	file:
role_lo	src/http/modules/ngx_http_fastcgi_module.c	/^    u_char  role_lo;$/;"	m	struct:__anon150	file:
root	src/core/ngx_radix_tree.h	/^    ngx_radix_node_t  *root;$/;"	m	struct:__anon295
root	src/core/ngx_rbtree.h	/^    ngx_rbtree_node_t     *root;$/;"	m	struct:ngx_rbtree_s
root	src/http/ngx_http_core_module.h	/^    ngx_str_t     root;                    \/* root, alias *\/$/;"	m	struct:ngx_http_core_loc_conf_s
root_lengths	src/http/ngx_http_core_module.h	/^    ngx_array_t  *root_lengths;$/;"	m	struct:ngx_http_core_loc_conf_s
root_prefix	src/http/ngx_http_script.h	/^    unsigned                    root_prefix:1;$/;"	m	struct:__anon210
root_prefix	src/http/ngx_http_script.h	/^    unsigned                    root_prefix:1;$/;"	m	struct:__anon212
root_tested	src/http/ngx_http_request.h	/^    unsigned                          root_tested:1;$/;"	m	struct:ngx_http_request_s
root_values	src/http/ngx_http_core_module.h	/^    ngx_array_t  *root_values;$/;"	m	struct:ngx_http_core_loc_conf_s
rrp	src/http/modules/ngx_http_upstream_ip_hash_module.c	/^    ngx_http_upstream_rr_peer_data_t   rrp;$/;"	m	struct:__anon142	file:
rrp	src/http/modules/ngx_http_upstream_least_conn_module.c	/^    ngx_http_upstream_rr_peer_data_t   rrp;$/;"	m	struct:__anon37	file:
rtsig_name	src/event/modules/ngx_rtsig_module.c	/^static ngx_str_t      rtsig_name = ngx_string("rtsig");$/;"	v	file:
rules	src/http/modules/ngx_http_access_module.c	/^    ngx_array_t      *rules;     \/* array of ngx_http_access_rule_t *\/$/;"	m	struct:__anon29	file:
rules6	src/http/modules/ngx_http_access_module.c	/^    ngx_array_t      *rules6;    \/* array of ngx_http_access_rule6_t *\/$/;"	m	struct:__anon29	file:
run	src/http/modules/ngx_http_log_module.c	/^    ngx_http_log_op_run_pt      run;$/;"	m	struct:__anon85	file:
run	src/http/modules/ngx_http_log_module.c	/^    ngx_http_log_op_run_pt      run;$/;"	m	struct:ngx_http_log_op_s	file:
rz_size	src/os/unix/ngx_freebsd_rfork_thread.c	/^static size_t         rz_size;$/;"	v	file:
safari	src/http/ngx_http_request.h	/^    unsigned                          safari:1;$/;"	m	struct:__anon234
salt	src/mail/ngx_mail.h	/^    ngx_str_t               salt;$/;"	m	struct:__anon259
sample_sizes_entries	src/http/modules/ngx_http_mp4_module.c	/^    uint32_t              sample_sizes_entries;$/;"	m	struct:__anon98	file:
sample_to_chunk_entries	src/http/modules/ngx_http_mp4_module.c	/^    uint32_t              sample_to_chunk_entries;$/;"	m	struct:__anon98	file:
samples	src/http/modules/ngx_http_mp4_module.c	/^    u_char                samples[4];$/;"	m	struct:__anon97	file:
satisfy	src/http/ngx_http_core_module.h	/^    ngx_uint_t    satisfy;                 \/* satisfy *\/$/;"	m	struct:ngx_http_core_loc_conf_s
save_session	src/event/ngx_event_connect.h	/^    ngx_event_save_peer_session_pt   save_session;$/;"	m	struct:ngx_peer_connection_s
saved	src/http/modules/ngx_http_charset_filter_module.c	/^    u_char                      saved[NGX_UTF_LEN];$/;"	m	struct:__anon53	file:
saved	src/http/modules/ngx_http_ssi_filter_module.h	/^    size_t                    saved;$/;"	m	struct:__anon154
saved	src/http/modules/ngx_http_sub_filter_module.c	/^    ngx_str_t                  saved;$/;"	m	struct:__anon135	file:
saved_len	src/http/modules/ngx_http_charset_filter_module.c	/^    size_t                      saved_len;$/;"	m	struct:__anon53	file:
saved_read_handler	src/event/ngx_event_openssl.h	/^    ngx_event_handler_pt        saved_read_handler;$/;"	m	struct:__anon338
saved_state	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_uint_t                saved_state;$/;"	m	struct:__anon154
saved_write_handler	src/event/ngx_event_openssl.h	/^    ngx_event_handler_pt        saved_write_handler;$/;"	m	struct:__anon338
sbrk_size	src/http/modules/ngx_http_degradation_module.c	/^    size_t      sbrk_size;$/;"	m	struct:__anon160	file:
scgi_lengths	src/http/modules/ngx_http_scgi_module.c	/^    ngx_array_t               *scgi_lengths;$/;"	m	struct:__anon141	file:
scgi_values	src/http/modules/ngx_http_scgi_module.c	/^    ngx_array_t               *scgi_values;$/;"	m	struct:__anon141	file:
schema	src/http/modules/ngx_http_proxy_module.c	/^    ngx_str_t                      schema;$/;"	m	struct:__anon45	file:
schema	src/http/ngx_http_upstream.h	/^    ngx_str_t                        schema;$/;"	m	struct:ngx_http_upstream_s
schema_end	src/http/ngx_http_request.h	/^    u_char                           *schema_end;$/;"	m	struct:ngx_http_request_s
schema_start	src/http/ngx_http_request.h	/^    u_char                           *schema_start;$/;"	m	struct:ngx_http_request_s
script	src/http/modules/ngx_http_log_module.c	/^    ngx_http_log_script_t      *script;$/;"	m	struct:__anon83	file:
script_name	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_str_t                      script_name;$/;"	m	struct:__anon148	file:
sec	src/core/ngx_times.h	/^    time_t      sec;$/;"	m	struct:__anon266
secret	src/http/modules/ngx_http_secure_link_module.c	/^    ngx_str_t                  secret;$/;"	m	struct:__anon72	file:
select_name	src/event/modules/ngx_select_module.c	/^static ngx_str_t    select_name = ngx_string("select");$/;"	v	file:
select_name	src/event/modules/ngx_win32_select_module.c	/^static ngx_str_t    select_name = ngx_string("select");$/;"	v	file:
selection_duration	src/http/modules/ngx_http_mp4_module.c	/^    u_char    selection_duration[4];$/;"	m	struct:__anon103	file:
selection_duration	src/http/modules/ngx_http_mp4_module.c	/^    u_char    selection_duration[4];$/;"	m	struct:__anon104	file:
selection_time	src/http/modules/ngx_http_mp4_module.c	/^    u_char    selection_time[4];$/;"	m	struct:__anon103	file:
selection_time	src/http/modules/ngx_http_mp4_module.c	/^    u_char    selection_time[4];$/;"	m	struct:__anon104	file:
sem	src/core/ngx_shmtx.h	/^    sem_t          sem;$/;"	m	struct:__anon324
semaphore	src/core/ngx_shmtx.h	/^    ngx_uint_t     semaphore;$/;"	m	struct:__anon324
semid	src/os/unix/ngx_freebsd_rfork_thread.h	/^    int           semid;$/;"	m	struct:__anon15
send	src/core/ngx_connection.h	/^    ngx_send_pt         send;$/;"	m	struct:ngx_connection_s
send	src/os/unix/ngx_os.h	/^    ngx_send_pt        send;$/;"	m	struct:__anon14
send_chain	src/core/ngx_connection.h	/^    ngx_send_chain_pt   send_chain;$/;"	m	struct:ngx_connection_s
send_chain	src/os/unix/ngx_os.h	/^    ngx_send_chain_pt  send_chain;$/;"	m	struct:__anon14
send_lowat	src/event/ngx_event_pipe.h	/^    ssize_t            send_lowat;$/;"	m	struct:ngx_event_pipe_s
send_lowat	src/http/ngx_http_core_module.h	/^    size_t        send_lowat;              \/* send_lowat *\/$/;"	m	struct:ngx_http_core_loc_conf_s
send_lowat	src/http/ngx_http_upstream.h	/^    size_t                           send_lowat;$/;"	m	struct:__anon191
send_timeout	src/event/ngx_event_pipe.h	/^    ngx_msec_t         send_timeout;$/;"	m	struct:ngx_event_pipe_s
send_timeout	src/http/ngx_http_core_module.h	/^    ngx_msec_t    send_timeout;            \/* send_timeout *\/$/;"	m	struct:ngx_http_core_loc_conf_s
send_timeout	src/http/ngx_http_upstream.h	/^    ngx_msec_t                       send_timeout;$/;"	m	struct:__anon191
sendfile	src/core/ngx_buf.h	/^    unsigned                     sendfile:1;$/;"	m	struct:ngx_output_chain_ctx_s
sendfile	src/core/ngx_connection.h	/^    unsigned            sendfile:1;$/;"	m	struct:ngx_connection_s
sendfile	src/http/ngx_http_core_module.h	/^    ngx_flag_t    sendfile;                \/* sendfile *\/$/;"	m	struct:ngx_http_core_loc_conf_s
sendfile_max_chunk	src/http/ngx_http_core_module.h	/^    size_t        sendfile_max_chunk;      \/* sendfile_max_chunk *\/$/;"	m	struct:ngx_http_core_loc_conf_s
sendfilev	src/os/unix/ngx_solaris_sendfilev_chain.c	/^static ssize_t sendfilev(int fd, const struct sendfilevec *vec,$/;"	f	file:
sendfilevec	src/os/unix/ngx_solaris_sendfilev_chain.c	/^typedef struct sendfilevec {$/;"	s	file:
sendfilevec_t	src/os/unix/ngx_solaris_sendfilev_chain.c	/^} sendfilevec_t;$/;"	t	typeref:struct:sendfilevec	file:
sent	src/core/ngx_connection.h	/^    off_t               sent;$/;"	m	struct:ngx_connection_s
sentinel	src/core/ngx_open_file_cache.h	/^    ngx_rbtree_node_t        sentinel;$/;"	m	struct:__anon316
sentinel	src/core/ngx_rbtree.h	/^    ngx_rbtree_node_t     *sentinel;$/;"	m	struct:ngx_rbtree_s
sentinel	src/event/ngx_event_openssl.h	/^    ngx_rbtree_node_t           sentinel;$/;"	m	struct:__anon339
sentinel	src/http/modules/ngx_http_geo_module.c	/^    ngx_rbtree_node_t                sentinel;$/;"	m	struct:__anon126	file:
sentinel	src/http/modules/ngx_http_limit_req_module.c	/^    ngx_rbtree_node_t             sentinel;$/;"	m	struct:__anon32	file:
sentinel	src/http/ngx_http_cache.h	/^    ngx_rbtree_node_t                sentinel;$/;"	m	struct:__anon204
sequencer_v1	src/http/modules/ngx_http_userid_filter_module.c	/^static uint32_t  sequencer_v1 = 1;$/;"	v	file:
sequencer_v2	src/http/modules/ngx_http_userid_filter_module.c	/^static uint32_t  sequencer_v2 = 0x03030302;$/;"	v	file:
server	src/core/ngx_resolver.h	/^    ngx_str_t                 server;$/;"	m	struct:__anon311
server	src/http/ngx_http_core_module.h	/^    ngx_http_core_srv_conf_t  *server;   \/* virtual name server conf *\/$/;"	m	struct:__anon174
server	src/http/ngx_http_request.h	/^    ngx_str_t                         server;$/;"	m	struct:__anon234
server	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *server;$/;"	m	struct:__anon235
server	src/http/ngx_http_upstream.h	/^    ngx_table_elt_t                 *server;$/;"	m	struct:__anon193
server_name	src/http/ngx_http_core_module.h	/^    ngx_str_t                   server_name;$/;"	m	struct:__anon173
server_name	src/mail/ngx_mail.h	/^    ngx_str_t               server_name;$/;"	m	struct:__anon254
server_name	src/mail/ngx_mail_smtp_module.h	/^    ngx_str_t    server_name;$/;"	m	struct:__anon241
server_name_in_redirect	src/http/ngx_http_core_module.h	/^    ngx_flag_t    server_name_in_redirect; \/* server_name_in_redirect *\/$/;"	m	struct:ngx_http_core_loc_conf_s
server_names	src/http/ngx_http_core_module.h	/^    ngx_array_t                 server_names;$/;"	m	struct:__anon173
server_names_hash_bucket_size	src/http/ngx_http_core_module.h	/^    ngx_uint_t                 server_names_hash_bucket_size;$/;"	m	struct:__anon172
server_names_hash_max_size	src/http/ngx_http_core_module.h	/^    ngx_uint_t                 server_names_hash_max_size;$/;"	m	struct:__anon172
server_rewrite_index	src/http/ngx_http_core_module.h	/^    ngx_uint_t                 server_rewrite_index;$/;"	m	struct:__anon170
server_tokens	src/http/ngx_http_core_module.h	/^    ngx_flag_t    server_tokens;           \/* server_tokens *\/$/;"	m	struct:ngx_http_core_loc_conf_s
servers	src/core/ngx_connection.h	/^    void               *servers;  \/* array of ngx_http_in_addr_t, for example *\/$/;"	m	struct:ngx_listening_s
servers	src/http/ngx_http_core_module.h	/^    ngx_array_t                servers;         \/* ngx_http_core_srv_conf_t *\/$/;"	m	struct:__anon172
servers	src/http/ngx_http_core_module.h	/^    ngx_array_t                servers;  \/* array of ngx_http_core_srv_conf_t *\/$/;"	m	struct:__anon180
servers	src/http/ngx_http_upstream.h	/^    ngx_array_t                     *servers;  \/* ngx_http_upstream_server_t *\/$/;"	m	struct:ngx_http_upstream_srv_conf_s
servers	src/mail/ngx_mail.h	/^    ngx_array_t             servers;     \/* ngx_mail_core_srv_conf_t *\/$/;"	m	struct:__anon253
service	src/http/modules/ngx_http_userid_filter_module.c	/^    ngx_int_t   service;$/;"	m	struct:__anon90	file:
sess_id	src/event/ngx_event_openssl.h	/^    u_char                      sess_id[32];$/;"	m	struct:ngx_ssl_sess_id_s
session	src/event/ngx_event_openssl.h	/^    u_char                     *session;$/;"	m	struct:ngx_ssl_sess_id_s
session	src/mail/ngx_mail.h	/^    ngx_mail_session_t     *session;$/;"	m	struct:__anon260
session_rbtree	src/event/ngx_event_openssl.h	/^    ngx_rbtree_t                session_rbtree;$/;"	m	struct:__anon339
session_timeout	src/http/modules/ngx_http_ssl_module.h	/^    time_t                          session_timeout;$/;"	m	struct:__anon30
session_timeout	src/mail/ngx_mail_ssl_module.h	/^    time_t           session_timeout;$/;"	m	struct:__anon243
set	src/core/ngx_conf_file.h	/^    char               *(*set)(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);$/;"	m	struct:ngx_command_s
set	src/event/modules/ngx_rtsig_module.c	/^static sigset_t        set;$/;"	v	file:
set	src/http/ngx_http_core_module.h	/^    unsigned                   set:1;$/;"	m	struct:__anon167
set_handler	src/http/ngx_http_variables.h	/^    ngx_http_set_variable_pt      set_handler;$/;"	m	struct:ngx_http_variable_s
set_session	src/event/ngx_event_connect.h	/^    ngx_event_set_peer_session_pt    set_session;$/;"	m	struct:ngx_peer_connection_s
setfib	src/core/ngx_connection.h	/^    int                 setfib;$/;"	m	struct:ngx_listening_s
setfib	src/http/ngx_http_core_module.h	/^    int                        setfib;$/;"	m	struct:__anon167
sfv_fd	src/os/unix/ngx_solaris_sendfilev_chain.c	/^    int     sfv_fd;$/;"	m	struct:sendfilevec	file:
sfv_flag	src/os/unix/ngx_solaris_sendfilev_chain.c	/^    u_int   sfv_flag;$/;"	m	struct:sendfilevec	file:
sfv_len	src/os/unix/ngx_solaris_sendfilev_chain.c	/^    size_t  sfv_len;$/;"	m	struct:sendfilevec	file:
sfv_off	src/os/unix/ngx_solaris_sendfilev_chain.c	/^    off_t   sfv_off;$/;"	m	struct:sendfilevec	file:
sh	src/http/modules/ngx_http_limit_req_module.c	/^    ngx_http_limit_req_shctx_t  *sh;$/;"	m	struct:__anon33	file:
sh	src/http/ngx_http_cache.h	/^    ngx_http_file_cache_sh_t        *sh;$/;"	m	struct:ngx_http_file_cache_s
shadow	src/core/ngx_buf.h	/^    ngx_buf_t       *shadow;$/;"	m	struct:ngx_buf_s
shared	src/core/ngx_connection.h	/^    unsigned            shared:1;    \/* shared between threads or processes *\/$/;"	m	struct:ngx_listening_s
shared_memory	src/core/ngx_cycle.h	/^    ngx_list_t                shared_memory;$/;"	m	struct:ngx_cycle_s
sharpen	src/http/modules/ngx_http_image_filter_module.c	/^    ngx_uint_t                   sharpen;$/;"	m	struct:__anon74	file:
shcv	src/http/modules/ngx_http_image_filter_module.c	/^    ngx_http_complex_value_t    *shcv;$/;"	m	struct:__anon74	file:
sheet_files	src/http/modules/ngx_http_xslt_filter_module.c	/^    ngx_array_t                sheet_files;  \/* ngx_http_xslt_file_t *\/$/;"	m	struct:__anon56	file:
sheets	src/http/modules/ngx_http_xslt_filter_module.c	/^    ngx_array_t                sheets;       \/* ngx_http_xslt_sheet_t *\/$/;"	m	struct:__anon59	file:
shm	src/core/ngx_cycle.h	/^    ngx_shm_t                 shm;$/;"	m	struct:ngx_shm_zone_s
shm_zone	src/http/modules/ngx_http_limit_conn_module.c	/^    ngx_shm_zone_t     *shm_zone;$/;"	m	struct:__anon19	file:
shm_zone	src/http/modules/ngx_http_limit_conn_module.c	/^    ngx_shm_zone_t     *shm_zone;$/;"	m	struct:__anon21	file:
shm_zone	src/http/modules/ngx_http_limit_req_module.c	/^    ngx_shm_zone_t              *shm_zone;$/;"	m	struct:__anon34	file:
shm_zone	src/http/modules/ngx_http_ssl_module.h	/^    ngx_shm_zone_t                 *shm_zone;$/;"	m	struct:__anon30
shm_zone	src/http/ngx_http_cache.h	/^    ngx_shm_zone_t                  *shm_zone;$/;"	m	struct:ngx_http_file_cache_s
shm_zone	src/mail/ngx_mail_ssl_module.h	/^    ngx_shm_zone_t  *shm_zone;$/;"	m	struct:__anon243
shpool	src/http/modules/ngx_http_limit_req_module.c	/^    ngx_slab_pool_t             *shpool;$/;"	m	struct:__anon33	file:
shpool	src/http/ngx_http_cache.h	/^    ngx_slab_pool_t                 *shpool;$/;"	m	struct:ngx_http_file_cache_s
si_fd	src/event/modules/ngx_rtsig_module.c	18;"	d	file:
si_fd	src/event/modules/ngx_rtsig_module.c	23;"	d	file:
si_fd	src/event/modules/ngx_rtsig_module.c	26;"	d	file:
signals	src/os/unix/ngx_process.c	/^ngx_signal_t  signals[] = {$/;"	v
signame	src/os/unix/ngx_process.c	/^    char   *signame;$/;"	m	struct:__anon10	file:
signature	src/http/ngx_http_request.h	/^    uint32_t                          signature;         \/* "HTTP" *\/$/;"	m	struct:ngx_http_request_s
signature	src/mail/ngx_mail.h	/^    uint32_t                signature;         \/* "MAIL" *\/$/;"	m	struct:__anon259
signo	src/event/modules/ngx_rtsig_module.c	/^    ngx_uint_t  signo;$/;"	m	struct:__anon329	file:
signo	src/os/unix/ngx_freebsd_rfork_thread.h	/^    int           signo;$/;"	m	struct:__anon16
signo	src/os/unix/ngx_process.c	/^    int     signo;$/;"	m	struct:__anon10	file:
sigtimedwait	src/event/modules/ngx_rtsig_module.c	/^int sigtimedwait(const sigset_t *set, siginfo_t *info,$/;"	f
silent_errors	src/http/modules/ngx_http_ssi_filter_module.c	/^    ngx_flag_t    silent_errors;$/;"	m	struct:__anon38	file:
single	src/http/ngx_http_upstream_round_robin.h	/^    unsigned                        single:1;$/;"	m	struct:ngx_http_upstream_rr_peers_s
single_buf	src/event/ngx_event_pipe.h	/^    unsigned           single_buf:1;$/;"	m	struct:ngx_event_pipe_s
size	src/core/ngx_array.h	/^    size_t       size;$/;"	m	struct:__anon291
size	src/core/ngx_buf.h	/^    size_t       size;$/;"	m	struct:__anon303
size	src/core/ngx_file.h	/^    off_t                      size;$/;"	m	struct:__anon279
size	src/core/ngx_file.h	/^    off_t                      size;$/;"	m	struct:ngx_tree_ctx_s
size	src/core/ngx_hash.h	/^    ngx_uint_t        size;$/;"	m	struct:__anon284
size	src/core/ngx_list.h	/^    size_t            size;$/;"	m	struct:__anon299
size	src/core/ngx_open_file_cache.h	/^    off_t                    size;$/;"	m	struct:__anon315
size	src/core/ngx_open_file_cache.h	/^    off_t                    size;$/;"	m	struct:ngx_cached_open_file_s
size	src/core/ngx_radix_tree.h	/^    size_t             size;$/;"	m	struct:__anon295
size	src/http/modules/ngx_http_autoindex_module.c	/^    off_t          size;$/;"	m	struct:__anon143	file:
size	src/http/modules/ngx_http_mp4_module.c	/^    size_t                size;$/;"	m	struct:__anon98	file:
size	src/http/modules/ngx_http_mp4_module.c	/^    u_char    size[4];$/;"	m	struct:__anon101	file:
size	src/http/modules/ngx_http_mp4_module.c	/^    u_char    size[4];$/;"	m	struct:__anon102	file:
size	src/http/modules/ngx_http_mp4_module.c	/^    u_char    size[4];$/;"	m	struct:__anon103	file:
size	src/http/modules/ngx_http_mp4_module.c	/^    u_char    size[4];$/;"	m	struct:__anon104	file:
size	src/http/modules/ngx_http_mp4_module.c	/^    u_char    size[4];$/;"	m	struct:__anon105	file:
size	src/http/modules/ngx_http_mp4_module.c	/^    u_char    size[4];$/;"	m	struct:__anon106	file:
size	src/http/modules/ngx_http_mp4_module.c	/^    u_char    size[4];$/;"	m	struct:__anon107	file:
size	src/http/modules/ngx_http_mp4_module.c	/^    u_char    size[4];$/;"	m	struct:__anon108	file:
size	src/http/modules/ngx_http_mp4_module.c	/^    u_char    size[4];$/;"	m	struct:__anon109	file:
size	src/http/modules/ngx_http_mp4_module.c	/^    u_char    size[4];$/;"	m	struct:__anon110	file:
size	src/http/modules/ngx_http_mp4_module.c	/^    u_char    size[4];$/;"	m	struct:__anon112	file:
size	src/http/modules/ngx_http_mp4_module.c	/^    u_char    size[4];$/;"	m	struct:__anon113	file:
size	src/http/modules/ngx_http_mp4_module.c	/^    u_char    size[4];$/;"	m	struct:__anon115	file:
size	src/http/modules/ngx_http_mp4_module.c	/^    u_char    size[4];$/;"	m	struct:__anon116	file:
size	src/http/modules/ngx_http_mp4_module.c	/^    u_char    size[4];$/;"	m	struct:__anon117	file:
size	src/http/modules/ngx_http_mp4_module.c	/^    u_char    size[4];$/;"	m	struct:__anon118	file:
size	src/http/ngx_http.h	/^    off_t                size;$/;"	m	struct:ngx_http_chunked_s
size	src/http/ngx_http_cache.h	/^    off_t                            size;$/;"	m	struct:__anon204
size	src/http/ngx_http_script.h	/^    ngx_uint_t                  size;$/;"	m	struct:__anon210
size	src/http/ngx_http_script.h	/^    uintptr_t                   size;$/;"	m	struct:__anon217
size	src/http/ngx_http_spdy.h	/^    size_t                           size;$/;"	m	struct:ngx_http_spdy_out_frame_s
size	src/os/unix/ngx_darwin_init.c	/^    size_t       size;$/;"	m	struct:__anon17	file:
size	src/os/unix/ngx_files.h	/^    size_t                       size;$/;"	m	struct:__anon11
size	src/os/unix/ngx_freebsd_init.c	/^    size_t       size;$/;"	m	struct:__anon4	file:
size	src/os/unix/ngx_shmem.h	/^    size_t       size;$/;"	m	struct:__anon7
size64	src/http/modules/ngx_http_mp4_module.c	/^    u_char    size64[8];$/;"	m	struct:__anon102	file:
skip	src/http/modules/ngx_http_browser_module.c	/^    size_t                      skip;$/;"	m	struct:__anon68	file:
skip	src/http/modules/ngx_http_browser_module.c	/^    size_t                      skip;$/;"	m	struct:__anon69	file:
skip	src/http/ngx_http_script.h	/^    unsigned                    skip:1;$/;"	m	struct:__anon209
skip_data	src/http/ngx_http_spdy.h	/^    unsigned                         skip_data:2;$/;"	m	struct:ngx_http_spdy_stream_s
skip_empty	src/http/ngx_http_upstream.h	/^    ngx_uint_t  skip_empty;$/;"	m	struct:__anon196
slab	src/core/ngx_slab.h	/^    uintptr_t         slab;$/;"	m	struct:ngx_slab_page_s
sleep	src/mail/ngx_mail_auth_http_module.c	/^    time_t                          sleep;$/;"	m	struct:ngx_mail_auth_http_ctx_s	file:
slot	src/core/ngx_times.c	/^static ngx_uint_t        slot;$/;"	v	file:
slot	src/event/ngx_event_busy_lock.h	/^    ngx_int_t                   slot;$/;"	m	struct:ngx_event_busy_lock_ctx_s
slot	src/http/ngx_http_busy_lock.h	/^    int            slot;$/;"	m	struct:__anon208
slot	src/os/unix/ngx_channel.h	/^     ngx_int_t   slot;$/;"	m	struct:__anon6
smhd_atom_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             smhd_atom_buf;$/;"	m	struct:__anon98	file:
smhd_size	src/http/modules/ngx_http_mp4_module.c	/^    size_t                smhd_size;$/;"	m	struct:__anon98	file:
smtp_auth_ok	src/mail/ngx_mail_proxy_module.c	/^static u_char  smtp_auth_ok[] = "235 2.0.0 OK" CRLF;$/;"	v	file:
smtp_auth_required	src/mail/ngx_mail_smtp_handler.c	/^static u_char  smtp_auth_required[] = "530 5.7.1 Authentication required" CRLF;$/;"	v	file:
smtp_bad_sequence	src/mail/ngx_mail_smtp_handler.c	/^static u_char  smtp_bad_sequence[] = "503 5.5.1 Bad sequence of commands" CRLF;$/;"	v	file:
smtp_bye	src/mail/ngx_mail_smtp_handler.c	/^static u_char  smtp_bye[] = "221 2.0.0 Bye" CRLF;$/;"	v	file:
smtp_from	src/mail/ngx_mail.h	/^    ngx_str_t               smtp_from;$/;"	m	struct:__anon259
smtp_helo	src/mail/ngx_mail.h	/^    ngx_str_t               smtp_helo;$/;"	m	struct:__anon259
smtp_invalid_argument	src/mail/ngx_mail_smtp_handler.c	/^static u_char  smtp_invalid_argument[] = "501 5.5.4 Invalid argument" CRLF;$/;"	v	file:
smtp_invalid_command	src/mail/ngx_mail_smtp_handler.c	/^static u_char  smtp_invalid_command[] = "500 5.5.1 Invalid command" CRLF;$/;"	v	file:
smtp_invalid_pipelining	src/mail/ngx_mail_smtp_handler.c	/^static u_char  smtp_invalid_pipelining[] =$/;"	v	file:
smtp_next	src/mail/ngx_mail_smtp_handler.c	/^static u_char  smtp_next[] = "334 " CRLF;$/;"	v	file:
smtp_ok	src/mail/ngx_mail_smtp_handler.c	/^static u_char  smtp_ok[] = "250 2.0.0 OK" CRLF;$/;"	v	file:
smtp_password	src/mail/ngx_mail_smtp_handler.c	/^static u_char  smtp_password[] = "334 UGFzc3dvcmQ6" CRLF;$/;"	v	file:
smtp_starttls	src/mail/ngx_mail_smtp_handler.c	/^static u_char  smtp_starttls[] = "220 2.0.0 Start TLS" CRLF;$/;"	v	file:
smtp_tempunavail	src/mail/ngx_mail_smtp_handler.c	/^static ngx_str_t  smtp_tempunavail = ngx_string("[TEMPUNAVAIL]");$/;"	v	file:
smtp_to	src/mail/ngx_mail.h	/^    ngx_str_t               smtp_to;$/;"	m	struct:__anon259
smtp_unavailable	src/mail/ngx_mail_smtp_handler.c	/^static ngx_str_t  smtp_unavailable = ngx_string("[UNAVAILABLE]");$/;"	v	file:
smtp_username	src/mail/ngx_mail_smtp_handler.c	/^static u_char  smtp_username[] = "334 VXNlcm5hbWU6" CRLF;$/;"	v	file:
sn	src/http/modules/ngx_http_geo_module.c	/^    ngx_str_node_t                   sn;$/;"	m	struct:__anon125	file:
sndbuf	src/core/ngx_connection.h	/^    int                 sndbuf;$/;"	m	struct:ngx_listening_s
sndbuf	src/http/ngx_http_core_module.h	/^    int                        sndbuf;$/;"	m	struct:__anon167
sndlowat	src/core/ngx_connection.h	/^    unsigned            sndlowat:1;$/;"	m	struct:ngx_connection_s
so_keepalive	src/http/ngx_http_core_module.h	/^    unsigned                   so_keepalive:2;$/;"	m	struct:__anon167
so_keepalive	src/mail/ngx_mail.h	/^    ngx_flag_t              so_keepalive;$/;"	m	struct:__anon254
so_keepalive	src/mail/ngx_mail.h	/^    unsigned                so_keepalive:2;$/;"	m	struct:__anon246
so_keepalive	src/mail/ngx_mail.h	/^    unsigned                so_keepalive:2;$/;"	m	struct:__anon252
sockaddr	src/core/ngx_connection.h	/^    struct sockaddr    *sockaddr;$/;"	m	struct:ngx_connection_s	typeref:struct:ngx_connection_s::sockaddr
sockaddr	src/core/ngx_connection.h	/^    struct sockaddr    *sockaddr;$/;"	m	struct:ngx_listening_s	typeref:struct:ngx_listening_s::sockaddr
sockaddr	src/core/ngx_inet.h	/^    struct sockaddr          *sockaddr;$/;"	m	struct:__anon309	typeref:struct:__anon309::sockaddr
sockaddr	src/core/ngx_inet.h	/^    u_char                    sockaddr[NGX_SOCKADDRLEN];$/;"	m	struct:__anon310
sockaddr	src/core/ngx_resolver.h	/^    struct sockaddr          *sockaddr;$/;"	m	struct:__anon311	typeref:struct:__anon311::sockaddr
sockaddr	src/event/ngx_event_connect.h	/^    struct sockaddr                 *sockaddr;$/;"	m	struct:ngx_peer_connection_s	typeref:struct:ngx_peer_connection_s::sockaddr
sockaddr	src/http/modules/ngx_http_realip_module.c	/^    struct sockaddr   *sockaddr;$/;"	m	struct:__anon43	typeref:struct:__anon43::sockaddr	file:
sockaddr	src/http/modules/ngx_http_upstream_keepalive_module.c	/^    u_char                             sockaddr[NGX_SOCKADDRLEN];$/;"	m	struct:__anon78	file:
sockaddr	src/http/ngx_http_core_module.h	/^        struct sockaddr        sockaddr;$/;"	m	union:__anon167::__anon168	typeref:struct:__anon167::__anon168::sockaddr
sockaddr	src/http/ngx_http_upstream.h	/^    struct sockaddr                 *sockaddr;$/;"	m	struct:__anon194	typeref:struct:__anon194::sockaddr
sockaddr	src/http/ngx_http_upstream_round_robin.h	/^    struct sockaddr                *sockaddr;$/;"	m	struct:__anon229	typeref:struct:__anon229::sockaddr
sockaddr	src/mail/ngx_mail.h	/^    struct sockaddr        *sockaddr;$/;"	m	struct:__anon252	typeref:struct:__anon252::sockaddr
sockaddr	src/mail/ngx_mail.h	/^    u_char                  sockaddr[NGX_SOCKADDRLEN];$/;"	m	struct:__anon246
sockaddr_data	src/http/ngx_http_core_module.h	/^        u_char                 sockaddr_data[NGX_SOCKADDRLEN];$/;"	m	union:__anon167::__anon168
sockaddr_in	src/http/ngx_http_core_module.h	/^        struct sockaddr_in     sockaddr_in;$/;"	m	union:__anon167::__anon168	typeref:struct:__anon167::__anon168::sockaddr_in
sockaddr_in6	src/http/ngx_http_core_module.h	/^        struct sockaddr_in6    sockaddr_in6;$/;"	m	union:__anon167::__anon168	typeref:struct:__anon167::__anon168::sockaddr_in6
sockaddr_un	src/http/ngx_http_core_module.h	/^        struct sockaddr_un     sockaddr_un;$/;"	m	union:__anon167::__anon168	typeref:struct:__anon167::__anon168::sockaddr_un
socklen	src/core/ngx_connection.h	/^    socklen_t           socklen;    \/* size of sockaddr *\/$/;"	m	struct:ngx_listening_s
socklen	src/core/ngx_connection.h	/^    socklen_t           socklen;$/;"	m	struct:ngx_connection_s
socklen	src/core/ngx_inet.h	/^    socklen_t                 socklen;$/;"	m	struct:__anon309
socklen	src/core/ngx_inet.h	/^    socklen_t                 socklen;$/;"	m	struct:__anon310
socklen	src/core/ngx_resolver.h	/^    socklen_t                 socklen;$/;"	m	struct:__anon311
socklen	src/event/ngx_event_connect.h	/^    socklen_t                        socklen;$/;"	m	struct:ngx_peer_connection_s
socklen	src/http/modules/ngx_http_realip_module.c	/^    socklen_t          socklen;$/;"	m	struct:__anon43	file:
socklen	src/http/modules/ngx_http_upstream_keepalive_module.c	/^    socklen_t                          socklen;$/;"	m	struct:__anon78	file:
socklen	src/http/ngx_http_core_module.h	/^    socklen_t                  socklen;$/;"	m	struct:__anon167
socklen	src/http/ngx_http_upstream.h	/^    socklen_t                        socklen;$/;"	m	struct:__anon194
socklen	src/http/ngx_http_upstream_round_robin.h	/^    socklen_t                       socklen;$/;"	m	struct:__anon229
socklen	src/mail/ngx_mail.h	/^    socklen_t               socklen;$/;"	m	struct:__anon246
socklen	src/mail/ngx_mail.h	/^    socklen_t               socklen;$/;"	m	struct:__anon252
source	src/http/ngx_http_script.h	/^    ngx_str_t                  *source;$/;"	m	struct:__anon210
source_charset	src/http/modules/ngx_http_charset_filter_module.c	/^    ngx_int_t                   source_charset;$/;"	m	struct:__anon52	file:
sp	src/http/ngx_http_script.h	/^    ngx_http_variable_value_t  *sp;$/;"	m	struct:__anon209
space_in_uri	src/http/ngx_http_request.h	/^    unsigned                          space_in_uri:1;$/;"	m	struct:ngx_http_request_s
spare0	src/core/ngx_conf_file.h	/^    ngx_uint_t            spare0;$/;"	m	struct:ngx_module_s
spare1	src/core/ngx_conf_file.h	/^    ngx_uint_t            spare1;$/;"	m	struct:ngx_module_s
spare2	src/core/ngx_conf_file.h	/^    ngx_uint_t            spare2;$/;"	m	struct:ngx_module_s
spare3	src/core/ngx_conf_file.h	/^    ngx_uint_t            spare3;$/;"	m	struct:ngx_module_s
spare_hook0	src/core/ngx_conf_file.h	/^    uintptr_t             spare_hook0;$/;"	m	struct:ngx_module_s
spare_hook1	src/core/ngx_conf_file.h	/^    uintptr_t             spare_hook1;$/;"	m	struct:ngx_module_s
spare_hook2	src/core/ngx_conf_file.h	/^    uintptr_t             spare_hook2;$/;"	m	struct:ngx_module_s
spare_hook3	src/core/ngx_conf_file.h	/^    uintptr_t             spare_hook3;$/;"	m	struct:ngx_module_s
spare_hook4	src/core/ngx_conf_file.h	/^    uintptr_t             spare_hook4;$/;"	m	struct:ngx_module_s
spare_hook5	src/core/ngx_conf_file.h	/^    uintptr_t             spare_hook5;$/;"	m	struct:ngx_module_s
spare_hook6	src/core/ngx_conf_file.h	/^    uintptr_t             spare_hook6;$/;"	m	struct:ngx_module_s
spare_hook7	src/core/ngx_conf_file.h	/^    uintptr_t             spare_hook7;$/;"	m	struct:ngx_module_s
spdy	src/http/ngx_http_core_module.h	/^    unsigned                   spdy:1;$/;"	m	struct:__anon167
spdy	src/http/ngx_http_core_module.h	/^    unsigned                   spdy:1;$/;"	m	struct:ngx_http_addr_conf_s
spdy_stream	src/http/ngx_http_request.h	/^    ngx_http_spdy_stream_t           *spdy_stream;$/;"	m	struct:ngx_http_request_s
spec_handler	src/core/ngx_file.h	/^    ngx_tree_handler_pt        spec_handler;$/;"	m	struct:ngx_tree_ctx_s
spin	src/core/ngx_shmtx.h	/^    ngx_uint_t     spin;$/;"	m	struct:__anon324
split_name	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_str_t                      split_name;$/;"	m	struct:__anon145	file:
split_parts	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_array_t                   *split_parts;$/;"	m	struct:__anon148	file:
split_regex	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_regex_t                   *split_regex;$/;"	m	struct:__anon145	file:
src	src/http/modules/ngx_http_charset_filter_module.c	/^    ngx_int_t                   src;$/;"	m	struct:__anon49	file:
src	src/http/modules/ngx_http_charset_filter_module.c	/^    ngx_int_t                   src;$/;"	m	struct:__anon50	file:
src2dst	src/http/modules/ngx_http_charset_filter_module.c	/^    u_char                     *src2dst;$/;"	m	struct:__anon50	file:
srv_conf	src/http/ngx_http_config.h	/^    void        **srv_conf;$/;"	m	struct:__anon184
srv_conf	src/http/ngx_http_request.h	/^    void                            **srv_conf;$/;"	m	struct:ngx_http_request_s
srv_conf	src/http/ngx_http_upstream.h	/^    void                           **srv_conf;$/;"	m	struct:ngx_http_upstream_srv_conf_s
srv_conf	src/mail/ngx_mail.h	/^    void                  **srv_conf;$/;"	m	struct:__anon245
srv_conf	src/mail/ngx_mail.h	/^    void                  **srv_conf;$/;"	m	struct:__anon259
ssi	src/http/modules/perl/ngx_http_perl_module.h	/^    ngx_http_ssi_ctx_t       *ssi;$/;"	m	struct:__anon64
ssi_command_state	src/http/modules/ngx_http_ssi_filter_module.c	/^    ssi_command_state,$/;"	e	enum:__anon41	file:
ssi_comment0_state	src/http/modules/ngx_http_ssi_filter_module.c	/^    ssi_comment0_state,$/;"	e	enum:__anon41	file:
ssi_comment1_state	src/http/modules/ngx_http_ssi_filter_module.c	/^    ssi_comment1_state,$/;"	e	enum:__anon41	file:
ssi_comment_end0_state	src/http/modules/ngx_http_ssi_filter_module.c	/^    ssi_comment_end0_state,$/;"	e	enum:__anon41	file:
ssi_comment_end1_state	src/http/modules/ngx_http_ssi_filter_module.c	/^    ssi_comment_end1_state,$/;"	e	enum:__anon41	file:
ssi_double_quoted_value_state	src/http/modules/ngx_http_ssi_filter_module.c	/^    ssi_double_quoted_value_state,$/;"	e	enum:__anon41	file:
ssi_error_end0_state	src/http/modules/ngx_http_ssi_filter_module.c	/^    ssi_error_end0_state,$/;"	e	enum:__anon41	file:
ssi_error_end1_state	src/http/modules/ngx_http_ssi_filter_module.c	/^    ssi_error_end1_state$/;"	e	enum:__anon41	file:
ssi_error_state	src/http/modules/ngx_http_ssi_filter_module.c	/^    ssi_error_state,$/;"	e	enum:__anon41	file:
ssi_param_state	src/http/modules/ngx_http_ssi_filter_module.c	/^    ssi_param_state,$/;"	e	enum:__anon41	file:
ssi_postparam_state	src/http/modules/ngx_http_ssi_filter_module.c	/^    ssi_postparam_state,$/;"	e	enum:__anon41	file:
ssi_precommand_state	src/http/modules/ngx_http_ssi_filter_module.c	/^    ssi_precommand_state,$/;"	e	enum:__anon41	file:
ssi_preequal_state	src/http/modules/ngx_http_ssi_filter_module.c	/^    ssi_preequal_state,$/;"	e	enum:__anon41	file:
ssi_preparam_state	src/http/modules/ngx_http_ssi_filter_module.c	/^    ssi_preparam_state,$/;"	e	enum:__anon41	file:
ssi_prevalue_state	src/http/modules/ngx_http_ssi_filter_module.c	/^    ssi_prevalue_state,$/;"	e	enum:__anon41	file:
ssi_quoted_symbol_state	src/http/modules/ngx_http_ssi_filter_module.c	/^    ssi_quoted_symbol_state,$/;"	e	enum:__anon41	file:
ssi_quoted_value_state	src/http/modules/ngx_http_ssi_filter_module.c	/^    ssi_quoted_value_state,$/;"	e	enum:__anon41	file:
ssi_sharp_state	src/http/modules/ngx_http_ssi_filter_module.c	/^    ssi_sharp_state,$/;"	e	enum:__anon41	file:
ssi_start_state	src/http/modules/ngx_http_ssi_filter_module.c	/^    ssi_start_state = 0,$/;"	e	enum:__anon41	file:
ssi_tag_state	src/http/modules/ngx_http_ssi_filter_module.c	/^    ssi_tag_state,$/;"	e	enum:__anon41	file:
ssl	src/core/ngx_connection.h	/^    ngx_ssl_connection_t  *ssl;$/;"	m	struct:ngx_connection_s
ssl	src/http/modules/ngx_http_ssl_module.h	/^    ngx_ssl_t                       ssl;$/;"	m	struct:__anon30
ssl	src/http/ngx_http_core_module.h	/^    unsigned                   ssl:1;$/;"	m	struct:__anon167
ssl	src/http/ngx_http_core_module.h	/^    unsigned                   ssl:1;$/;"	m	struct:ngx_http_addr_conf_s
ssl	src/http/ngx_http_request.h	/^    ngx_uint_t                        ssl;    \/* unsigned  ssl:1; *\/$/;"	m	struct:__anon237
ssl	src/http/ngx_http_upstream.h	/^    ngx_ssl_t                       *ssl;$/;"	m	struct:__anon191
ssl	src/http/ngx_http_upstream.h	/^    unsigned                         ssl:1;$/;"	m	struct:ngx_http_upstream_s
ssl	src/mail/ngx_mail.h	/^    ngx_uint_t              ssl;    \/* unsigned   ssl:1; *\/$/;"	m	struct:__anon247
ssl	src/mail/ngx_mail.h	/^    unsigned                ssl:1;$/;"	m	struct:__anon246
ssl	src/mail/ngx_mail.h	/^    unsigned                ssl:1;$/;"	m	struct:__anon252
ssl	src/mail/ngx_mail_ssl_module.h	/^    ngx_ssl_t        ssl;$/;"	m	struct:__anon243
ssl_ctx	src/event/ngx_event_openssl_stapling.c	/^    SSL_CTX                     *ssl_ctx;$/;"	m	struct:__anon342	file:
ssl_servername	src/http/ngx_http_request.h	/^    ngx_str_t                        *ssl_servername;$/;"	m	struct:__anon237
ssl_servername_regex	src/http/ngx_http_request.h	/^    ngx_http_regex_t                 *ssl_servername_regex;$/;"	m	struct:__anon237
ssl_session	src/http/ngx_http_upstream_round_robin.h	/^    ngx_ssl_session_t              *ssl_session;   \/* local to a process *\/$/;"	m	struct:__anon229
ssl_session_reuse	src/http/ngx_http_upstream.h	/^    ngx_flag_t                       ssl_session_reuse;$/;"	m	struct:__anon191
stack_size	src/http/modules/ngx_http_rewrite_module.c	/^    ngx_uint_t    stack_size;$/;"	m	struct:__anon92	file:
staple	src/event/ngx_event_openssl_stapling.c	/^    ngx_str_t                    staple;$/;"	m	struct:__anon342	file:
stapling	src/http/modules/ngx_http_ssl_module.h	/^    ngx_flag_t                      stapling;$/;"	m	struct:__anon30
stapling_file	src/http/modules/ngx_http_ssl_module.h	/^    ngx_str_t                       stapling_file;$/;"	m	struct:__anon30
stapling_responder	src/http/modules/ngx_http_ssl_module.h	/^    ngx_str_t                       stapling_responder;$/;"	m	struct:__anon30
stapling_verify	src/http/modules/ngx_http_ssl_module.h	/^    ngx_flag_t                      stapling_verify;$/;"	m	struct:__anon30
start	src/core/ngx_buf.h	/^    u_char          *start;         \/* start of buffer *\/$/;"	m	struct:ngx_buf_s
start	src/core/ngx_radix_tree.h	/^    char              *start;$/;"	m	struct:__anon295
start	src/core/ngx_slab.h	/^    u_char           *start;$/;"	m	struct:__anon263
start	src/http/modules/ngx_http_fastcgi_module.c	/^    u_char                        *start;$/;"	m	struct:__anon147	file:
start	src/http/modules/ngx_http_geo_module.c	/^    u_short                          start;$/;"	m	struct:__anon122	file:
start	src/http/modules/ngx_http_log_module.c	/^    u_char                     *start;$/;"	m	struct:__anon81	file:
start	src/http/modules/ngx_http_mp4_module.c	/^    ngx_uint_t            start;$/;"	m	struct:__anon99	file:
start	src/http/modules/ngx_http_range_filter_module.c	/^    off_t        start;$/;"	m	struct:__anon164	file:
start	src/http/ngx_http.h	/^    u_char              *start;$/;"	m	struct:__anon228
start_chunk	src/http/modules/ngx_http_mp4_module.c	/^    ngx_uint_t            start_chunk;$/;"	m	struct:__anon98	file:
start_msec	src/http/ngx_http_request.h	/^    ngx_msec_t                        start_msec;$/;"	m	struct:ngx_http_request_s
start_offset	src/http/modules/ngx_http_mp4_module.c	/^    off_t                 start_offset;$/;"	m	struct:__anon98	file:
start_sample	src/http/modules/ngx_http_mp4_module.c	/^    ngx_uint_t            start_sample;$/;"	m	struct:__anon98	file:
start_sec	src/http/ngx_http_request.h	/^    time_t                            start_sec;$/;"	m	struct:ngx_http_request_s
start_value	src/http/modules/ngx_http_userid_filter_module.c	/^static uint32_t  start_value;$/;"	v	file:
started	src/http/modules/ngx_http_gunzip_filter_module.c	/^    unsigned             started:1;$/;"	m	struct:__anon94	file:
starttls	src/mail/ngx_mail.h	/^    unsigned                starttls:1;$/;"	m	struct:__anon259
starttls	src/mail/ngx_mail_ssl_module.h	/^    ngx_uint_t       starttls;$/;"	m	struct:__anon243
starttls_capability	src/mail/ngx_mail_imap_module.h	/^    ngx_str_t    starttls_capability;$/;"	m	struct:__anon240
starttls_capability	src/mail/ngx_mail_pop3_module.h	/^    ngx_str_t    starttls_capability;$/;"	m	struct:__anon244
starttls_capability	src/mail/ngx_mail_smtp_module.h	/^    ngx_str_t    starttls_capability;$/;"	m	struct:__anon241
starttls_only_capability	src/mail/ngx_mail_imap_module.h	/^    ngx_str_t    starttls_only_capability;$/;"	m	struct:__anon240
starttls_only_capability	src/mail/ngx_mail_pop3_module.h	/^    ngx_str_t    starttls_only_capability;$/;"	m	struct:__anon244
starttls_only_capability	src/mail/ngx_mail_smtp_module.h	/^    ngx_str_t    starttls_only_capability;$/;"	m	struct:__anon241
stat_reading	src/http/ngx_http_request.h	/^    unsigned                          stat_reading:1;$/;"	m	struct:ngx_http_request_s
stat_writing	src/http/ngx_http_request.h	/^    unsigned                          stat_writing:1;$/;"	m	struct:ngx_http_request_s
state	src/core/ngx_resolver.h	/^    ngx_int_t                 state;$/;"	m	struct:ngx_resolver_ctx_s
state	src/event/ngx_event_openssl_stapling.c	/^    ngx_uint_t                   state;$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
state	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_http_fastcgi_state_e       state;$/;"	m	struct:__anon148	file:
state	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_uint_t                state;$/;"	m	struct:__anon154
state	src/http/modules/ngx_http_sub_filter_module.c	/^    ngx_uint_t                 state;$/;"	m	struct:__anon135	file:
state	src/http/ngx_http.h	/^    ngx_uint_t           state;$/;"	m	struct:ngx_http_chunked_s
state	src/http/ngx_http_request.h	/^    ngx_uint_t                        state;$/;"	m	struct:ngx_http_request_s
state	src/http/ngx_http_upstream.h	/^    ngx_http_upstream_state_t       *state;$/;"	m	struct:ngx_http_upstream_s
state	src/mail/ngx_mail.h	/^    ngx_uint_t              state;$/;"	m	struct:__anon259
state	src/mail/ngx_mail_auth_http_module.c	/^    ngx_uint_t                      state;$/;"	m	struct:ngx_mail_auth_http_ctx_s	file:
state	src/os/unix/ngx_thread.h	/^    ngx_uint_t   state;$/;"	m	struct:__anon3
static_locations	src/http/ngx_http_core_module.h	/^    ngx_http_location_tree_node_t   *static_locations;$/;"	m	struct:ngx_http_core_loc_conf_s
status	src/http/modules/ngx_http_proxy_module.c	/^    ngx_http_status_t              status;$/;"	m	struct:__anon47	file:
status	src/http/ngx_http_cache.h	/^    ngx_uint_t                       status;$/;"	m	struct:__anon201
status	src/http/ngx_http_core_module.h	/^    ngx_int_t                  status;$/;"	m	struct:__anon181
status	src/http/ngx_http_request.h	/^    ngx_uint_t                        status;$/;"	m	struct:__anon235
status	src/http/ngx_http_script.h	/^    ngx_int_t                   status;$/;"	m	struct:__anon209
status	src/http/ngx_http_script.h	/^    uintptr_t                   status;$/;"	m	struct:__anon217
status	src/http/ngx_http_script.h	/^    uintptr_t                   status;$/;"	m	struct:__anon220
status	src/http/ngx_http_upstream.h	/^    ngx_table_elt_t                 *status;$/;"	m	struct:__anon193
status	src/http/ngx_http_upstream.h	/^    ngx_uint_t                       status;$/;"	m	struct:__anon186
status	src/http/ngx_http_upstream.h	/^    ngx_uint_t                      status;$/;"	m	struct:__anon195
status	src/os/unix/ngx_process.h	/^    int                 status;$/;"	m	struct:__anon8
status_code	src/http/modules/ngx_http_limit_conn_module.c	/^    ngx_uint_t          status_code;$/;"	m	struct:__anon22	file:
status_code	src/http/modules/ngx_http_limit_req_module.c	/^    ngx_uint_t                   status_code;$/;"	m	struct:__anon35	file:
status_line	src/http/ngx_http_request.h	/^    ngx_str_t                         status_line;$/;"	m	struct:__anon235
status_line	src/http/ngx_http_upstream.h	/^    ngx_str_t                        status_line;$/;"	m	struct:__anon193
status_n	src/http/ngx_http_upstream.h	/^    ngx_uint_t                       status_n;$/;"	m	struct:__anon193
stbl_atom_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             stbl_atom_buf;$/;"	m	struct:__anon98	file:
stco_atom_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             stco_atom_buf;$/;"	m	struct:__anon98	file:
stco_data_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             stco_data_buf;$/;"	m	struct:__anon98	file:
store	src/http/ngx_http_upstream.h	/^    signed                           store:2;$/;"	m	struct:__anon191
store	src/http/ngx_http_upstream.h	/^    unsigned                         store:1;$/;"	m	struct:ngx_http_upstream_s
store_access	src/http/ngx_http_upstream.h	/^    ngx_uint_t                       store_access;$/;"	m	struct:__anon191
store_lengths	src/http/ngx_http_upstream.h	/^    ngx_array_t                     *store_lengths;$/;"	m	struct:__anon191
store_values	src/http/ngx_http_upstream.h	/^    ngx_array_t                     *store_values;$/;"	m	struct:__anon191
str	src/core/ngx_string.h	/^    ngx_str_t                 str;$/;"	m	struct:__anon322
stream	src/http/ngx_http_spdy.h	/^    ngx_http_spdy_stream_t          *stream;$/;"	m	struct:ngx_http_spdy_connection_s
stream	src/http/ngx_http_spdy.h	/^    ngx_http_spdy_stream_t          *stream;$/;"	m	struct:ngx_http_spdy_out_frame_s
streams_index	src/http/ngx_http_spdy.h	/^    ngx_http_spdy_stream_t         **streams_index;$/;"	m	struct:ngx_http_spdy_connection_s
streams_index_mask	src/http/ngx_http_spdy_module.h	/^    ngx_uint_t                      streams_index_mask;$/;"	m	struct:__anon227
stsc_atom_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             stsc_atom_buf;$/;"	m	struct:__anon98	file:
stsc_chunk_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             stsc_chunk_buf;$/;"	m	struct:__anon98	file:
stsc_chunk_entry	src/http/modules/ngx_http_mp4_module.c	/^    ngx_mp4_stsc_entry_t  stsc_chunk_entry;$/;"	m	struct:__anon98	file:
stsc_data_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             stsc_data_buf;$/;"	m	struct:__anon98	file:
stsd_atom_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             stsd_atom_buf;$/;"	m	struct:__anon98	file:
stss_atom_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             stss_atom_buf;$/;"	m	struct:__anon98	file:
stss_data_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             stss_data_buf;$/;"	m	struct:__anon98	file:
stsz_atom_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             stsz_atom_buf;$/;"	m	struct:__anon98	file:
stsz_data_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             stsz_data_buf;$/;"	m	struct:__anon98	file:
stts_atom_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             stts_atom_buf;$/;"	m	struct:__anon98	file:
stts_data_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             stts_data_buf;$/;"	m	struct:__anon98	file:
stub	src/event/ngx_event_openssl.h	/^    void                       *stub;$/;"	m	struct:ngx_ssl_sess_id_s
stylesheet	src/http/modules/ngx_http_xslt_filter_module.c	/^    xsltStylesheetPtr          stylesheet;$/;"	m	struct:__anon58	file:
sub	src/http/modules/ngx_http_sub_filter_module.c	/^    ngx_str_t                  sub;$/;"	m	struct:__anon135	file:
sub	src/http/modules/perl/ngx_http_perl_module.c	/^    SV                *sub;$/;"	m	struct:__anon62	file:
sub	src/http/modules/perl/ngx_http_perl_module.c	/^    SV                *sub;$/;"	m	struct:__anon63	file:
sub_match_state	src/http/modules/ngx_http_sub_filter_module.c	/^    sub_match_state,$/;"	e	enum:__anon134	file:
sub_start_state	src/http/modules/ngx_http_sub_filter_module.c	/^    sub_start_state = 0,$/;"	e	enum:__anon134	file:
subrequest_in_memory	src/http/ngx_http_request.h	/^    unsigned                          subrequest_in_memory:1;$/;"	m	struct:ngx_http_request_s
subrequests	src/http/ngx_http_request.h	/^    unsigned                          subrequests:8;$/;"	m	struct:ngx_http_request_s
sync	src/core/ngx_buf.h	/^    unsigned         sync:1;$/;"	m	struct:ngx_buf_s
sync_samples_entries	src/http/modules/ngx_http_mp4_module.c	/^    uint32_t              sync_samples_entries;$/;"	m	struct:__anon98	file:
sys_offset	src/core/ngx_file.h	/^    off_t                      sys_offset;$/;"	m	struct:ngx_file_s
sysctl_t	src/os/unix/ngx_darwin_init.c	/^} sysctl_t;$/;"	t	typeref:struct:__anon17	file:
sysctl_t	src/os/unix/ngx_freebsd_init.c	/^} sysctl_t;$/;"	t	typeref:struct:__anon4	file:
sysctls	src/os/unix/ngx_darwin_init.c	/^sysctl_t sysctls[] = {$/;"	v
sysctls	src/os/unix/ngx_freebsd_init.c	/^sysctl_t sysctls[] = {$/;"	v
table	src/http/modules/ngx_http_charset_filter_module.c	/^    ngx_http_charset_tables_t  *table;$/;"	m	struct:__anon54	file:
table	src/http/modules/ngx_http_charset_filter_module.c	/^    u_char                     *table;$/;"	m	struct:__anon53	file:
tables	src/http/modules/ngx_http_charset_filter_module.c	/^    ngx_array_t                 tables;         \/* ngx_http_charset_tables_t *\/$/;"	m	struct:__anon51	file:
tables	src/http/modules/ngx_http_charset_filter_module.c	/^    u_char                    **tables;$/;"	m	struct:__anon48	file:
tag	src/core/ngx_buf.h	/^    ngx_buf_tag_t                tag;$/;"	m	struct:ngx_output_chain_ctx_s
tag	src/core/ngx_buf.h	/^    ngx_buf_tag_t    tag;$/;"	m	struct:ngx_buf_s
tag	src/core/ngx_cycle.h	/^    void                     *tag;$/;"	m	struct:ngx_shm_zone_s
tag	src/event/ngx_event_pipe.h	/^    ngx_buf_tag_t      tag;$/;"	m	struct:ngx_event_pipe_s
tag	src/mail/ngx_mail.h	/^    ngx_str_t               tag;$/;"	m	struct:__anon259
tagged_line	src/mail/ngx_mail.h	/^    ngx_str_t               tagged_line;$/;"	m	struct:__anon259
tail	src/http/modules/ngx_http_autoindex_module.c	/^static u_char tail[] =$/;"	v	file:
tcp_keepcnt	src/http/ngx_http_core_module.h	/^    int                        tcp_keepcnt;$/;"	m	struct:__anon167
tcp_keepcnt	src/mail/ngx_mail.h	/^    int                     tcp_keepcnt;$/;"	m	struct:__anon246
tcp_keepcnt	src/mail/ngx_mail.h	/^    int                     tcp_keepcnt;$/;"	m	struct:__anon252
tcp_keepidle	src/http/ngx_http_core_module.h	/^    int                        tcp_keepidle;$/;"	m	struct:__anon167
tcp_keepidle	src/mail/ngx_mail.h	/^    int                     tcp_keepidle;$/;"	m	struct:__anon246
tcp_keepidle	src/mail/ngx_mail.h	/^    int                     tcp_keepidle;$/;"	m	struct:__anon252
tcp_keepintvl	src/http/ngx_http_core_module.h	/^    int                        tcp_keepintvl;$/;"	m	struct:__anon167
tcp_keepintvl	src/mail/ngx_mail.h	/^    int                     tcp_keepintvl;$/;"	m	struct:__anon246
tcp_keepintvl	src/mail/ngx_mail.h	/^    int                     tcp_keepintvl;$/;"	m	struct:__anon252
tcp_nodelay	src/core/ngx_connection.h	/^    unsigned            tcp_nodelay:2;   \/* ngx_connection_tcp_nodelay_e *\/$/;"	m	struct:ngx_connection_s
tcp_nodelay	src/http/ngx_http_core_module.h	/^    ngx_flag_t    tcp_nodelay;             \/* tcp_nodelay *\/$/;"	m	struct:ngx_http_core_loc_conf_s
tcp_nopush	src/core/ngx_connection.h	/^    unsigned            tcp_nopush:2;    \/* ngx_connection_tcp_nopush_e *\/$/;"	m	struct:ngx_connection_s
tcp_nopush	src/http/ngx_http_core_module.h	/^    ngx_flag_t    tcp_nopush;              \/* tcp_nopush *\/$/;"	m	struct:ngx_http_core_loc_conf_s
temp_file	src/core/ngx_buf.h	/^    unsigned         temp_file:1;$/;"	m	struct:ngx_buf_s
temp_file	src/event/ngx_event_pipe.h	/^    ngx_temp_file_t   *temp_file;$/;"	m	struct:ngx_event_pipe_s
temp_file	src/http/ngx_http_cache.h	/^    unsigned                         temp_file:1;$/;"	m	struct:ngx_http_cache_s
temp_file	src/http/ngx_http_request.h	/^    ngx_temp_file_t                  *temp_file;$/;"	m	struct:__anon236
temp_file_write_size	src/event/ngx_event_pipe.h	/^    ssize_t            temp_file_write_size;$/;"	m	struct:ngx_event_pipe_s
temp_file_write_size	src/http/ngx_http_upstream.h	/^    size_t                           temp_file_write_size;$/;"	m	struct:__anon191
temp_file_write_size_conf	src/http/ngx_http_upstream.h	/^    size_t                           temp_file_write_size_conf;$/;"	m	struct:__anon191
temp_number	src/core/ngx_file.c	/^static ngx_atomic_t   temp_number = 0;$/;"	v	file:
temp_path	src/http/ngx_http_upstream.h	/^    ngx_path_t                      *temp_path;$/;"	m	struct:__anon191
temp_pool	src/core/ngx_conf_file.h	/^    ngx_pool_t           *temp_pool;$/;"	m	struct:ngx_conf_s
temp_pool	src/core/ngx_hash.h	/^    ngx_pool_t       *temp_pool;$/;"	m	struct:__anon288
temp_pool	src/core/ngx_hash.h	/^    ngx_pool_t       *temp_pool;$/;"	m	struct:__anon289
temp_pool	src/http/modules/ngx_http_geo_module.c	/^    ngx_pool_t                      *temp_pool;$/;"	m	struct:__anon126	file:
temporary	src/core/ngx_buf.h	/^    unsigned         temporary:1;$/;"	m	struct:ngx_buf_s
terminal_posted_request	src/http/ngx_http_request.h	/^    ngx_http_posted_request_t         terminal_posted_request;$/;"	m	struct:__anon239
test	src/http/ngx_http_script.h	/^    uintptr_t                   test:1;$/;"	m	struct:__anon217
test	src/os/unix/ngx_files.h	/^    ngx_uint_t                   test;$/;"	m	struct:__anon13
test_dir	src/core/ngx_open_file_cache.h	/^    unsigned                 test_dir:1;$/;"	m	struct:__anon315
test_dir	src/http/ngx_http_core_module.h	/^    unsigned                   test_dir:1;$/;"	m	struct:__anon182
test_only	src/core/ngx_open_file_cache.h	/^    unsigned                 test_only:1;$/;"	m	struct:__anon315
text	src/http/ngx_http_script.h	/^    ngx_http_complex_value_t    text;$/;"	m	struct:__anon220
text	src/mail/ngx_mail.h	/^    ngx_str_t               text;$/;"	m	struct:__anon259
text_data	src/http/ngx_http_script.h	/^    uintptr_t                   text_data;$/;"	m	struct:__anon225
text_len	src/http/ngx_http_script.h	/^    uintptr_t                   text_len;$/;"	m	struct:__anon225
thr_attr	src/os/unix/ngx_pthread_thread.c	/^static pthread_attr_t  thr_attr;$/;"	v	file:
thread_stack_size	src/core/ngx_cycle.h	/^     size_t                   thread_stack_size;$/;"	m	struct:__anon264
tid	src/os/unix/ngx_freebsd_rfork_thread.h	/^    ngx_tid_t     tid;$/;"	m	struct:__anon16
tid	src/os/unix/ngx_thread.h	/^    ngx_tid_t    tid;$/;"	m	struct:__anon3
tids	src/os/unix/ngx_freebsd_rfork_thread.c	/^static ngx_tid_t     *tids;      \/* the threads tids array *\/$/;"	v	file:
time	src/core/ngx_file.h	/^    time_t                     time;$/;"	m	struct:__anon278
time	src/core/ngx_file.h	/^    time_t                     time;$/;"	m	struct:__anon279
time	src/http/ngx_http_busy_lock.h	/^    time_t         time;$/;"	m	struct:__anon208
time_to_sample_entries	src/http/modules/ngx_http_mp4_module.c	/^    uint32_t              time_to_sample_entries;$/;"	m	struct:__anon98	file:
timedout	src/core/ngx_connection.h	/^    unsigned            timedout:1;$/;"	m	struct:ngx_connection_s
timedout	src/event/ngx_event.h	/^    unsigned         timedout:1;$/;"	m	struct:ngx_event_s
timefmt	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_str_t                 timefmt;$/;"	m	struct:__anon154
timeout	src/core/ngx_resolver.h	/^    ngx_msec_t                timeout;$/;"	m	struct:ngx_resolver_ctx_s
timeout	src/event/ngx_event_openssl_stapling.c	/^    ngx_msec_t                   timeout;$/;"	m	struct:__anon342	file:
timeout	src/event/ngx_event_openssl_stapling.c	/^    ngx_msec_t                   timeout;$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
timeout	src/http/ngx_http_busy_lock.h	/^    time_t              timeout;$/;"	m	struct:__anon207
timeout	src/http/ngx_http_upstream.h	/^    ngx_msec_t                       timeout;$/;"	m	struct:__anon191
timeout	src/http/ngx_http_upstream.h	/^    ngx_msec_t                       timeout;$/;"	m	struct:ngx_http_upstream_s
timeout	src/mail/ngx_mail.h	/^    ngx_msec_t              timeout;$/;"	m	struct:__anon254
timeout	src/mail/ngx_mail_auth_http_module.c	/^    ngx_msec_t                      timeout;$/;"	m	struct:__anon262	file:
timeout	src/mail/ngx_mail_proxy_module.c	/^    ngx_msec_t  timeout;$/;"	m	struct:__anon242	file:
timer	src/event/ngx_event.h	/^    ngx_rbtree_node_t   timer;$/;"	m	struct:ngx_event_s
timer	src/event/ngx_event_busy_lock.h	/^    ngx_msec_t                  timer;$/;"	m	struct:ngx_event_busy_lock_ctx_s
timer_create	src/event/modules/ngx_eventport_module.c	/^int timer_create(clockid_t clock_id, struct sigevent *evp, timer_t *timerid)$/;"	f
timer_delete	src/event/modules/ngx_eventport_module.c	/^int timer_delete(timer_t timerid)$/;"	f
timer_resolution	src/core/ngx_cycle.h	/^     ngx_msec_t               timer_resolution;$/;"	m	struct:__anon264
timer_set	src/event/ngx_event.h	/^    unsigned         timer_set:1;$/;"	m	struct:ngx_event_s
timer_settime	src/event/modules/ngx_eventport_module.c	/^int timer_settime(timer_t timerid, int flags, const struct itimerspec *value,$/;"	f
timer_t	src/event/modules/ngx_eventport_module.c	/^typedef void *  timer_t;$/;"	t	file:
timescale	src/http/modules/ngx_http_mp4_module.c	/^    u_char    timescale[4];$/;"	m	struct:__anon103	file:
timescale	src/http/modules/ngx_http_mp4_module.c	/^    u_char    timescale[4];$/;"	m	struct:__anon104	file:
timescale	src/http/modules/ngx_http_mp4_module.c	/^    u_char    timescale[4];$/;"	m	struct:__anon107	file:
timescale	src/http/modules/ngx_http_mp4_module.c	/^    u_char    timescale[4];$/;"	m	struct:__anon108	file:
timescale	src/http/modules/ngx_http_mp4_module.c	/^    uint32_t              timescale;$/;"	m	struct:__anon98	file:
timescale	src/http/modules/ngx_http_mp4_module.c	/^    uint32_t              timescale;$/;"	m	struct:__anon99	file:
timezonevar	src/os/unix/ngx_posix_config.h	25;"	d
title	src/http/modules/ngx_http_autoindex_module.c	/^static u_char title[] =$/;"	v	file:
tkhd_atom_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             tkhd_atom_buf;$/;"	m	struct:__anon98	file:
tkhd_size	src/http/modules/ngx_http_mp4_module.c	/^    size_t                tkhd_size;$/;"	m	struct:__anon98	file:
to_utf8	src/http/modules/ngx_http_charset_filter_module.c	/^    unsigned                    to_utf8:1;$/;"	m	struct:__anon53	file:
total_weight	src/http/ngx_http_upstream_round_robin.h	/^    ngx_uint_t                      total_weight;$/;"	m	struct:ngx_http_upstream_rr_peers_s
track_id	src/http/modules/ngx_http_mp4_module.c	/^    u_char    track_id[4];$/;"	m	struct:__anon105	file:
track_id	src/http/modules/ngx_http_mp4_module.c	/^    u_char    track_id[4];$/;"	m	struct:__anon106	file:
trak	src/http/modules/ngx_http_mp4_module.c	/^    ngx_array_t           trak;$/;"	m	struct:__anon99	file:
trak_atom_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             trak_atom_buf;$/;"	m	struct:__anon98	file:
traks	src/http/modules/ngx_http_mp4_module.c	/^    ngx_http_mp4_trak_t   traks[2];$/;"	m	struct:__anon99	file:
transfer_encoding	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *transfer_encoding;$/;"	m	struct:__anon234
transfer_encoding	src/http/ngx_http_upstream.h	/^    ngx_table_elt_t                 *transfer_encoding;$/;"	m	struct:__anon193
transform	src/http/modules/ngx_http_xslt_filter_module.c	/^    xsltTransformContextPtr    transform;$/;"	m	struct:__anon60	file:
transparency	src/http/modules/ngx_http_image_filter_module.c	/^    ngx_flag_t                   transparency;$/;"	m	struct:__anon74	file:
tree	src/http/modules/ngx_http_geo_module.c	/^    ngx_radix_tree_t                *tree;$/;"	m	struct:__anon123	file:
tree	src/http/modules/ngx_http_geo_module.c	/^    ngx_radix_tree_t                *tree;$/;"	m	struct:__anon126	file:
tree	src/http/ngx_http_core_module.h	/^    ngx_http_location_tree_node_t   *tree;$/;"	m	struct:ngx_http_location_tree_node_s
tree6	src/http/modules/ngx_http_geo_module.c	/^    ngx_radix_tree_t                *tree6;$/;"	m	struct:__anon123	file:
tree6	src/http/modules/ngx_http_geo_module.c	/^    ngx_radix_tree_t                *tree6;$/;"	m	struct:__anon126	file:
trees	src/http/modules/ngx_http_geo_module.c	/^        ngx_http_geo_trees_t         trees;$/;"	m	union:__anon127::__anon128	file:
tried	src/http/ngx_http_upstream_round_robin.h	/^    uintptr_t                      *tried;$/;"	m	struct:__anon230
tries	src/event/ngx_event_connect.h	/^    ngx_uint_t                       tries;$/;"	m	struct:ngx_peer_connection_s
tries	src/http/modules/ngx_http_upstream_ip_hash_module.c	/^    u_char                             tries;$/;"	m	struct:__anon142	file:
trusted_certificate	src/http/modules/ngx_http_ssl_module.h	/^    ngx_str_t                       trusted_certificate;$/;"	m	struct:__anon30
try_files	src/http/ngx_http_core_module.h	/^    ngx_http_try_file_t    *try_files;     \/* try_files *\/$/;"	m	struct:ngx_http_core_loc_conf_s
try_files	src/http/ngx_http_core_module.h	/^    ngx_uint_t                 try_files;       \/* unsigned  try_files:1 *\/$/;"	m	struct:__anon172
ttl	src/core/ngx_resolver.c	/^    u_char  ttl[4];$/;"	m	struct:__anon282	file:
type	src/core/ngx_conf_file.h	/^    ngx_uint_t            type;$/;"	m	struct:ngx_command_s
type	src/core/ngx_conf_file.h	/^    ngx_uint_t            type;$/;"	m	struct:ngx_module_s
type	src/core/ngx_connection.h	/^    int                 type;$/;"	m	struct:ngx_listening_s
type	src/core/ngx_resolver.h	/^    ngx_int_t                 type;$/;"	m	struct:ngx_resolver_ctx_s
type	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_uint_t                     type;$/;"	m	struct:__anon148	file:
type	src/http/modules/ngx_http_fastcgi_module.c	/^    u_char  type;$/;"	m	struct:__anon149	file:
type	src/http/modules/ngx_http_fastcgi_module.c	/^    u_char  type;$/;"	m	struct:__anon151	file:
type	src/http/modules/ngx_http_image_filter_module.c	/^    ngx_uint_t                   type;$/;"	m	struct:__anon75	file:
type	src/http/modules/ngx_http_realip_module.c	/^    ngx_uint_t         type;$/;"	m	struct:__anon42	file:
type	src/mail/ngx_mail.h	/^    ngx_uint_t                  type;$/;"	m	struct:ngx_mail_protocol_s
type	src/os/unix/ngx_files.h	/^    unsigned                     type:8;$/;"	m	struct:__anon12
type_hi	src/core/ngx_resolver.c	/^    u_char  type_hi;$/;"	m	struct:__anon281	file:
type_hi	src/core/ngx_resolver.c	/^    u_char  type_hi;$/;"	m	struct:__anon282	file:
type_lo	src/core/ngx_resolver.c	/^    u_char  type_lo;$/;"	m	struct:__anon281	file:
type_lo	src/core/ngx_resolver.c	/^    u_char  type_lo;$/;"	m	struct:__anon282	file:
types	src/http/modules/ngx_http_addition_filter_module.c	/^    ngx_hash_t    types;$/;"	m	struct:__anon66	file:
types	src/http/modules/ngx_http_charset_filter_module.c	/^    ngx_hash_t                  types;$/;"	m	struct:__anon52	file:
types	src/http/modules/ngx_http_gzip_filter_module.c	/^    ngx_hash_t           types;$/;"	m	struct:__anon88	file:
types	src/http/modules/ngx_http_ssi_filter_module.c	/^    ngx_hash_t    types;$/;"	m	struct:__anon38	file:
types	src/http/modules/ngx_http_sub_filter_module.c	/^    ngx_hash_t                 types;$/;"	m	struct:__anon133	file:
types	src/http/modules/ngx_http_xslt_filter_module.c	/^    ngx_hash_t                 types;$/;"	m	struct:__anon59	file:
types	src/http/ngx_http_core_module.h	/^    ngx_array_t  *types;$/;"	m	struct:ngx_http_core_loc_conf_s
types_hash	src/http/ngx_http_core_module.h	/^    ngx_hash_t    types_hash;$/;"	m	struct:ngx_http_core_loc_conf_s
types_hash_bucket_size	src/http/ngx_http_core_module.h	/^    ngx_uint_t    types_hash_bucket_size;$/;"	m	struct:ngx_http_core_loc_conf_s
types_hash_max_size	src/http/ngx_http_core_module.h	/^    ngx_uint_t    types_hash_max_size;$/;"	m	struct:ngx_http_core_loc_conf_s
types_keys	src/http/modules/ngx_http_addition_filter_module.c	/^    ngx_array_t  *types_keys;$/;"	m	struct:__anon66	file:
types_keys	src/http/modules/ngx_http_charset_filter_module.c	/^    ngx_array_t                *types_keys;$/;"	m	struct:__anon52	file:
types_keys	src/http/modules/ngx_http_gzip_filter_module.c	/^    ngx_array_t         *types_keys;$/;"	m	struct:__anon88	file:
types_keys	src/http/modules/ngx_http_ssi_filter_module.c	/^    ngx_array_t  *types_keys;$/;"	m	struct:__anon38	file:
types_keys	src/http/modules/ngx_http_sub_filter_module.c	/^    ngx_array_t               *types_keys;$/;"	m	struct:__anon133	file:
types_keys	src/http/modules/ngx_http_xslt_filter_module.c	/^    ngx_array_t               *types_keys;$/;"	m	struct:__anon59	file:
u	src/core/ngx_inet.h	/^    } u;$/;"	m	struct:__anon307	typeref:union:__anon307::__anon308
u	src/core/ngx_resolver.h	/^    } u;$/;"	m	struct:__anon312	typeref:union:__anon312::__anon313
u	src/http/modules/ngx_http_geo_module.c	/^    } u;$/;"	m	struct:__anon127	typeref:union:__anon127::__anon128	file:
u	src/http/ngx_http_core_module.h	/^    } u;$/;"	m	struct:__anon167	typeref:union:__anon167::__anon168
u32	src/event/modules/ngx_epoll_module.c	/^    uint32_t      u32;$/;"	m	union:epoll_data	file:
u64	src/event/modules/ngx_epoll_module.c	/^    uint64_t      u64;$/;"	m	union:epoll_data	file:
udp_connection	src/core/ngx_resolver.h	/^    ngx_udp_connection_t     *udp_connection;$/;"	m	struct:ngx_resolver_ctx_s
udp_connections	src/core/ngx_resolver.h	/^    ngx_array_t               udp_connections;$/;"	m	struct:__anon314
udp_recv	src/os/unix/ngx_os.h	/^    ngx_recv_pt        udp_recv;$/;"	m	struct:__anon14
uid_got	src/http/modules/ngx_http_userid_filter_module.c	/^    uint32_t    uid_got[4];$/;"	m	struct:__anon91	file:
uid_set	src/http/modules/ngx_http_userid_filter_module.c	/^    uint32_t    uid_set[4];$/;"	m	struct:__anon91	file:
uint_t	src/event/modules/ngx_eventport_module.c	16;"	d	file:
unaligned	src/core/ngx_buf.h	/^    unsigned                     unaligned:1;$/;"	m	struct:ngx_output_chain_ctx_s
underscores_in_headers	src/http/ngx_http_core_module.h	/^    ngx_flag_t                  underscores_in_headers;$/;"	m	struct:__anon173
unexpected_eof	src/core/ngx_connection.h	/^    unsigned            unexpected_eof:1;$/;"	m	struct:ngx_connection_s
unexpected_eof	src/event/ngx_event.h	/^    unsigned         unexpected_eof:1;$/;"	m	struct:ngx_event_s
uniform_size	src/http/modules/ngx_http_mp4_module.c	/^    u_char    uniform_size[4];$/;"	m	struct:__anon116	file:
uninitialized_variable_warn	src/http/modules/ngx_http_rewrite_module.c	/^    ngx_flag_t    uninitialized_variable_warn;$/;"	m	struct:__anon92	file:
uniq	src/core/ngx_open_file_cache.h	/^    ngx_file_uniq_t          uniq;$/;"	m	struct:__anon315
uniq	src/core/ngx_open_file_cache.h	/^    ngx_file_uniq_t          uniq;$/;"	m	struct:ngx_cached_open_file_s
uniq	src/http/ngx_http_cache.h	/^    ngx_file_uniq_t                  uniq;$/;"	m	struct:__anon202
uniq	src/http/ngx_http_cache.h	/^    ngx_file_uniq_t                  uniq;$/;"	m	struct:ngx_http_cache_s
unparsed_uri	src/http/ngx_http_request.h	/^    ngx_str_t                         unparsed_uri;$/;"	m	struct:ngx_http_request_s
updated	src/http/ngx_http_cache.h	/^    unsigned                         updated:1;$/;"	m	struct:ngx_http_cache_s
updating	src/http/ngx_http_cache.h	/^    unsigned                         updating:1;$/;"	m	struct:__anon202
updating	src/http/ngx_http_cache.h	/^    unsigned                         updating:1;$/;"	m	struct:ngx_http_cache_s
upgrade	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *upgrade;$/;"	m	struct:__anon234
upgrade	src/http/ngx_http_upstream.h	/^    unsigned                         upgrade:1;$/;"	m	struct:ngx_http_upstream_s
upstream	src/event/ngx_event_pipe.h	/^    ngx_connection_t  *upstream;$/;"	m	struct:ngx_event_pipe_s
upstream	src/http/modules/ngx_http_fastcgi_module.c	/^    ngx_http_upstream_conf_t       upstream;$/;"	m	struct:__anon145	file:
upstream	src/http/modules/ngx_http_memcached_module.c	/^    ngx_http_upstream_conf_t   upstream;$/;"	m	struct:__anon119	file:
upstream	src/http/modules/ngx_http_proxy_module.c	/^    ngx_http_upstream_conf_t       upstream;$/;"	m	struct:__anon46	file:
upstream	src/http/modules/ngx_http_scgi_module.c	/^    ngx_http_upstream_conf_t   upstream;$/;"	m	struct:__anon141	file:
upstream	src/http/modules/ngx_http_upstream_keepalive_module.c	/^    ngx_http_upstream_t               *upstream;$/;"	m	struct:__anon77	file:
upstream	src/http/modules/ngx_http_uwsgi_module.c	/^    ngx_http_upstream_conf_t   upstream;$/;"	m	struct:__anon121	file:
upstream	src/http/ngx_http_request.h	/^    ngx_http_upstream_t              *upstream;$/;"	m	struct:ngx_http_request_s
upstream	src/http/ngx_http_upstream.h	/^    ngx_http_upstream_srv_conf_t    *upstream;$/;"	m	struct:__anon191
upstream	src/mail/ngx_mail.h	/^    ngx_peer_connection_t   upstream;$/;"	m	struct:__anon258
upstream_blocked	src/event/ngx_event_pipe.h	/^    unsigned           upstream_blocked:1;$/;"	m	struct:ngx_event_pipe_s
upstream_done	src/event/ngx_event_pipe.h	/^    unsigned           upstream_done:1;$/;"	m	struct:ngx_event_pipe_s
upstream_eof	src/event/ngx_event_pipe.h	/^    unsigned           upstream_eof:1;$/;"	m	struct:ngx_event_pipe_s
upstream_error	src/event/ngx_event_pipe.h	/^    unsigned           upstream_error:1;$/;"	m	struct:ngx_event_pipe_s
upstream_states	src/http/ngx_http_request.h	/^    ngx_array_t                      *upstream_states;$/;"	m	struct:ngx_http_request_s
upstreams	src/http/ngx_http_upstream.h	/^    ngx_array_t                      upstreams;$/;"	m	struct:__anon187
uri	src/core/ngx_inet.h	/^    ngx_str_t                 uri;$/;"	m	struct:__anon310
uri	src/event/ngx_event_openssl_stapling.c	/^    ngx_str_t                    uri;$/;"	m	struct:__anon342	file:
uri	src/event/ngx_event_openssl_stapling.c	/^    ngx_str_t                    uri;$/;"	m	struct:ngx_ssl_ocsp_ctx_s	file:
uri	src/http/modules/ngx_http_proxy_module.c	/^    ngx_str_t                      uri;$/;"	m	struct:__anon45	file:
uri	src/http/ngx_http_request.h	/^    ngx_str_t                         uri;$/;"	m	struct:ngx_http_request_s
uri	src/http/ngx_http_script.h	/^    uintptr_t                   uri:1;$/;"	m	struct:__anon217
uri	src/http/ngx_http_script.h	/^    uintptr_t                   uri:1;$/;"	m	struct:__anon218
uri	src/http/ngx_http_upstream.h	/^    ngx_str_t                        uri;$/;"	m	struct:ngx_http_upstream_s
uri	src/mail/ngx_mail_auth_http_module.c	/^    ngx_str_t                       uri;$/;"	m	struct:__anon262	file:
uri_changed	src/http/ngx_http_request.h	/^    unsigned                          uri_changed:1;$/;"	m	struct:ngx_http_request_s
uri_changes	src/http/ngx_http_request.h	/^    unsigned                          uri_changes:4;$/;"	m	struct:ngx_http_request_s
uri_end	src/http/ngx_http_request.h	/^    u_char                           *uri_end;$/;"	m	struct:ngx_http_request_s
uri_ext	src/http/ngx_http_request.h	/^    u_char                           *uri_ext;$/;"	m	struct:ngx_http_request_s
uri_part	src/core/ngx_inet.h	/^    unsigned                  uri_part:1;$/;"	m	struct:__anon310
uri_start	src/http/ngx_http_request.h	/^    u_char                           *uri_start;$/;"	m	struct:ngx_http_request_s
url	src/core/ngx_inet.h	/^    ngx_str_t                 url;$/;"	m	struct:__anon310
url	src/http/modules/ngx_http_proxy_module.c	/^    ngx_str_t                      url;$/;"	m	struct:__anon46	file:
usable_stack_size	src/os/unix/ngx_freebsd_rfork_thread.c	/^static size_t         usable_stack_size;$/;"	v	file:
use	src/event/ngx_event.h	/^    ngx_uint_t    use;$/;"	m	struct:__anon335
use_event	src/core/ngx_open_file_cache.h	/^    unsigned                 use_event:1;$/;"	m	struct:ngx_cached_open_file_s
user	src/core/ngx_cycle.h	/^     ngx_uid_t                user;$/;"	m	struct:__anon264
user	src/http/ngx_http_request.h	/^    ngx_str_t                         user;$/;"	m	struct:__anon234
user_agent	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *user_agent;$/;"	m	struct:__anon234
user_file	src/http/modules/ngx_http_auth_basic_module.c	/^    ngx_http_complex_value_t   user_file;$/;"	m	struct:__anon158	file:
username	src/core/ngx_cycle.h	/^     char                    *username;$/;"	m	struct:__anon264
uses	src/core/ngx_open_file_cache.h	/^    uint32_t                 uses;$/;"	m	struct:ngx_cached_open_file_s
uses	src/http/ngx_http_cache.h	/^    unsigned                         uses:10;$/;"	m	struct:__anon202
ushort_t	src/event/modules/ngx_eventport_module.c	15;"	d	file:
usual	src/http/ngx_http_parse.c	/^static uint32_t  usual[] = {$/;"	v	file:
utf8	src/http/modules/ngx_http_charset_filter_module.c	/^    unsigned                    utf8:1;$/;"	m	struct:__anon48	file:
utf_len	src/http/modules/ngx_http_autoindex_module.c	/^    size_t         utf_len;$/;"	m	struct:__anon143	file:
uwsgi_lengths	src/http/modules/ngx_http_uwsgi_module.c	/^    ngx_array_t               *uwsgi_lengths;$/;"	m	struct:__anon121	file:
uwsgi_string	src/http/modules/ngx_http_uwsgi_module.c	/^    ngx_str_t                  uwsgi_string;$/;"	m	struct:__anon121	file:
uwsgi_values	src/http/modules/ngx_http_uwsgi_module.c	/^    ngx_array_t               *uwsgi_values;$/;"	m	struct:__anon121	file:
valid	src/core/ngx_open_file_cache.h	/^    time_t                   valid;$/;"	m	struct:__anon315
valid	src/core/ngx_resolver.h	/^    time_t                    valid;$/;"	m	struct:__anon312
valid	src/core/ngx_resolver.h	/^    time_t                    valid;$/;"	m	struct:__anon314
valid	src/core/ngx_string.h	/^    unsigned    valid:1;$/;"	m	struct:__anon321
valid	src/event/ngx_event_openssl_stapling.c	/^    time_t                       valid;$/;"	m	struct:__anon342	file:
valid	src/http/ngx_http_cache.h	/^    time_t                           valid;$/;"	m	struct:__anon201
valid_info	src/core/ngx_file.h	/^    unsigned                   valid_info:1;$/;"	m	struct:ngx_file_s
valid_info	src/os/unix/ngx_files.h	/^    unsigned                     valid_info:1;$/;"	m	struct:__anon12
valid_location	src/http/ngx_http_request.h	/^    unsigned                          valid_location:1;$/;"	m	struct:ngx_http_request_s
valid_msec	src/http/ngx_http_cache.h	/^    ngx_uint_t                       valid_msec;$/;"	m	struct:ngx_http_cache_s
valid_msec	src/http/ngx_http_cache.h	/^    u_short                          valid_msec;$/;"	m	struct:__anon203
valid_msec	src/http/ngx_http_cache.h	/^    unsigned                         valid_msec:10;$/;"	m	struct:__anon202
valid_sec	src/http/ngx_http_cache.h	/^    time_t                           valid_sec;$/;"	m	struct:__anon202
valid_sec	src/http/ngx_http_cache.h	/^    time_t                           valid_sec;$/;"	m	struct:__anon203
valid_sec	src/http/ngx_http_cache.h	/^    time_t                           valid_sec;$/;"	m	struct:ngx_http_cache_s
valid_unparsed_uri	src/http/ngx_http_request.h	/^    unsigned                          valid_unparsed_uri:1;$/;"	m	struct:ngx_http_request_s
value	src/core/ngx_conf_file.h	/^    ngx_uint_t                value;$/;"	m	struct:__anon273
value	src/core/ngx_hash.h	/^    ngx_str_t         value;$/;"	m	struct:__anon290
value	src/core/ngx_hash.h	/^    void             *value;$/;"	m	struct:__anon283
value	src/core/ngx_hash.h	/^    void             *value;$/;"	m	struct:__anon285
value	src/core/ngx_hash.h	/^    void             *value;$/;"	m	struct:__anon286
value	src/core/ngx_radix_tree.h	/^    uintptr_t          value;$/;"	m	struct:ngx_radix_node_s
value	src/core/ngx_string.h	/^    ngx_str_t   value;$/;"	m	struct:__anon320
value	src/http/modules/ngx_http_geo_module.c	/^    ngx_http_variable_value_t       *value;$/;"	m	struct:__anon122	file:
value	src/http/modules/ngx_http_geo_module.c	/^    ngx_http_variable_value_t       *value;$/;"	m	struct:__anon125	file:
value	src/http/modules/ngx_http_geo_module.c	/^    ngx_http_variable_value_t       *value;$/;"	m	struct:__anon126	file:
value	src/http/modules/ngx_http_headers_filter_module.c	/^    ngx_http_complex_value_t   value;$/;"	m	struct:ngx_http_header_val_s	file:
value	src/http/modules/ngx_http_map_module.c	/^    ngx_http_complex_value_t    value;$/;"	m	struct:__anon132	file:
value	src/http/modules/ngx_http_split_clients_module.c	/^    ngx_http_complex_value_t    value;$/;"	m	struct:__anon24	file:
value	src/http/modules/ngx_http_split_clients_module.c	/^    ngx_http_variable_value_t   value;$/;"	m	struct:__anon23	file:
value	src/http/modules/ngx_http_ssi_filter_module.c	/^    ngx_str_t     value;$/;"	m	struct:__anon39	file:
value	src/http/modules/ngx_http_sub_filter_module.c	/^    ngx_http_complex_value_t   value;$/;"	m	struct:__anon133	file:
value	src/http/modules/ngx_http_xslt_filter_module.c	/^    ngx_http_complex_value_t   value;$/;"	m	struct:__anon57	file:
value	src/http/modules/perl/ngx_http_perl_module.h	/^    ngx_str_t     value;$/;"	m	struct:__anon65
value	src/http/ngx_http_core_module.h	/^    ngx_http_complex_value_t   value;$/;"	m	struct:__anon181
value	src/http/ngx_http_script.h	/^    ngx_str_t                   value;$/;"	m	struct:__anon211
value	src/http/ngx_http_script.h	/^    ngx_str_t                  *value;$/;"	m	struct:__anon212
value	src/http/ngx_http_script.h	/^    uintptr_t                   value;$/;"	m	struct:__anon225
value	src/http/ngx_http_upstream.h	/^    ngx_http_complex_value_t        *value;$/;"	m	struct:__anon190
value	src/http/ngx_http_upstream.h	/^    ngx_str_t   value;$/;"	m	struct:__anon196
value	src/http/ngx_http_variables.h	/^    void                         *value;$/;"	m	struct:__anon199
value	src/os/unix/ngx_darwin_init.c	/^    void        *value;$/;"	m	struct:__anon17	file:
value	src/os/unix/ngx_freebsd_init.c	/^    void        *value;$/;"	m	struct:__anon4	file:
value_buf	src/http/modules/ngx_http_ssi_filter_module.h	/^    void                     *value_buf;$/;"	m	struct:__anon154
value_len	src/http/modules/ngx_http_ssi_filter_module.c	/^    size_t        value_len;$/;"	m	struct:__anon38	file:
value_len	src/http/modules/ngx_http_ssi_filter_module.h	/^    size_t                    value_len;$/;"	m	struct:__anon154
values	src/http/modules/ngx_http_index_module.c	/^    ngx_array_t             *values;$/;"	m	struct:__anon25	file:
values	src/http/modules/ngx_http_log_module.c	/^    ngx_array_t                *values;$/;"	m	struct:__anon82	file:
values	src/http/ngx_http_core_module.h	/^    ngx_array_t               *values;$/;"	m	struct:__anon182
values	src/http/ngx_http_script.h	/^    ngx_array_t               **values;$/;"	m	struct:__anon210
values	src/http/ngx_http_script.h	/^    void                       *values;$/;"	m	struct:__anon211
values_hash	src/http/modules/ngx_http_map_module.c	/^    ngx_array_t                *values_hash;$/;"	m	struct:__anon131	file:
var	src/http/modules/ngx_http_limit_conn_module.c	/^    ngx_str_t           var;$/;"	m	struct:__anon20	file:
var	src/http/modules/ngx_http_limit_req_module.c	/^    ngx_str_t                    var;$/;"	m	struct:__anon33	file:
var_values	src/http/modules/ngx_http_map_module.c	/^    ngx_array_t                 var_values;$/;"	m	struct:__anon131	file:
variable	src/http/modules/ngx_http_secure_link_module.c	/^    ngx_http_complex_value_t  *variable;$/;"	m	struct:__anon72	file:
variables	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_list_t               *variables;$/;"	m	struct:__anon154
variables	src/http/modules/perl/ngx_http_perl_module.h	/^    ngx_array_t              *variables;  \/* array of ngx_http_perl_var_t *\/$/;"	m	struct:__anon64
variables	src/http/ngx_http_core_module.h	/^    ngx_array_t                variables;       \/* ngx_http_variable_t *\/$/;"	m	struct:__anon172
variables	src/http/ngx_http_request.h	/^    ngx_http_variable_value_t        *variables;$/;"	m	struct:ngx_http_request_s
variables	src/http/ngx_http_script.h	/^    ngx_uint_t                  variables;$/;"	m	struct:__anon210
variables	src/http/ngx_http_variables.h	/^    ngx_http_regex_variable_t    *variables;$/;"	m	struct:__anon198
variables_hash	src/http/ngx_http_core_module.h	/^    ngx_hash_t                 variables_hash;$/;"	m	struct:__anon172
variables_hash_bucket_size	src/http/ngx_http_core_module.h	/^    ngx_uint_t                 variables_hash_bucket_size;$/;"	m	struct:__anon172
variables_hash_max_size	src/http/ngx_http_core_module.h	/^    ngx_uint_t                 variables_hash_max_size;$/;"	m	struct:__anon172
variables_keys	src/http/ngx_http_core_module.h	/^    ngx_hash_keys_arrays_t    *variables_keys;$/;"	m	struct:__anon172
vars	src/http/modules/ngx_http_proxy_module.c	/^    ngx_http_proxy_vars_t          vars;$/;"	m	struct:__anon46	file:
vars	src/http/modules/ngx_http_proxy_module.c	/^    ngx_http_proxy_vars_t          vars;$/;"	m	struct:__anon47	file:
verify	src/event/ngx_event_openssl_stapling.c	/^    unsigned                     verify:1;$/;"	m	struct:__anon342	file:
verify	src/http/modules/ngx_http_ssl_module.h	/^    ngx_uint_t                      verify;$/;"	m	struct:__anon30
verify_depth	src/http/modules/ngx_http_ssl_module.h	/^    ngx_uint_t                      verify_depth;$/;"	m	struct:__anon30
version	src/core/ngx_conf_file.h	/^    ngx_uint_t            version;$/;"	m	struct:ngx_module_s
version	src/http/modules/ngx_http_browser_module.c	/^    ngx_uint_t                  version;$/;"	m	struct:__anon69	file:
version	src/http/modules/ngx_http_fastcgi_module.c	/^    u_char  version;$/;"	m	struct:__anon149	file:
version	src/http/modules/ngx_http_fastcgi_module.c	/^    u_char  version;$/;"	m	struct:__anon151	file:
version	src/http/modules/ngx_http_geo_module.c	/^    u_char    version;$/;"	m	struct:__anon129	file:
version	src/http/modules/ngx_http_mp4_module.c	/^    u_char    version[1];$/;"	m	struct:__anon103	file:
version	src/http/modules/ngx_http_mp4_module.c	/^    u_char    version[1];$/;"	m	struct:__anon104	file:
version	src/http/modules/ngx_http_mp4_module.c	/^    u_char    version[1];$/;"	m	struct:__anon105	file:
version	src/http/modules/ngx_http_mp4_module.c	/^    u_char    version[1];$/;"	m	struct:__anon106	file:
version	src/http/modules/ngx_http_mp4_module.c	/^    u_char    version[1];$/;"	m	struct:__anon107	file:
version	src/http/modules/ngx_http_mp4_module.c	/^    u_char    version[1];$/;"	m	struct:__anon108	file:
version	src/http/modules/ngx_http_mp4_module.c	/^    u_char    version[1];$/;"	m	struct:__anon109	file:
version	src/http/modules/ngx_http_mp4_module.c	/^    u_char    version[1];$/;"	m	struct:__anon110	file:
version	src/http/modules/ngx_http_mp4_module.c	/^    u_char    version[1];$/;"	m	struct:__anon112	file:
version	src/http/modules/ngx_http_mp4_module.c	/^    u_char    version[1];$/;"	m	struct:__anon113	file:
version	src/http/modules/ngx_http_mp4_module.c	/^    u_char    version[1];$/;"	m	struct:__anon115	file:
version	src/http/modules/ngx_http_mp4_module.c	/^    u_char    version[1];$/;"	m	struct:__anon116	file:
version	src/http/modules/ngx_http_mp4_module.c	/^    u_char    version[1];$/;"	m	struct:__anon117	file:
version	src/http/modules/ngx_http_mp4_module.c	/^    u_char    version[1];$/;"	m	struct:__anon118	file:
via	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *via;$/;"	m	struct:__anon234
virtual_names	src/http/ngx_http_core_module.h	/^    ngx_http_virtual_names_t  *virtual_names;$/;"	m	struct:ngx_http_addr_conf_s
vmhd_atom_buf	src/http/modules/ngx_http_mp4_module.c	/^    ngx_buf_t             vmhd_atom_buf;$/;"	m	struct:__anon98	file:
vmhd_size	src/http/modules/ngx_http_mp4_module.c	/^    size_t                vmhd_size;$/;"	m	struct:__anon98	file:
volume	src/http/modules/ngx_http_mp4_module.c	/^    u_char    volume[2];$/;"	m	struct:__anon103	file:
volume	src/http/modules/ngx_http_mp4_module.c	/^    u_char    volume[2];$/;"	m	struct:__anon104	file:
volume	src/http/modules/ngx_http_mp4_module.c	/^    u_char    volume[2];$/;"	m	struct:__anon105	file:
volume	src/http/modules/ngx_http_mp4_module.c	/^    u_char    volume[2];$/;"	m	struct:__anon106	file:
wait	src/core/ngx_shmtx.h	/^    ngx_atomic_t   wait;$/;"	m	struct:__anon323
wait	src/core/ngx_shmtx.h	/^    ngx_atomic_t  *wait;$/;"	m	struct:__anon324
wait	src/http/modules/ngx_http_ssi_filter_module.h	/^    ngx_http_request_t       *wait;$/;"	m	struct:__anon154
wait_event	src/http/ngx_http_cache.h	/^    ngx_event_t                      wait_event;$/;"	m	struct:ngx_http_cache_s
wait_time	src/http/ngx_http_cache.h	/^    ngx_msec_t                       wait_time;$/;"	m	struct:ngx_http_cache_s
waited	src/http/ngx_http_request.h	/^    unsigned                          waited:1;$/;"	m	struct:ngx_http_request_s
waiting	src/core/ngx_resolver.h	/^    ngx_resolver_ctx_t       *waiting;$/;"	m	struct:__anon312
waiting	src/event/ngx_event_busy_lock.h	/^    ngx_uint_t                  waiting;$/;"	m	struct:__anon341
waiting	src/event/ngx_event_busy_lock.h	/^    unsigned                    waiting:1;$/;"	m	struct:ngx_event_busy_lock_ctx_s
waiting	src/http/ngx_http_busy_lock.h	/^    int                 waiting;$/;"	m	struct:__anon207
waiting	src/http/ngx_http_cache.h	/^    unsigned                         waiting:1;$/;"	m	struct:ngx_http_cache_s
waiting	src/http/ngx_http_spdy.h	/^    ngx_uint_t                       waiting;$/;"	m	struct:ngx_http_spdy_stream_s
waiting	src/http/ngx_http_spdy.h	/^    unsigned                         waiting:1; \/* FIXME better name *\/$/;"	m	struct:ngx_http_spdy_connection_s
warn	src/core/ngx_file.h	/^    char                      *warn;$/;"	m	struct:__anon277
wbits	src/http/modules/ngx_http_gzip_filter_module.c	/^    int                  wbits;$/;"	m	struct:__anon89	file:
wbits	src/http/modules/ngx_http_gzip_filter_module.c	/^    size_t               wbits;$/;"	m	struct:__anon88	file:
wc_head	src/core/ngx_hash.h	/^    ngx_hash_wildcard_t  *wc_head;$/;"	m	struct:__anon287
wc_head	src/http/ngx_http_core_module.h	/^    ngx_hash_wildcard_t       *wc_head;$/;"	m	struct:__anon180
wc_tail	src/core/ngx_hash.h	/^    ngx_hash_wildcard_t  *wc_tail;$/;"	m	struct:__anon287
wc_tail	src/http/ngx_http_core_module.h	/^    ngx_hash_wildcard_t       *wc_tail;$/;"	m	struct:__anon180
wcv	src/http/modules/ngx_http_image_filter_module.c	/^    ngx_http_complex_value_t    *wcv;$/;"	m	struct:__anon74	file:
week	src/core/ngx_times.c	/^static char  *week[] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" };$/;"	v	file:
weight	src/http/ngx_http_upstream.h	/^    ngx_uint_t                       weight;$/;"	m	struct:__anon189
weight	src/http/ngx_http_upstream_round_robin.h	/^    ngx_int_t                       weight;$/;"	m	struct:__anon229
weighted	src/http/ngx_http_upstream_round_robin.h	/^    unsigned                        weighted:1;$/;"	m	struct:ngx_http_upstream_rr_peers_s
width	src/http/modules/ngx_http_image_filter_module.c	/^    ngx_uint_t                   width;$/;"	m	struct:__anon74	file:
width	src/http/modules/ngx_http_image_filter_module.c	/^    ngx_uint_t                   width;$/;"	m	struct:__anon75	file:
width	src/http/modules/ngx_http_mp4_module.c	/^    u_char    width[4];$/;"	m	struct:__anon105	file:
width	src/http/modules/ngx_http_mp4_module.c	/^    u_char    width[4];$/;"	m	struct:__anon106	file:
wildcard	src/core/ngx_inet.h	/^    unsigned                  wildcard:1;$/;"	m	struct:__anon310
wildcard	src/http/ngx_http_core_module.h	/^    unsigned                   wildcard:1;$/;"	m	struct:__anon167
wildcard	src/mail/ngx_mail.h	/^    unsigned                wildcard:1;$/;"	m	struct:__anon246
wildcard	src/mail/ngx_mail.h	/^    unsigned                wildcard:1;$/;"	m	struct:__anon252
work_read_fd_set	src/event/modules/ngx_select_module.c	/^static fd_set         work_read_fd_set;$/;"	v	file:
work_read_fd_set	src/event/modules/ngx_win32_select_module.c	/^static fd_set         work_read_fd_set;$/;"	v	file:
work_write_fd_set	src/event/modules/ngx_select_module.c	/^static fd_set         work_write_fd_set;$/;"	v	file:
work_write_fd_set	src/event/modules/ngx_win32_select_module.c	/^static fd_set         work_write_fd_set;$/;"	v	file:
worker_processes	src/core/ngx_cycle.h	/^     ngx_int_t                worker_processes;$/;"	m	struct:__anon264
worker_threads	src/core/ngx_cycle.h	/^     ngx_int_t                worker_threads;$/;"	m	struct:__anon264
working_directory	src/core/ngx_cycle.h	/^     ngx_str_t                working_directory;$/;"	m	struct:__anon264
write	src/core/ngx_connection.h	/^    ngx_event_t        *write;$/;"	m	struct:ngx_connection_s
write	src/core/ngx_open_file_cache.h	/^    ngx_event_t             *write;$/;"	m	struct:__anon318
write	src/event/ngx_event.h	/^    unsigned         write:1;$/;"	m	struct:ngx_event_s
write_event_handler	src/http/ngx_http_request.h	/^    ngx_http_event_handler_pt         write_event_handler;$/;"	m	struct:ngx_http_request_s
write_event_handler	src/http/ngx_http_upstream.h	/^    ngx_http_upstream_handler_pt     write_event_handler;$/;"	m	struct:ngx_http_upstream_s
write_events	src/core/ngx_cycle.h	/^    ngx_event_t              *write_events;$/;"	m	struct:ngx_cycle_s
writer	src/http/ngx_http_upstream.h	/^    ngx_chain_writer_ctx_t           writer;$/;"	m	struct:ngx_http_upstream_s
www_authenticate	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *www_authenticate;$/;"	m	struct:__anon235
www_authenticate	src/http/ngx_http_upstream.h	/^    ngx_table_elt_t                 *www_authenticate;$/;"	m	struct:__anon193
x_accel_expires	src/http/ngx_http_upstream.h	/^    ngx_table_elt_t                 *x_accel_expires;$/;"	m	struct:__anon193
x_accel_limit_rate	src/http/ngx_http_upstream.h	/^    ngx_table_elt_t                 *x_accel_limit_rate;$/;"	m	struct:__anon193
x_accel_redirect	src/http/ngx_http_upstream.h	/^    ngx_table_elt_t                 *x_accel_redirect;$/;"	m	struct:__anon193
x_forwarded_for	src/http/ngx_http_request.h	/^    ngx_array_t                       x_forwarded_for;$/;"	m	struct:__anon234
x_real_ip	src/http/ngx_http_request.h	/^    ngx_table_elt_t                  *x_real_ip;$/;"	m	struct:__anon234
xclient	src/mail/ngx_mail_proxy_module.c	/^    ngx_flag_t  xclient;$/;"	m	struct:__anon242	file:
zero	src/core/ngx_slab.h	/^    u_char            zero;$/;"	m	struct:__anon263
zero	src/http/ngx_http_script.h	/^    unsigned                    zero:1;$/;"	m	struct:__anon210
zero	src/http/ngx_http_script.h	/^    unsigned                    zero:1;$/;"	m	struct:__anon212
zin	src/http/modules/ngx_http_gzip_filter_module.c	/^    size_t               zin;$/;"	m	struct:__anon89	file:
zlen	src/http/modules/ngx_http_gzip_filter_module.c	/^    u_char  zlen[4];$/;"	m	struct:gztrailer	file:
zlen	src/http/modules/ngx_http_gzip_filter_module.c	/^    uint32_t  zlen;$/;"	m	struct:gztrailer	file:
zout	src/http/modules/ngx_http_gzip_filter_module.c	/^    size_t               zout;$/;"	m	struct:__anon89	file:
zstream	src/http/modules/ngx_http_gunzip_filter_module.c	/^    z_stream             zstream;$/;"	m	struct:__anon94	file:
zstream	src/http/modules/ngx_http_gzip_filter_module.c	/^    z_stream             zstream;$/;"	m	struct:__anon89	file:
zstream_in	src/http/ngx_http_spdy.h	/^    z_stream                         zstream_in;$/;"	m	struct:ngx_http_spdy_connection_s
zstream_out	src/http/ngx_http_spdy.h	/^    z_stream                         zstream_out;$/;"	m	struct:ngx_http_spdy_connection_s
