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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dxmlwriter.h94 namespaceURI);
120 const xmlChar * namespaceURI,
126 const xmlChar * namespaceURI,
135 namespaceURI,
186 namespaceURI);
211 const xmlChar * namespaceURI,
217 const xmlChar * namespaceURI,
227 namespaceURI,
H A Dxmlreader.h219 const xmlChar *namespaceURI);
234 const xmlChar *namespaceURI);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dxmlwriter.h94 namespaceURI);
120 const xmlChar * namespaceURI,
126 const xmlChar * namespaceURI,
135 namespaceURI,
186 namespaceURI);
211 const xmlChar * namespaceURI,
217 const xmlChar * namespaceURI,
227 namespaceURI,
H A Dxmlreader.h219 const xmlChar *namespaceURI);
234 const xmlChar *namespaceURI);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlwriter.in.h94 namespaceURI);
120 const xmlChar * namespaceURI,
126 const xmlChar * namespaceURI,
135 namespaceURI,
186 namespaceURI);
211 const xmlChar * namespaceURI,
217 const xmlChar * namespaceURI,
227 namespaceURI,
H A Dxmlwriter.c1026 * @namespaceURI: namespace URI or NULL
1035 const xmlChar * namespaceURI)
1058 if (namespaceURI != 0) {
1065 count = xmlTextWriterWriteAttribute(writer, buf, namespaceURI);
1752 * @namespaceURI: namespace URI or NULL
1761 const xmlChar * namespaceURI)
1785 if (namespaceURI != 0) {
1801 p->uri = xmlStrdup(namespaceURI);
1864 xmlChar *namespaceURI = NULL; local
1871 namespaceURI
1033 xmlTextWriterStartElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI) argument
1759 xmlTextWriterStartAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI) argument
2009 xmlTextWriterWriteFormatAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, ...) argument
2041 xmlTextWriterWriteVFormatAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, va_list argptr) argument
2077 xmlTextWriterWriteAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const xmlChar * content) argument
2226 xmlTextWriterWriteFormatElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, ...) argument
2258 xmlTextWriterWriteVFormatElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, va_list argptr) argument
2294 xmlTextWriterWriteElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const xmlChar * content) argument
[all...]
H A Dxmlreader.in.h213 const xmlChar *namespaceURI);
228 const xmlChar *namespaceURI);
H A Dxmlreader.c2375 * @namespaceURI: the namespace URI of the attribute.
2384 const xmlChar *namespaceURI) {
2399 if (xmlStrEqual(namespaceURI, BAD_CAST "http://www.w3.org/2000/xmlns/")) {
2414 return(xmlGetNsProp(reader->node, localName, namespaceURI));
2652 * @namespaceURI: the namespace URI of the attribute.
2661 const xmlChar *localName, const xmlChar *namespaceURI) {
2667 if ((reader == NULL) || (localName == NULL) || (namespaceURI == NULL))
2675 if (xmlStrEqual(namespaceURI, BAD_CAST "http://www.w3.org/2000/xmlns/")) {
2700 (xmlStrEqual(prop->ns->href, namespaceURI)))) {
2383 xmlTextReaderGetAttributeNs(xmlTextReaderPtr reader, const xmlChar *localName, const xmlChar *namespaceURI) argument
2660 xmlTextReaderMoveToAttributeNs(xmlTextReaderPtr reader, const xmlChar *localName, const xmlChar *namespaceURI) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlwriter.h94 namespaceURI);
120 const xmlChar * namespaceURI,
126 const xmlChar * namespaceURI,
135 namespaceURI,
186 namespaceURI);
211 const xmlChar * namespaceURI,
217 const xmlChar * namespaceURI,
227 namespaceURI,
H A Dxmlreader.h219 const xmlChar *namespaceURI);
234 const xmlChar *namespaceURI);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlwriter.in.h94 namespaceURI);
120 const xmlChar * namespaceURI,
126 const xmlChar * namespaceURI,
135 namespaceURI,
186 namespaceURI);
211 const xmlChar * namespaceURI,
217 const xmlChar * namespaceURI,
227 namespaceURI,
H A Dxmlwriter.c1026 * @namespaceURI: namespace URI or NULL
1035 const xmlChar * namespaceURI)
1058 if (namespaceURI != 0) {
1065 count = xmlTextWriterWriteAttribute(writer, buf, namespaceURI);
1752 * @namespaceURI: namespace URI or NULL
1761 const xmlChar * namespaceURI)
1785 if (namespaceURI != 0) {
1801 p->uri = xmlStrdup(namespaceURI);
1864 xmlChar *namespaceURI = NULL; local
1871 namespaceURI
1033 xmlTextWriterStartElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI) argument
1759 xmlTextWriterStartAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI) argument
2009 xmlTextWriterWriteFormatAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, ...) argument
2041 xmlTextWriterWriteVFormatAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, va_list argptr) argument
2077 xmlTextWriterWriteAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const xmlChar * content) argument
2226 xmlTextWriterWriteFormatElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, ...) argument
2258 xmlTextWriterWriteVFormatElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, va_list argptr) argument
2294 xmlTextWriterWriteElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const xmlChar * content) argument
[all...]
H A Dxmlreader.in.h213 const xmlChar *namespaceURI);
228 const xmlChar *namespaceURI);
H A Dxmlreader.c2375 * @namespaceURI: the namespace URI of the attribute.
2384 const xmlChar *namespaceURI) {
2399 if (xmlStrEqual(namespaceURI, BAD_CAST "http://www.w3.org/2000/xmlns/")) {
2414 return(xmlGetNsProp(reader->node, localName, namespaceURI));
2652 * @namespaceURI: the namespace URI of the attribute.
2661 const xmlChar *localName, const xmlChar *namespaceURI) {
2667 if ((reader == NULL) || (localName == NULL) || (namespaceURI == NULL))
2675 if (xmlStrEqual(namespaceURI, BAD_CAST "http://www.w3.org/2000/xmlns/")) {
2700 (xmlStrEqual(prop->ns->href, namespaceURI)))) {
2383 xmlTextReaderGetAttributeNs(xmlTextReaderPtr reader, const xmlChar *localName, const xmlChar *namespaceURI) argument
2660 xmlTextReaderMoveToAttributeNs(xmlTextReaderPtr reader, const xmlChar *localName, const xmlChar *namespaceURI) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlwriter.c1042 * @namespaceURI: namespace URI or NULL
1051 const xmlChar * namespaceURI)
1074 if (namespaceURI != 0) {
1090 p->uri = xmlStrdup(namespaceURI);
1808 * @namespaceURI: namespace URI or NULL
1817 const xmlChar * namespaceURI)
1828 if (namespaceURI != 0) {
1838 nsentry.uri = (xmlChar *)namespaceURI;
1845 if (xmlStrcmp(curns->uri, namespaceURI) == 0) {
1865 p->uri = xmlStrdup(namespaceURI);
1049 xmlTextWriterStartElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI) argument
1815 xmlTextWriterStartAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI) argument
2049 xmlTextWriterWriteFormatAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, ...) argument
2081 xmlTextWriterWriteVFormatAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, va_list argptr) argument
2117 xmlTextWriterWriteAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const xmlChar * content) argument
2252 xmlTextWriterWriteFormatElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, ...) argument
2284 xmlTextWriterWriteVFormatElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, va_list argptr) argument
2320 xmlTextWriterWriteElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const xmlChar * content) argument
4304 xmlChar *namespaceURI = NULL; local
[all...]
H A Dxmlreader.c2411 * @namespaceURI: the namespace URI of the attribute.
2420 const xmlChar *namespaceURI) {
2435 if (xmlStrEqual(namespaceURI, BAD_CAST "http://www.w3.org/2000/xmlns/")) {
2450 return(xmlGetNsProp(reader->node, localName, namespaceURI));
2688 * @namespaceURI: the namespace URI of the attribute.
2697 const xmlChar *localName, const xmlChar *namespaceURI) {
2703 if ((reader == NULL) || (localName == NULL) || (namespaceURI == NULL))
2711 if (xmlStrEqual(namespaceURI, BAD_CAST "http://www.w3.org/2000/xmlns/")) {
2736 (xmlStrEqual(prop->ns->href, namespaceURI)))) {
2419 xmlTextReaderGetAttributeNs(xmlTextReaderPtr reader, const xmlChar *localName, const xmlChar *namespaceURI) argument
2696 xmlTextReaderMoveToAttributeNs(xmlTextReaderPtr reader, const xmlChar *localName, const xmlChar *namespaceURI) argument
H A Dtestapi.c30746 xmlChar * namespaceURI; /* the namespace URI of the attribute. */ local
30755 namespaceURI = gen_const_xmlChar_ptr(n_namespaceURI, 2);
30757 ret_val = xmlTextReaderGetAttributeNs(reader, (const xmlChar *)localName, (const xmlChar *)namespaceURI);
30762 des_const_xmlChar_ptr(n_namespaceURI, (const xmlChar *)namespaceURI, 2);
31432 xmlChar * namespaceURI; /* the namespace URI of the attribute. */ local
31441 namespaceURI = gen_const_xmlChar_ptr(n_namespaceURI, 2);
31443 ret_val = xmlTextReaderMoveToAttributeNs(reader, (const xmlChar *)localName, (const xmlChar *)namespaceURI);
31448 des_const_xmlChar_ptr(n_namespaceURI, (const xmlChar *)namespaceURI, 2);
43353 xmlChar * namespaceURI; /* namespace URI or NULL */ local
43757 xmlChar * namespaceURI; /* namespace URI or NULL */ local
43901 xmlChar * namespaceURI; /* namespace URI */ local
44671 xmlChar * namespaceURI; /* namespace URI */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlwriter.c1042 * @namespaceURI: namespace URI or NULL
1051 const xmlChar * namespaceURI)
1074 if (namespaceURI != 0) {
1090 p->uri = xmlStrdup(namespaceURI);
1808 * @namespaceURI: namespace URI or NULL
1817 const xmlChar * namespaceURI)
1828 if (namespaceURI != 0) {
1838 nsentry.uri = (xmlChar *)namespaceURI;
1845 if (xmlStrcmp(curns->uri, namespaceURI) == 0) {
1865 p->uri = xmlStrdup(namespaceURI);
1049 xmlTextWriterStartElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI) argument
1815 xmlTextWriterStartAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI) argument
2049 xmlTextWriterWriteFormatAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, ...) argument
2081 xmlTextWriterWriteVFormatAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, va_list argptr) argument
2117 xmlTextWriterWriteAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const xmlChar * content) argument
2252 xmlTextWriterWriteFormatElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, ...) argument
2284 xmlTextWriterWriteVFormatElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, va_list argptr) argument
2320 xmlTextWriterWriteElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const xmlChar * content) argument
4304 xmlChar *namespaceURI = NULL; local
[all...]
H A Dxmlreader.c2411 * @namespaceURI: the namespace URI of the attribute.
2420 const xmlChar *namespaceURI) {
2435 if (xmlStrEqual(namespaceURI, BAD_CAST "http://www.w3.org/2000/xmlns/")) {
2450 return(xmlGetNsProp(reader->node, localName, namespaceURI));
2688 * @namespaceURI: the namespace URI of the attribute.
2697 const xmlChar *localName, const xmlChar *namespaceURI) {
2703 if ((reader == NULL) || (localName == NULL) || (namespaceURI == NULL))
2711 if (xmlStrEqual(namespaceURI, BAD_CAST "http://www.w3.org/2000/xmlns/")) {
2736 (xmlStrEqual(prop->ns->href, namespaceURI)))) {
2419 xmlTextReaderGetAttributeNs(xmlTextReaderPtr reader, const xmlChar *localName, const xmlChar *namespaceURI) argument
2696 xmlTextReaderMoveToAttributeNs(xmlTextReaderPtr reader, const xmlChar *localName, const xmlChar *namespaceURI) argument
H A Dtestapi.c30746 xmlChar * namespaceURI; /* the namespace URI of the attribute. */ local
30755 namespaceURI = gen_const_xmlChar_ptr(n_namespaceURI, 2);
30757 ret_val = xmlTextReaderGetAttributeNs(reader, (const xmlChar *)localName, (const xmlChar *)namespaceURI);
30762 des_const_xmlChar_ptr(n_namespaceURI, (const xmlChar *)namespaceURI, 2);
31432 xmlChar * namespaceURI; /* the namespace URI of the attribute. */ local
31441 namespaceURI = gen_const_xmlChar_ptr(n_namespaceURI, 2);
31443 ret_val = xmlTextReaderMoveToAttributeNs(reader, (const xmlChar *)localName, (const xmlChar *)namespaceURI);
31448 des_const_xmlChar_ptr(n_namespaceURI, (const xmlChar *)namespaceURI, 2);
43353 xmlChar * namespaceURI; /* namespace URI or NULL */ local
43757 xmlChar * namespaceURI; /* namespace URI or NULL */ local
43901 xmlChar * namespaceURI; /* namespace URI */ local
44671 xmlChar * namespaceURI; /* namespace URI */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djaxen-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/jaxen/expr/ org/jaxen/expr/Predicate ...
H A Djdom.jarorg/ org/jdom/ org/jdom/output/ org/jdom/output/XMLOutputter.class XMLOutputter.java package org.jdom ...
H A Djfreechart-1.0.13.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jfree/ org/jfree/chart/ org/jfree/chart/annotations/ ...

Completed in 650 milliseconds