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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A Dxlink.c149 type = xmlGetNsProp(node, BAD_CAST"type", XLINK_NAMESPACE);
154 role = xmlGetNsProp(node, BAD_CAST "role", XLINK_NAMESPACE);
H A Dxinclude.c174 ret = xmlGetNsProp(cur, XINCLUDE_NS, name);
178 ret = xmlGetNsProp(cur, XINCLUDE_OLD_NS, name);
1698 base = xmlGetNsProp(ctxt->incTab[nr]->ref, BAD_CAST "base",
1741 xmlBase = xmlGetNsProp(node,
H A Dtree.c4895 lang = xmlGetNsProp(cur, BAD_CAST "lang", XML_XML_NAMESPACE);
4974 space = xmlGetNsProp(cur, BAD_CAST "space", XML_XML_NAMESPACE);
5168 base = xmlGetNsProp(cur, BAD_CAST "base", XML_XML_NAMESPACE);
6542 * to the attribute. Use xmlGetNsProp() or xmlGetNoNsProp()
6584 * xmlGetNsProp:
6599 xmlGetNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) { function
H A Dxmlreader.c2397 ret = xmlGetNsProp(reader->node, localname, ns->href);
2450 return(xmlGetNsProp(reader->node, localName, namespaceURI));
H A Dcatalog.c1239 base = xmlGetNsProp(cur, BAD_CAST "base", XML_XML_NAMESPACE);
H A Delfgcchack.h4051 #undef xmlGetNsProp macro
4052 extern __typeof (xmlGetNsProp) xmlGetNsProp __attribute((alias("xmlGetNsProp__internal_alias")));
4054 #ifndef xmlGetNsProp
4055 extern __typeof (xmlGetNsProp) xmlGetNsProp__internal_alias __attribute((visibility("hidden")));
4056 #define xmlGetNsProp xmlGetNsProp__internal_alias macro
H A Dtestapi.c20520 ret_val = xmlGetNsProp(node, (const xmlChar *)name, (const xmlChar *)nameSpace);
20528 printf("Leak of %d blocks found in xmlGetNsProp",
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
H A Dxlink.c149 type = xmlGetNsProp(node, BAD_CAST"type", XLINK_NAMESPACE);
154 role = xmlGetNsProp(node, BAD_CAST "role", XLINK_NAMESPACE);
H A Dxinclude.c174 ret = xmlGetNsProp(cur, XINCLUDE_NS, name);
178 ret = xmlGetNsProp(cur, XINCLUDE_OLD_NS, name);
1698 base = xmlGetNsProp(ctxt->incTab[nr]->ref, BAD_CAST "base",
1741 xmlBase = xmlGetNsProp(node,
H A Dtree.c4895 lang = xmlGetNsProp(cur, BAD_CAST "lang", XML_XML_NAMESPACE);
4974 space = xmlGetNsProp(cur, BAD_CAST "space", XML_XML_NAMESPACE);
5168 base = xmlGetNsProp(cur, BAD_CAST "base", XML_XML_NAMESPACE);
6542 * to the attribute. Use xmlGetNsProp() or xmlGetNoNsProp()
6584 * xmlGetNsProp:
6599 xmlGetNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) { function
H A Dxmlreader.c2397 ret = xmlGetNsProp(reader->node, localname, ns->href);
2450 return(xmlGetNsProp(reader->node, localName, namespaceURI));
H A Dcatalog.c1239 base = xmlGetNsProp(cur, BAD_CAST "base", XML_XML_NAMESPACE);
H A Delfgcchack.h4051 #undef xmlGetNsProp macro
4052 extern __typeof (xmlGetNsProp) xmlGetNsProp __attribute((alias("xmlGetNsProp__internal_alias")));
4054 #ifndef xmlGetNsProp
4055 extern __typeof (xmlGetNsProp) xmlGetNsProp__internal_alias __attribute((visibility("hidden")));
4056 #define xmlGetNsProp xmlGetNsProp__internal_alias macro
H A Dtestapi.c20520 ret_val = xmlGetNsProp(node, (const xmlChar *)name, (const xmlChar *)nameSpace);
20528 printf("Leak of %d blocks found in xmlGetNsProp",
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
H A Dxlink.c149 type = xmlGetNsProp(node, BAD_CAST"type", XLINK_NAMESPACE);
154 role = xmlGetNsProp(node, BAD_CAST "role", XLINK_NAMESPACE);
H A Dxinclude.c174 ret = xmlGetNsProp(cur, XINCLUDE_NS, name);
178 ret = xmlGetNsProp(cur, XINCLUDE_OLD_NS, name);
1698 base = xmlGetNsProp(ctxt->incTab[nr]->ref, BAD_CAST "base",
1741 xmlBase = xmlGetNsProp(node,
H A Dtree.c4895 lang = xmlGetNsProp(cur, BAD_CAST "lang", XML_XML_NAMESPACE);
4974 space = xmlGetNsProp(cur, BAD_CAST "space", XML_XML_NAMESPACE);
5168 base = xmlGetNsProp(cur, BAD_CAST "base", XML_XML_NAMESPACE);
6542 * to the attribute. Use xmlGetNsProp() or xmlGetNoNsProp()
6584 * xmlGetNsProp:
6599 xmlGetNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) { function
H A Dxmlreader.c2397 ret = xmlGetNsProp(reader->node, localname, ns->href);
2450 return(xmlGetNsProp(reader->node, localName, namespaceURI));
H A Dcatalog.c1239 base = xmlGetNsProp(cur, BAD_CAST "base", XML_XML_NAMESPACE);
H A Delfgcchack.h4051 #undef xmlGetNsProp macro
4052 extern __typeof (xmlGetNsProp) xmlGetNsProp __attribute((alias("xmlGetNsProp__internal_alias")));
4054 #ifndef xmlGetNsProp
4055 extern __typeof (xmlGetNsProp) xmlGetNsProp__internal_alias __attribute((visibility("hidden")));
4056 #define xmlGetNsProp xmlGetNsProp__internal_alias macro
H A Dtestapi.c20520 ret_val = xmlGetNsProp(node, (const xmlChar *)name, (const xmlChar *)nameSpace);
20528 printf("Leak of %d blocks found in xmlGetNsProp",
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/include/libxml/
H A Dtree.h991 xmlGetNsProp (xmlNodePtr node,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/include/libxml/
H A Dtree.h991 xmlGetNsProp (xmlNodePtr node,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/include/libxml/
H A Dtree.h991 xmlGetNsProp (xmlNodePtr node,

Completed in 1080 milliseconds