代码搜索:Module
找到约 10,000 项符合「Module」的源代码
代码结果 10,000
www.eeworm.com/read/292685/3950390
c ngx_http_ssl_module.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
typedef ngx_int_t (*ngx_ssl_variable_handler_pt)(ngx_connection_t *c,
ngx_pool_t *pool,
www.eeworm.com/read/292685/3950392
c ngx_http_geo_module.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
typedef struct {
ngx_radix_tree_t *tree;
ngx_pool_t *pool;
ngx_array_t
www.eeworm.com/read/292685/3950396
c ngx_http_static_module.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
typedef struct {
ngx_http_cache_hash_t *redirect_cache;
} ngx_http_static_loc_conf_t;
www.eeworm.com/read/292685/3950397
c ngx_http_browser_module.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
/*
* The module can check browser versions conforming to the following formats:
* X, X.X,
www.eeworm.com/read/292685/3950399
c ngx_http_proxy_module.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
#include
typedef struct ngx_http_proxy_redirect_s ngx_http_proxy_redirect_t;
www.eeworm.com/read/292685/3950405
h ngx_http_perl_module.h
/*
* Copyright (C) Igor Sysoev
*/
#ifndef _NGX_HTTP_PERL_MODULE_H_INCLUDED_
#define _NGX_HTTP_PERL_MODULE_H_INCLUDED_
#include
#include
#include
#includ
www.eeworm.com/read/292685/3950406
c ngx_http_perl_module.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
#include
typedef struct {
PerlInterpreter *perl;
HV
www.eeworm.com/read/292685/3950407
c ngx_http_index_module.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
typedef struct {
ngx_str_t name;
ngx_array_t *lengths;
www.eeworm.com/read/292685/3950409
c ngx_http_dav_module.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
#define NGX_HTTP_DAV_COPY_BLOCK 65536
#define NGX_HTTP_DAV_OFF 2
#defin
www.eeworm.com/read/292685/3950410
c ngx_http_autoindex_module.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
#if 0
typedef struct {
ngx_buf_t *buf;
size_t size;
ngx_pool_t