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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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 102 milliseconds