Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
common_ext.h
Package: mysql-3.23.35.tar.gz [view]
Upload User: tsgydb
Upload Date: 2007-04-14
Package Size: 10674k
Code Size: 2k
Category:
MySQL
Development Platform:
Visual C++
- /* DO NOT EDIT: automatically built by dist/s_include. */
- #ifndef _common_ext_h_
- #define _common_ext_h_
- #if defined(__cplusplus)
- extern "C" {
- #endif
- int __db_byteorder __P((DB_ENV *, int));
- int __db_fchk __P((DB_ENV *, const char *, u_int32_t, u_int32_t));
- int __db_fcchk
- __P((DB_ENV *, const char *, u_int32_t, u_int32_t, u_int32_t));
- int __db_ferr __P((const DB_ENV *, const char *, int));
- int __db_pgerr __P((DB *, db_pgno_t));
- int __db_pgfmt __P((DB *, db_pgno_t));
- int __db_eopnotsup __P((const DB_ENV *));
- #ifdef DIAGNOSTIC
- void __db_assert __P((const char *, const char *, int));
- #endif
- int __db_panic_msg __P((DB_ENV *));
- int __db_panic __P((DB_ENV *, int));
- void __db_err __P((const DB_ENV *, const char *, ...));
- void __db_real_err
- __P((const DB_ENV *, int, int, int, const char *, va_list));
- void __db_logmsg __P((const DB_ENV *,
- DB_TXN *, const char *, u_int32_t, const char *, ...));
- void __db_real_log __P((const DB_ENV *,
- DB_TXN *, const char *, u_int32_t, const char *, va_list ap));
- int __db_unknown_flag __P((DB_ENV *, char *, u_int32_t));
- int __db_unknown_type __P((DB_ENV *, char *, u_int32_t));
- #ifdef DIAGNOSTIC
- int __db_missing_txn_err __P((DB_ENV *));
- #endif
- int __db_getlong
- __P((DB *, const char *, char *, long, long, long *));
- int __db_getulong
- __P((DB *, const char *, char *, u_long, u_long, u_long *));
- u_int32_t __db_log2 __P((u_int32_t));
- int __db_util_logset __P((const char *, char *));
- void __db_util_siginit __P((void));
- int __db_util_interrupted __P((void));
- void __db_util_sigresend __P((void));
- #if defined(__cplusplus)
- }
- #endif
- #endif /* _common_ext_h_ */