Searched refs:maxNamespaces (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dschematron.c146 int maxNamespaces; /* size of the array */ member in struct:_xmlSchematron
189 int maxNamespaces; /* size of the array */ member in struct:_xmlSchematronParserCtxt
799 ctxt->maxNamespaces = 10;
801 xmlMalloc(ctxt->maxNamespaces * 2 * sizeof(const xmlChar *));
808 } else if (ctxt->nbNamespaces + 2 >= ctxt->maxNamespaces) {
812 xmlRealloc((xmlChar **) ctxt->namespaces, ctxt->maxNamespaces * 4 *
820 ctxt->maxNamespaces *= 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dschematron.c146 int maxNamespaces; /* size of the array */ member in struct:_xmlSchematron
195 int maxNamespaces; /* size of the array */ member in struct:_xmlSchematronParserCtxt
806 ctxt->maxNamespaces = 10;
808 xmlMalloc(ctxt->maxNamespaces * 2 * sizeof(const xmlChar *));
815 } else if (ctxt->nbNamespaces + 2 >= ctxt->maxNamespaces) {
819 xmlRealloc((xmlChar **) ctxt->namespaces, ctxt->maxNamespaces * 4 *
827 ctxt->maxNamespaces *= 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dschematron.c146 int maxNamespaces; /* size of the array */ member in struct:_xmlSchematron
195 int maxNamespaces; /* size of the array */ member in struct:_xmlSchematronParserCtxt
806 ctxt->maxNamespaces = 10;
808 xmlMalloc(ctxt->maxNamespaces * 2 * sizeof(const xmlChar *));
815 } else if (ctxt->nbNamespaces + 2 >= ctxt->maxNamespaces) {
819 xmlRealloc((xmlChar **) ctxt->namespaces, ctxt->maxNamespaces * 4 *
827 ctxt->maxNamespaces *= 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dschematron.c146 int maxNamespaces; /* size of the array */ member in struct:_xmlSchematron
189 int maxNamespaces; /* size of the array */ member in struct:_xmlSchematronParserCtxt
799 ctxt->maxNamespaces = 10;
801 xmlMalloc(ctxt->maxNamespaces * 2 * sizeof(const xmlChar *));
808 } else if (ctxt->nbNamespaces + 2 >= ctxt->maxNamespaces) {
812 xmlRealloc((xmlChar **) ctxt->namespaces, ctxt->maxNamespaces * 4 *
820 ctxt->maxNamespaces *= 2;

Completed in 183 milliseconds