Searched refs:oldParser (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/expat/lib/ |
| H A D | xmlparse.c | 518 static int dtdCopy(XML_Parser oldParser, DTD *newDtd, const DTD *oldDtd, 1252 XML_Parser parser = oldParser; in XML_ExternalEntityParserCreate() 1294 if (oldParser == NULL) in XML_ExternalEntityParserCreate() 1383 if (oldExternalEntityRefHandlerArg != oldParser) in XML_ExternalEntityParserCreate() 1388 parser->m_parentParser = oldParser; in XML_ExternalEntityParserCreate() 1394 if (! dtdCopy(oldParser, parser->m_dtd, oldDtd, &parser->m_mem) in XML_ExternalEntityParserCreate() 6794 dtdCopy(XML_Parser oldParser, DTD *newDtd, const DTD *oldDtd, in dtdCopy() argument 6809 if (! lookup(oldParser, &(newDtd->prefixes), name, sizeof(PREFIX))) in dtdCopy() 6841 newA->prefix = (PREFIX *)lookup(oldParser, &(newDtd->prefixes), in dtdCopy() 6876 newE->prefix = (PREFIX *)lookup(oldParser, &(newDtd->prefixes), in dtdCopy() [all …]
|