Lines Matching refs:STRING_POOL
359 } STRING_POOL; typedef
396 STRING_POOL pool;
397 STRING_POOL entityValuePool;
516 STRING_POOL *pool,
521 const char *end, STRING_POOL *pool,
553 STRING_POOL *newPool, const HASH_TABLE *oldTable);
564 static void FASTCALL poolInit(STRING_POOL *pool,
566 static void FASTCALL poolClear(STRING_POOL *pool);
567 static void FASTCALL poolDestroy(STRING_POOL *pool);
568 static XML_Char *poolAppend(STRING_POOL *pool, const ENCODING *enc,
570 static XML_Char *poolStoreString(STRING_POOL *pool, const ENCODING *enc,
572 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);
573 static const XML_Char *FASTCALL poolCopyString(STRING_POOL *pool,
575 static const XML_Char *poolCopyStringN(STRING_POOL *pool, const XML_Char *s,
577 static const XML_Char *FASTCALL poolAppendString(STRING_POOL *pool,
744 STRING_POOL m_tempPool;
745 STRING_POOL m_temp2Pool;
5976 const char *ptr, const char *end, STRING_POOL *pool, in storeAttributeValue()
5991 const char *ptr, const char *end, STRING_POOL *pool, in appendAttributeValue()
6195 STRING_POOL *pool = &(dtd->entityValuePool); in storeEntityValue()
6383 STRING_POOL *const pool = &(parser->m_dtd->entityValuePool); in storeSelfEntityValue()
7090 STRING_POOL *newPool, const HASH_TABLE *oldTable) { in copyEntityTable()
7319 poolInit(STRING_POOL *pool, const XML_Memory_Handling_Suite *ms) { in poolInit()
7329 poolClear(STRING_POOL *pool) { in poolClear()
7348 poolDestroy(STRING_POOL *pool) { in poolDestroy()
7364 poolAppend(STRING_POOL *pool, const ENCODING *enc, const char *ptr, in poolAppend()
7381 poolCopyString(STRING_POOL *pool, const XML_Char *s) { in poolCopyString()
7392 poolCopyStringN(STRING_POOL *pool, const XML_Char *s, int n) { in poolCopyStringN()
7417 poolAppendString(STRING_POOL *pool, const XML_Char *s) { in poolAppendString()
7427 poolStoreString(STRING_POOL *pool, const ENCODING *enc, const char *ptr, in poolStoreString()
7466 poolGrow(STRING_POOL *pool) { in poolGrow()