Home
last modified time | relevance | path

Searched refs:newPool (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/expat/lib/
H A Dxmlparse.c550 STRING_POOL *newPool, const HASH_TABLE *oldTable);
7087 STRING_POOL *newPool, const HASH_TABLE *oldTable) { in copyEntityTable() argument
7100 name = poolCopyString(newPool, oldE->name); in copyEntityTable()
7107 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); in copyEntityTable()
7116 tem = poolCopyString(newPool, cachedOldBase); in copyEntityTable()
7123 tem = poolCopyString(newPool, oldE->publicId); in copyEntityTable()
7130 = poolCopyStringN(newPool, oldE->textPtr, oldE->textLen); in copyEntityTable()
7137 const XML_Char *tem = poolCopyString(newPool, oldE->notation); in copyEntityTable()