Searched refs:newPool (Results 1 – 1 of 1) sorted by relevance
553 STRING_POOL *newPool, const HASH_TABLE *oldTable);7090 STRING_POOL *newPool, const HASH_TABLE *oldTable) { in copyEntityTable() argument7103 name = poolCopyString(newPool, oldE->name); in copyEntityTable()7110 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); in copyEntityTable()7119 tem = poolCopyString(newPool, cachedOldBase); in copyEntityTable()7126 tem = poolCopyString(newPool, oldE->publicId); in copyEntityTable()7133 = poolCopyStringN(newPool, oldE->textPtr, oldE->textLen); in copyEntityTable()7140 const XML_Char *tem = poolCopyString(newPool, oldE->notation); in copyEntityTable()