Lines Matching defs:STRING_POOL
334 } STRING_POOL;
371 STRING_POOL pool;
372 STRING_POOL entityValuePool;
490 const char *, STRING_POOL *,
494 const char *, STRING_POOL *,
521 static int copyEntityTable(XML_Parser oldParser, HASH_TABLE *, STRING_POOL *,
532 static void FASTCALL poolInit(STRING_POOL *,
534 static void FASTCALL poolClear(STRING_POOL *);
535 static void FASTCALL poolDestroy(STRING_POOL *);
536 static XML_Char *poolAppend(STRING_POOL *pool, const ENCODING *enc,
538 static XML_Char *poolStoreString(STRING_POOL *pool, const ENCODING *enc,
540 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);
541 static const XML_Char *FASTCALL poolCopyString(STRING_POOL *pool,
543 static const XML_Char *poolCopyStringN(STRING_POOL *pool, const XML_Char *s,
545 static const XML_Char *FASTCALL poolAppendString(STRING_POOL *pool,
693 STRING_POOL m_tempPool;
694 STRING_POOL m_temp2Pool;
5869 const char *ptr, const char *end, STRING_POOL *pool,
5884 const char *ptr, const char *end, STRING_POOL *pool,
6087 STRING_POOL *pool = &(dtd->entityValuePool);
6943 STRING_POOL *newPool, const HASH_TABLE *oldTable) {
7172 poolInit(STRING_POOL *pool, const XML_Memory_Handling_Suite *ms) {
7182 poolClear(STRING_POOL *pool) {
7201 poolDestroy(STRING_POOL *pool) {
7217 poolAppend(STRING_POOL *pool, const ENCODING *enc, const char *ptr,
7234 poolCopyString(STRING_POOL *pool, const XML_Char *s) {
7245 poolCopyStringN(STRING_POOL *pool, const XML_Char *s, int n) {
7270 poolAppendString(STRING_POOL *pool, const XML_Char *s) {
7280 poolStoreString(STRING_POOL *pool, const ENCODING *enc, const char *ptr,
7319 poolGrow(STRING_POOL *pool) {