Searched refs:newPool (Results 1 – 1 of 1) sorted by relevance
566 STRING_POOL *newPool, const HASH_TABLE *oldTable);7365 STRING_POOL *newPool, const HASH_TABLE *oldTable) { in copyEntityTable() argument7378 name = poolCopyString(newPool, oldE->name); in copyEntityTable()7385 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); in copyEntityTable()7394 tem = poolCopyString(newPool, cachedOldBase); in copyEntityTable()7401 tem = poolCopyString(newPool, oldE->publicId); in copyEntityTable()7408 = poolCopyStringN(newPool, oldE->textPtr, oldE->textLen); in copyEntityTable()7415 const XML_Char *tem = poolCopyString(newPool, oldE->notation); in copyEntityTable()