• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching refs:nsMap

8142 * @nsMap: the ns-map
8147 * Searches for a matching ns-name in the ns-decls of @nsMap, if not
8160 xmlNsMapPtr *nsMap,
8169 (nsMap == NULL))
8189 if ((XML_NSMAP_NOTEMPTY(*nsMap)) &&
8195 XML_NSMAP_FOREACH(*nsMap, mi) {
8236 if (xmlDOMWrapNsMapAddItem(nsMap, -1, ns,
8250 if (*nsMap != NULL) {
8254 XML_NSMAP_FOREACH(*nsMap, mi) {
8267 if (xmlDOMWrapNsMapAddItem(nsMap, -1, ns, tmpns, depth) == NULL) {
8306 xmlNsMapPtr nsMap = NULL;
8340 if (xmlDOMWrapNSNormGatherInScopeNs(&nsMap,
8350 if (optRemoveRedundantNS && XML_NSMAP_NOTEMPTY(nsMap)) {
8351 XML_NSMAP_FOREACH(nsMap, mi) {
8387 if (XML_NSMAP_NOTEMPTY(nsMap)) {
8388 XML_NSMAP_FOREACH(nsMap, mi) {
8401 if (xmlDOMWrapNsMapAddItem(&nsMap, -1, ns, ns,
8421 if (xmlDOMWrapNSNormGatherInScopeNs(&nsMap,
8441 if (XML_NSMAP_NOTEMPTY(nsMap)) {
8445 XML_NSMAP_FOREACH(nsMap, mi) {
8459 &nsMap, depth,
8491 if (XML_NSMAP_NOTEMPTY(nsMap)) {
8495 while ((nsMap->last != NULL) &&
8496 (nsMap->last->depth >= depth))
8498 XML_NSMAP_POP(nsMap, mi)
8503 XML_NSMAP_FOREACH(nsMap, mi) {
8533 if (nsMap != NULL)
8534 xmlDOMWrapNsMapFree(nsMap);
8570 xmlNsMapPtr nsMap = NULL;
8592 nsMap = (xmlNsMapPtr) ctxt->namespaceMap;
8656 if (xmlDOMWrapNSNormGatherInScopeNs(&nsMap,
8670 if (XML_NSMAP_NOTEMPTY(nsMap)) {
8671 XML_NSMAP_FOREACH(nsMap, mi) {
8685 if (xmlDOMWrapNsMapAddItem(&nsMap, -1,
8697 if (xmlDOMWrapNSNormGatherInScopeNs(&nsMap,
8705 if (XML_NSMAP_NOTEMPTY(nsMap)) {
8709 XML_NSMAP_FOREACH(nsMap, mi) {
8731 if (xmlDOMWrapNsMapAddItem(&nsMap, -1,
8743 &nsMap, depth,
8838 if (XML_NSMAP_NOTEMPTY(nsMap)) {
8842 while ((nsMap->last != NULL) &&
8843 (nsMap->last->depth >= depth))
8845 XML_NSMAP_POP(nsMap, mi)
8850 XML_NSMAP_FOREACH(nsMap, mi) {
8878 if (nsMap != NULL) {
8879 if ((ctxt) && (ctxt->namespaceMap == nsMap)) {
8883 if (nsMap->first) {
8884 if (nsMap->pool)
8885 nsMap->last->next = nsMap->pool;
8886 nsMap->pool = nsMap->first;
8887 nsMap->first = NULL;
8890 xmlDOMWrapNsMapFree(nsMap);
8937 xmlNsMapPtr nsMap = NULL;
8981 nsMap = (xmlNsMapPtr) ctxt->namespaceMap;
9108 if (xmlDOMWrapNSNormGatherInScopeNs(&nsMap,
9150 if (XML_NSMAP_NOTEMPTY(nsMap)) {
9151 XML_NSMAP_FOREACH(nsMap, mi) {
9168 if (xmlDOMWrapNsMapAddItem(&nsMap, -1,
9235 if (xmlDOMWrapNSNormGatherInScopeNs(&nsMap, destParent) == -1)
9243 if (XML_NSMAP_NOTEMPTY(nsMap)) {
9247 XML_NSMAP_FOREACH(nsMap, mi) {
9270 if (xmlDOMWrapNsMapAddItem(&nsMap, -1,
9282 &nsMap, depth,
9355 if (XML_NSMAP_NOTEMPTY(nsMap)) {
9359 while ((nsMap->last != NULL) &&
9360 (nsMap->last->depth >= depth))
9362 XML_NSMAP_POP(nsMap, mi)
9367 XML_NSMAP_FOREACH(nsMap, mi) {
9410 if (nsMap != NULL) {
9411 if ((ctxt) && (ctxt->namespaceMap == nsMap)) {
9415 if (nsMap->first) {
9416 if (nsMap->pool)
9417 nsMap->last->next = nsMap->pool;
9418 nsMap->pool = nsMap->first;
9419 nsMap->first = NULL;
9422 xmlDOMWrapNsMapFree(nsMap);