代码搜索:Module

找到约 10,000 项符合「Module」的源代码

代码结果 10,000
www.eeworm.com/read/325387/3484391

c ngx_http_map_module.c

/* * Copyright (C) Igor Sysoev */ #include #include #include typedef struct { ngx_uint_t hash_max_size; ngx_uint_t
www.eeworm.com/read/325387/3484393

c ngx_http_memcached_module.c

/* * Copyright (C) Igor Sysoev */ #include #include #include #include typedef struct { ngx_http_upstream_conf_t upstream; ngx_in
www.eeworm.com/read/325387/3484398

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/325387/3484399

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/325387/3484401

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/325387/3484405

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/325387/3484406

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/325387/3484408

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/325387/3484414

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/325387/3484415

c ngx_http_perl_module.c

/* * Copyright (C) Igor Sysoev */ #include #include #include #include typedef struct { PerlInterpreter *perl; HV