代码搜索:module
找到约 10,000 项符合「module」的源代码
代码结果 10,000
www.eeworm.com/read/434173/1874402
bas d2xx_module.bas
Attribute VB_Name = "Module1"
Option Explicit
Public fMainForm As DEMO_EEPROM
'===========================
'CLASSIC INTERFACE
'===========================
Public Declare Function FT_ListDevice
www.eeworm.com/read/434168/1874553
c ngx_http_fastcgi_module.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
#include
typedef struct {
ngx_http_upstream_conf_t upstream;
ngx_s
www.eeworm.com/read/434168/1874555
c ngx_http_log_module.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
#include
typedef struct ngx_http_log_op_s ngx_http_log_op_t;
typedef u_char *(*
www.eeworm.com/read/434168/1874556
h ngx_http_ssl_module.h
/*
* Copyright (C) Igor Sysoev
*/
#ifndef _NGX_HTTP_SSL_H_INCLUDED_
#define _NGX_HTTP_SSL_H_INCLUDED_
#include
#include
#include
typedef struct {
www.eeworm.com/read/434168/1874558
c ngx_http_realip_module.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
/* AF_INET only */
typedef struct {
in_addr_t mask;
in_addr_t addr;
} ngx_
www.eeworm.com/read/434168/1874559
c ngx_http_access_module.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
/* AF_INET only */
typedef struct {
in_addr_t mask;
in_addr_t addr;
ng
www.eeworm.com/read/434168/1874560
c ngx_http_flv_module.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
static char *ngx_http_flv(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
static ngx_comma
www.eeworm.com/read/434168/1874562
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/434168/1874564
c ngx_http_memcached_module.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
#include
#include
typedef struct {
ngx_http_upstream_conf_t upstream;
ngx_in