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

/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c1214 * nsPush:
1225 nsPush(xmlParserCtxtPtr ctxt, const xmlChar *prefix, const xmlChar *URL) function
8249 if (nsPush(ctxt, NULL, URL) > 0) nbNs++;
8294 if (nsPush(ctxt, attname, URL) > 0) nbNs++;
8377 if (nsPush(ctxt, NULL,
8392 if (nsPush(ctxt, attname,
12161 nsPush(ctxt, iprefix, ihref);

Completed in 71 milliseconds