代码搜索:Extensions

找到约 9,524 项符合「Extensions」的源代码

代码结果 9,524
www.eeworm.com/read/136989/5837052

cpp notify_extensions.cpp

// Notify_Extensions.cpp,v 1.3 2003/04/03 20:36:19 pradeep Exp #include "Notify_Extensions.h" TAO_NAMESPACE_TYPE (const char *const) TAO_NAMESPACE_BEGIN (TAO_Notify_Extensions) TAO_NAMESPACE_D
www.eeworm.com/read/136989/5837217

h notify_extensions.h

// -*- C++ -*- // Notify_Extensions.h,v 1.5 2003/10/28 18:34:24 bala Exp #ifndef TAO_NOTIFY_EXTENSIONS_H #define TAO_NOTIFY_EXTENSIONS_H #include /**/ "ace/pre.h" #include "notify_export.h"
www.eeworm.com/read/135686/5883094

def wpcap_no_extensions.def

LIBRARY wpcap.dll DESCRIPTION 'Win32 Packet Capture Library' EXPORTS pcap_lookupdev pcap_lookupnet pcap_open_live pcap_open_offline pcap_close pcap_getnonblock pcap_setnonbl
www.eeworm.com/read/135686/5883437

def wpcap_no_extensions.def

LIBRARY wpcap.dll DESCRIPTION 'Win32 Packet Capture Library' EXPORTS pcap_lookupdev pcap_lookupnet pcap_open_live pcap_open_offline pcap_close pcap_getnonblock pcap_setnonbl
www.eeworm.com/read/408235/11401231

html extensions-to-the-standard.html

CHICKEN User's Manual - Extensions to the standard Extensions to the standard[2.1] Identifiers may contain
www.eeworm.com/read/403922/11499885

html extensions.state.html

State
www.eeworm.com/read/403922/11504176

html extensions.membership.html

Membership
www.eeworm.com/read/156173/11823568

h certauth_extensions.h

/* * * certauth_extensions.h - CA extensions for myproxy * */ #include "myproxy_common.h" #include "certauth_resolveuser.h" void get_certificate_authority(myproxy_socket_attrs_t *server_attrs
www.eeworm.com/read/156173/11823645

c certauth_extensions.c

/* * CA extension implementation file * */ #include "myproxy_common.h" #define BUF_SIZE 16384 #ifndef MIN #define MIN(x,y) ((x) < (y) ? (x) : (y)) #endif #define SECONDS_PER_HOUR (60 * 60) sta