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
kb_dc_pool.h
Package: ST_5105DTV.rar [view]
Upload User: fy98168
Upload Date: 2015-06-26
Package Size: 13771k
Code Size: 1k
Category:
DVD
Development Platform:
C/C++
- #define STATIC_POOL_ALLOC
- #define DEFAULT_POOL_NUM 5
- #define MIN_POOL_NUM 10
- #define MAX_POOL_NUM 100
- #define SECTION_LEN 4096
- #ifdef STATIC_POOL_ALLOC
- #define SECTION_POOL_NUM 30
- #endif
- typedef struct _SECTION_POOL_DC
- {
- unsigned char used;
- unsigned char data_ok;
- } SECTION_POOL_DC;
- extern void Section_Pool_Reset(void);
- extern void Section_Pool_Init(void);
- #ifndef STATIC_POOL_ALLOC
- extern void Section_Pool_Rebuild(void);
- #endif
- extern void FreeSectionBuffer(void);
- extern void Section_Pool_Free(void);
- extern void DCGetSectionCallback(unsigned long nChannelID, unsigned char *pData, unsigned long nDataLength);
- extern unsigned char* Filter_GetSection(int *section_size);
- extern int DCSectionValid(void);
- extern int KB_DC_GetSection( unsigned char* pbBuf, unsigned short* pwLen );