• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/

Lines Matching defs:mi

7508     xmlNsMapItemPtr mi;
7527 XML_NSMAP_FOREACH(*map, mi) {
7528 if ((ns->prefix == mi->newNs->prefix) ||
7529 xmlStrEqual(ns->prefix, mi->newNs->prefix)) {
7538 mi = xmlDOMWrapNsMapAddItem(map, 0, NULL,
7540 if (mi == NULL)
7543 mi->shadowDepth = 0;
8022 xmlNsMapItemPtr mi;
8051 XML_NSMAP_FOREACH(*nsMap, mi) {
8052 if ((mi->depth >= XML_TREE_NSMAP_PARENT) &&
8059 ((! ancestorsOnly) || (mi->depth == XML_TREE_NSMAP_PARENT)) &&
8061 (mi->shadowDepth == -1) &&
8063 ((mi->newNs->href != NULL) &&
8064 (mi->newNs->href[0] != 0)) &&
8066 ((! prefixed) || (mi->newNs->prefix != NULL)) &&
8068 ((mi->newNs->href == ns->href) ||
8069 xmlStrEqual(mi->newNs->href, ns->href))) {
8071 mi->oldNs = ns;
8072 *retNs = mi->newNs;
8110 XML_NSMAP_FOREACH(*nsMap, mi) {
8111 if ((mi->depth < depth) &&
8112 (mi->shadowDepth == -1) &&
8113 ((ns->prefix == mi->newNs->prefix) ||
8114 xmlStrEqual(ns->prefix, mi->newNs->prefix))) {
8118 mi->shadowDepth = depth;
8163 xmlNsMapItemPtr /* topmi = NULL, */ mi;
8207 XML_NSMAP_FOREACH(nsMap, mi) {
8208 if ((mi->depth >= XML_TREE_NSMAP_PARENT) &&
8209 (mi->shadowDepth == -1) &&
8210 ((ns->prefix == mi->newNs->prefix) ||
8211 xmlStrEqual(ns->prefix, mi->newNs->prefix)) &&
8212 ((ns->href == mi->newNs->href) ||
8213 xmlStrEqual(ns->href, mi->newNs->href)))
8220 &sizeRedund, &nbRedund, ns, mi->newNs) == -1)
8244 XML_NSMAP_FOREACH(nsMap, mi) {
8245 if ((mi->depth >= XML_TREE_NSMAP_PARENT) &&
8246 (mi->shadowDepth == -1) &&
8247 ((ns->prefix == mi->newNs->prefix) ||
8248 xmlStrEqual(ns->prefix, mi->newNs->prefix))) {
8250 mi->shadowDepth = depth;
8301 XML_NSMAP_FOREACH(nsMap, mi) {
8302 if ((mi->shadowDepth == -1) &&
8303 (cur->ns == mi->oldNs)) {
8305 cur->ns = mi->newNs;
8354 XML_NSMAP_POP(nsMap, mi)
8359 XML_NSMAP_FOREACH(nsMap, mi) {
8360 if (mi->shadowDepth >= depth)
8361 mi->shadowDepth = -1;
8427 xmlNsMapItemPtr mi;
8527 XML_NSMAP_FOREACH(nsMap, mi) {
8528 if ((mi->depth >= XML_TREE_NSMAP_PARENT) &&
8529 (mi->shadowDepth == -1) &&
8530 ((ns->prefix == mi->newNs->prefix) ||
8532 mi->newNs->prefix))) {
8534 mi->shadowDepth = depth;
8565 XML_NSMAP_FOREACH(nsMap, mi) {
8566 if ((mi->shadowDepth == -1) &&
8567 (cur->ns == mi->oldNs)) {
8569 cur->ns = mi->newNs;
8701 XML_NSMAP_POP(nsMap, mi)
8706 XML_NSMAP_FOREACH(nsMap, mi) {
8707 if (mi->shadowDepth >= depth)
8708 mi->shadowDepth = -1;
8794 xmlNsMapItemPtr mi;
9007 XML_NSMAP_FOREACH(nsMap, mi) {
9008 if ((mi->depth >= XML_TREE_NSMAP_PARENT) &&
9009 (mi->shadowDepth == -1) &&
9010 ((ns->prefix == mi->newNs->prefix) ||
9012 mi->newNs->prefix))) {
9017 mi->shadowDepth = depth;
9103 XML_NSMAP_FOREACH(nsMap, mi) {
9104 if ((mi->shadowDepth == -1) &&
9105 (cur->ns == mi->oldNs)) {
9109 clone->ns = mi->newNs;
9218 XML_NSMAP_POP(nsMap, mi)
9223 XML_NSMAP_FOREACH(nsMap, mi) {
9224 if (mi->shadowDepth >= depth)
9225 mi->shadowDepth = -1;