代码搜索:Module
找到约 10,000 项符合「Module」的源代码
代码结果 10,000
www.eeworm.com/read/434168/1874569
c ngx_http_rewrite_module.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
typedef struct {
ngx_array_t *codes; /* uintptr_t */
ngx_uint_t capture
www.eeworm.com/read/434168/1874570
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/434168/1874572
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/434168/1874576
c ngx_http_static_module.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
static ngx_int_t ngx_http_static_handler(ngx_http_request_t *r);
static ngx_int_t ngx_http_
www.eeworm.com/read/434168/1874577
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/434168/1874579
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/434168/1874585
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/434168/1874586
c ngx_http_perl_module.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
#include
typedef struct {
PerlInterpreter *perl;
HV
www.eeworm.com/read/434168/1874587
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/434168/1874589
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