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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A DSAX.h140 xmlChar *nameSpace);
H A Dtree.h944 const xmlChar *nameSpace);
989 const xmlChar *nameSpace);
993 const xmlChar *nameSpace);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A DSAX.h140 xmlChar *nameSpace);
H A Dtree.h944 const xmlChar *nameSpace);
989 const xmlChar *nameSpace);
993 const xmlChar *nameSpace);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DSAX.in.h140 xmlChar *nameSpace);
H A Dtree.in.h916 const xmlChar *nameSpace);
961 const xmlChar *nameSpace);
965 const xmlChar *nameSpace);
H A Dtree.c5558 * @nameSpace: the namespace prefix
5563 * @nameSpace can be NULL, this is a search for the default namespace.
5571 xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) { argument
5577 if ((nameSpace != NULL) &&
5578 (xmlStrEqual(nameSpace, (const xmlChar *)"xml"))) {
5619 if ((cur->prefix == NULL) && (nameSpace == NULL) &&
5622 if ((cur->prefix != NULL) && (nameSpace != NULL) &&
5624 (xmlStrEqual(cur->prefix, nameSpace)))
5631 if ((cur->prefix == NULL) && (nameSpace == NULL) &&
5634 if ((cur->prefix != NULL) && (nameSpace !
6258 xmlHasNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) argument
6330 xmlGetNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) argument
[all...]
H A Dvalid.c6103 xmlNsPtr nameSpace = attrib->ns; local
6105 if (nameSpace == NULL)
6106 nameSpace = elem->ns;
6112 if (nameSpace == NULL) {
6115 } else if (!xmlStrEqual(nameSpace->prefix,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DSAX.h140 xmlChar *nameSpace);
H A Dtree.h944 const xmlChar *nameSpace);
989 const xmlChar *nameSpace);
993 const xmlChar *nameSpace);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DSAX.in.h140 xmlChar *nameSpace);
H A Dtree.in.h916 const xmlChar *nameSpace);
961 const xmlChar *nameSpace);
965 const xmlChar *nameSpace);
H A Dtree.c5558 * @nameSpace: the namespace prefix
5563 * @nameSpace can be NULL, this is a search for the default namespace.
5571 xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) { argument
5577 if ((nameSpace != NULL) &&
5578 (xmlStrEqual(nameSpace, (const xmlChar *)"xml"))) {
5619 if ((cur->prefix == NULL) && (nameSpace == NULL) &&
5622 if ((cur->prefix != NULL) && (nameSpace != NULL) &&
5624 (xmlStrEqual(cur->prefix, nameSpace)))
5631 if ((cur->prefix == NULL) && (nameSpace == NULL) &&
5634 if ((cur->prefix != NULL) && (nameSpace !
6258 xmlHasNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) argument
6330 xmlGetNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) argument
[all...]
H A Dvalid.c6103 xmlNsPtr nameSpace = attrib->ns; local
6105 if (nameSpace == NULL)
6106 nameSpace = elem->ns;
6112 if (nameSpace == NULL) {
6115 } else if (!xmlStrEqual(nameSpace->prefix,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtree.c5616 * @nameSpace: the namespace prefix
5621 * @nameSpace can be NULL, this is a search for the default namespace.
5629 xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) { argument
5635 if ((nameSpace != NULL) &&
5636 (xmlStrEqual(nameSpace, (const xmlChar *)"xml"))) {
5677 if ((cur->prefix == NULL) && (nameSpace == NULL) &&
5680 if ((cur->prefix != NULL) && (nameSpace != NULL) &&
5682 (xmlStrEqual(cur->prefix, nameSpace)))
5689 if ((cur->prefix == NULL) && (nameSpace == NULL) &&
5692 if ((cur->prefix != NULL) && (nameSpace !
6316 xmlHasNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) argument
6388 xmlGetNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) argument
[all...]
H A Dvalid.c6229 xmlNsPtr nameSpace = attrib->ns; local
6231 if (nameSpace == NULL)
6232 nameSpace = elem->ns;
6238 if (nameSpace == NULL) {
6241 } else if (!xmlStrEqual(nameSpace->prefix,
H A Dtestapi.c20444 xmlChar * nameSpace; /* the URI of the namespace */ local
20453 nameSpace = gen_const_xmlChar_ptr(n_nameSpace, 2);
20455 ret_val = xmlGetNsProp(node, (const xmlChar *)name, (const xmlChar *)nameSpace);
20460 des_const_xmlChar_ptr(n_nameSpace, (const xmlChar *)nameSpace, 2);
20529 xmlChar * nameSpace; /* the URI of the namespace */ local
20538 nameSpace = gen_const_xmlChar_ptr(n_nameSpace, 2);
20540 ret_val = xmlHasNsProp(node, (const xmlChar *)name, (const xmlChar *)nameSpace);
20545 des_const_xmlChar_ptr(n_nameSpace, (const xmlChar *)nameSpace, 2);
23014 xmlChar * nameSpace; /* the namespace prefix */ local
23023 nameSpace
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtree.c5616 * @nameSpace: the namespace prefix
5621 * @nameSpace can be NULL, this is a search for the default namespace.
5629 xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) { argument
5635 if ((nameSpace != NULL) &&
5636 (xmlStrEqual(nameSpace, (const xmlChar *)"xml"))) {
5677 if ((cur->prefix == NULL) && (nameSpace == NULL) &&
5680 if ((cur->prefix != NULL) && (nameSpace != NULL) &&
5682 (xmlStrEqual(cur->prefix, nameSpace)))
5689 if ((cur->prefix == NULL) && (nameSpace == NULL) &&
5692 if ((cur->prefix != NULL) && (nameSpace !
6316 xmlHasNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) argument
6388 xmlGetNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) argument
[all...]
H A Dvalid.c6229 xmlNsPtr nameSpace = attrib->ns; local
6231 if (nameSpace == NULL)
6232 nameSpace = elem->ns;
6238 if (nameSpace == NULL) {
6241 } else if (!xmlStrEqual(nameSpace->prefix,
H A Dtestapi.c20444 xmlChar * nameSpace; /* the URI of the namespace */ local
20453 nameSpace = gen_const_xmlChar_ptr(n_nameSpace, 2);
20455 ret_val = xmlGetNsProp(node, (const xmlChar *)name, (const xmlChar *)nameSpace);
20460 des_const_xmlChar_ptr(n_nameSpace, (const xmlChar *)nameSpace, 2);
20529 xmlChar * nameSpace; /* the URI of the namespace */ local
20538 nameSpace = gen_const_xmlChar_ptr(n_nameSpace, 2);
20540 ret_val = xmlHasNsProp(node, (const xmlChar *)name, (const xmlChar *)nameSpace);
20545 des_const_xmlChar_ptr(n_nameSpace, (const xmlChar *)nameSpace, 2);
23014 xmlChar * nameSpace; /* the namespace prefix */ local
23023 nameSpace
[all...]

Completed in 845 milliseconds