Searched refs:xmlGetNamespace (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 Dparser.c7371 * xmlGetNamespace:
7381 xmlGetNamespace(xmlParserCtxtPtr ctxt, const xmlChar *prefix) { function
8085 nsname = xmlGetNamespace(ctxt, NULL);
8100 nsname = xmlGetNamespace(ctxt, attname);
8128 atts[nbatts++] = xmlGetNamespace(ctxt, aprefix);
8145 nsname = xmlGetNamespace(ctxt, atts[i + 1]);
8176 nsname = xmlGetNamespace(ctxt, prefix);
11823 if (xmlGetNamespace(ctxt, iprefix) == NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dparser.c8155 * xmlGetNamespace:
8165 xmlGetNamespace(xmlParserCtxtPtr ctxt, const xmlChar *prefix) { function
8889 nsname = xmlGetNamespace(ctxt, NULL);
8904 nsname = xmlGetNamespace(ctxt, attname);
8932 atts[nbatts++] = xmlGetNamespace(ctxt, aprefix);
8955 nsname = xmlGetNamespace(ctxt, atts[i + 1]);
8986 nsname = xmlGetNamespace(ctxt, prefix);
12768 if (xmlGetNamespace(ctxt, iprefix) == NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dparser.c8155 * xmlGetNamespace:
8165 xmlGetNamespace(xmlParserCtxtPtr ctxt, const xmlChar *prefix) { function
8889 nsname = xmlGetNamespace(ctxt, NULL);
8904 nsname = xmlGetNamespace(ctxt, attname);
8932 atts[nbatts++] = xmlGetNamespace(ctxt, aprefix);
8955 nsname = xmlGetNamespace(ctxt, atts[i + 1]);
8986 nsname = xmlGetNamespace(ctxt, prefix);
12768 if (xmlGetNamespace(ctxt, iprefix) == NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dparser.c7371 * xmlGetNamespace:
7381 xmlGetNamespace(xmlParserCtxtPtr ctxt, const xmlChar *prefix) { function
8085 nsname = xmlGetNamespace(ctxt, NULL);
8100 nsname = xmlGetNamespace(ctxt, attname);
8128 atts[nbatts++] = xmlGetNamespace(ctxt, aprefix);
8145 nsname = xmlGetNamespace(ctxt, atts[i + 1]);
8176 nsname = xmlGetNamespace(ctxt, prefix);
11823 if (xmlGetNamespace(ctxt, iprefix) == NULL) {

Completed in 372 milliseconds