⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 finetune.h

📁 linux平台或者windwos平台通用xml 解析器
💻 H
字号:
/* iksemel (XML parser for Jabber)** Copyright (C) 2000-2003 Gurer Ozen <madcat@e-kolay.net>** This code is free software; you can redistribute it and/or** modify it under the terms of GNU Lesser General Public License.*//* minimum sax buffer size */#define SAX_BUFFER_MIN_SIZE 128/* sax parser structure plus extra data of dom parser */#define DEFAULT_DOM_CHUNK_SIZE 256/* sax parser structure plus extra data of stream parser */#define DEFAULT_STREAM_CHUNK_SIZE 256/* iks structure, its data, child iks structures, for stream parsing */#define DEFAULT_IKS_CHUNK_SIZE 1024/* iks structure, its data, child iks structures, for file parsing */#define DEFAULT_DOM_IKS_CHUNK_SIZE 2048/* rule structure and from/to/id/ns strings */#define DEFAULT_RULE_CHUNK_SIZE 128/* file is read by blocks with this size */#define FILE_IO_BUF_SIZE 4096/* network receive buffer */#define NET_IO_BUF_SIZE 4096

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -