Searched refs:newPool (Results 1 – 1 of 1) sorted by relevance
6921 STRING_POOL *newPool, const HASH_TABLE *oldTable) { in copyEntityTable() argument6934 name = poolCopyString(newPool, oldE->name); in copyEntityTable()6941 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); in copyEntityTable()6950 tem = poolCopyString(newPool, cachedOldBase); in copyEntityTable()6957 tem = poolCopyString(newPool, oldE->publicId); in copyEntityTable()6964 = poolCopyStringN(newPool, oldE->textPtr, oldE->textLen); in copyEntityTable()6971 const XML_Char *tem = poolCopyString(newPool, oldE->notation); in copyEntityTable()