Searched refs:oldDtd (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dxmlparse.c177 static int dtdCopy(DTD *newDtd, const DTD *oldDtd);
375 DTD *oldDtd = &dtd; local
401 if (!dtdCopy(&dtd, oldDtd) || !setOpenEntityNames(parser, openEntityNames)) {
2298 static int dtdCopy(DTD *newDtd, const DTD *oldDtd) argument
2302 if (oldDtd->base) {
2303 const XML_Char *tem = poolCopyString(&(newDtd->pool), oldDtd->base);
2309 hashTableIterInit(&iter, &(oldDtd->attributeIds));
2335 hashTableIterInit(&iter, &(oldDtd->elementTypes));
2365 hashTableIterInit(&iter, &(oldDtd->generalEntities));
2385 if (oldE->base == oldDtd
[all...]
/macosx-10.10.1/apr-32/apr-util/apr-util/xml/expat/lib/
H A Dxmlparse.c383 dtdCopy(DTD *newDtd, const DTD *oldDtd, const XML_Memory_Handling_Suite *ms);
936 DTD *oldDtd = _dtd; local
979 newDtd = oldDtd;
1035 if (!dtdCopy(_dtd, oldDtd, &parser->m_mem)
5171 dtdCopy(DTD *newDtd, const DTD *oldDtd, const XML_Memory_Handling_Suite *ms) argument
5177 hashTableIterInit(&iter, &(oldDtd->prefixes));
5190 hashTableIterInit(&iter, &(oldDtd->attributeIds));
5215 if (oldA->prefix == &oldDtd->defaultPrefix)
5225 hashTableIterInit(&iter, &(oldDtd->elementTypes));
5274 &(oldDtd
[all...]
/macosx-10.10.1/expat-12/expat/lib/
H A Dxmlparse.c394 dtdCopy(DTD *newDtd, const DTD *oldDtd, const XML_Memory_Handling_Suite *ms);
945 DTD *oldDtd = _dtd; local
988 newDtd = oldDtd;
1044 if (!dtdCopy(_dtd, oldDtd, &parser->m_mem)
5637 dtdCopy(DTD *newDtd, const DTD *oldDtd, const XML_Memory_Handling_Suite *ms) argument
5643 hashTableIterInit(&iter, &(oldDtd->prefixes));
5656 hashTableIterInit(&iter, &(oldDtd->attributeIds));
5681 if (oldA->prefix == &oldDtd->defaultPrefix)
5691 hashTableIterInit(&iter, &(oldDtd->elementTypes));
5740 &(oldDtd
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/expat/
H A Dxmlparse.c394 dtdCopy(DTD *newDtd, const DTD *oldDtd, const XML_Memory_Handling_Suite *ms);
945 DTD *oldDtd = _dtd; local
988 newDtd = oldDtd;
1044 if (!dtdCopy(_dtd, oldDtd, &parser->m_mem)
5639 dtdCopy(DTD *newDtd, const DTD *oldDtd, const XML_Memory_Handling_Suite *ms) argument
5645 hashTableIterInit(&iter, &(oldDtd->prefixes));
5658 hashTableIterInit(&iter, &(oldDtd->attributeIds));
5683 if (oldA->prefix == &oldDtd->defaultPrefix)
5693 hashTableIterInit(&iter, &(oldDtd->elementTypes));
5742 &(oldDtd
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/expat/xmlparse/
H A Dxmlparse.c273 static int dtdCopy(DTD *newDtd, const DTD *oldDtd);
601 DTD *oldDtd = &dtd; local
656 if (!dtdCopy(&dtd, oldDtd) || !setContext(parser, context)) {
664 dtdSwap(&dtd, oldDtd);
3593 static int dtdCopy(DTD *newDtd, const DTD *oldDtd) argument
3599 hashTableIterInit(&iter, &(oldDtd->prefixes));
3612 hashTableIterInit(&iter, &(oldDtd->attributeIds));
3636 if (oldA->prefix == &oldDtd->defaultPrefix)
3645 hashTableIterInit(&iter, &(oldDtd->elementTypes));
3684 &(oldDtd
[all...]

Completed in 199 milliseconds