Searched refs:newPool (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/expat/lib/ |
H A D | xmlparse.c | 551 STRING_POOL *newPool, const HASH_TABLE *oldTable); 7097 STRING_POOL *newPool, const HASH_TABLE *oldTable) { in copyEntityTable() 7110 name = poolCopyString(newPool, oldE->name); in copyEntityTable() 7117 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); in copyEntityTable() 7126 tem = poolCopyString(newPool, cachedOldBase); in copyEntityTable() 7133 tem = poolCopyString(newPool, oldE->publicId); in copyEntityTable() 7140 = poolCopyStringN(newPool, oldE->textPtr, oldE->textLen); in copyEntityTable() 7147 const XML_Char *tem = poolCopyString(newPool, oldE->notation); 7087 copyEntityTable(XML_Parser oldParser,HASH_TABLE * newTable,STRING_POOL * newPool,const HASH_TABLE * oldTable) copyEntityTable() argument
|