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

/external/chromium_org/third_party/libxml/src/
H A Drunsuite.c498 dtd = xmlGetProp(tmp, BAD_CAST "dtd");
1026 contributor = xmlGetProp(cur, BAD_CAST "contributor");
1030 name = xmlGetProp(cur, BAD_CAST "name");
H A Drelaxng.c1541 name2 = xmlGetProp(tmp, BAD_CAST "name");
1561 href = xmlGetProp(tmp, BAD_CAST "href");
1721 name = xmlGetProp(cur, BAD_CAST "name");
3478 ret = xmlGetProp(node, BAD_CAST "datatypeLibrary");
3494 ret = xmlGetProp(node, BAD_CAST "datatypeLibrary");
3535 type = xmlGetProp(node, BAD_CAST "type");
3624 type = xmlGetProp(node, BAD_CAST "type");
3700 param->name = xmlGetProp(content, BAD_CAST "name");
4597 name = xmlGetProp(node, BAD_CAST "name");
4757 ns = xmlGetProp(roo
[all...]
H A Derror.c565 to->file = (char *) xmlGetProp(prev, BAD_CAST "href");
568 to->file = (char *) xmlGetProp(prev, BAD_CAST "href");
H A Dcatalog.c1152 nameValue = xmlGetProp(cur, attrName);
1159 uriValue = xmlGetProp(cur, uriAttrName);
1224 prop = xmlGetProp(cur, BAD_CAST "prefer");
1238 prop = xmlGetProp(cur, BAD_CAST "id");
1371 prop = xmlGetProp(cur, BAD_CAST "prefer");
H A Dxinclude.c182 ret = xmlGetProp(cur, name);
1849 encoding = xmlGetProp(ctxt->incTab[nr]->ref, XINCLUDE_PARSE_ENCODING);
H A Dxmlsave.c1436 httpequiv = xmlGetProp(tmp, BAD_CAST"http-equiv");
H A Delfgcchack.h4081 #undef xmlGetProp macro
4082 extern __typeof (xmlGetProp) xmlGetProp __attribute((alias("xmlGetProp__internal_alias")));
4084 #ifndef xmlGetProp
4085 extern __typeof (xmlGetProp) xmlGetProp__internal_alias __attribute((visibility("hidden")));
4086 #define xmlGetProp xmlGetProp__internal_alias macro
H A Dtree.c5156 return(xmlGetProp(cur, BAD_CAST "href"));
6533 * xmlGetProp:
6549 xmlGetProp(xmlNodePtr node, const xmlChar *name) { function
6567 * This function is similar to xmlGetProp except it will accept only
H A Dtestapi.c20562 ret_val = xmlGetProp(node, (const xmlChar *)name);
20569 printf("Leak of %d blocks found in xmlGetProp",
[all...]
/external/libxml2/
H A Drelaxng.c1542 name2 = xmlGetProp(tmp, BAD_CAST "name");
1562 href = xmlGetProp(tmp, BAD_CAST "href");
1722 name = xmlGetProp(cur, BAD_CAST "name");
3479 ret = xmlGetProp(node, BAD_CAST "datatypeLibrary");
3495 ret = xmlGetProp(node, BAD_CAST "datatypeLibrary");
3536 type = xmlGetProp(node, BAD_CAST "type");
3625 type = xmlGetProp(node, BAD_CAST "type");
3701 param->name = xmlGetProp(content, BAD_CAST "name");
4598 name = xmlGetProp(node, BAD_CAST "name");
4758 ns = xmlGetProp(roo
[all...]
H A Derror.c574 to->file = (char *) xmlGetProp(prev, BAD_CAST "href");
577 to->file = (char *) xmlGetProp(prev, BAD_CAST "href");
H A Dcatalog.c1150 nameValue = xmlGetProp(cur, attrName);
1157 uriValue = xmlGetProp(cur, uriAttrName);
1222 prop = xmlGetProp(cur, BAD_CAST "prefer");
1236 prop = xmlGetProp(cur, BAD_CAST "id");
1369 prop = xmlGetProp(cur, BAD_CAST "prefer");
H A Dxinclude.c183 ret = xmlGetProp(cur, name);
1855 encoding = xmlGetProp(ctxt->incTab[nr]->ref, XINCLUDE_PARSE_ENCODING);
H A Dxmlsave.c1609 httpequiv = xmlGetProp(tmp, BAD_CAST"http-equiv");
H A Delfgcchack.h4173 #undef xmlGetProp macro
4174 extern __typeof (xmlGetProp) xmlGetProp __attribute((alias("xmlGetProp__internal_alias")));
4176 #ifndef xmlGetProp
4177 extern __typeof (xmlGetProp) xmlGetProp__internal_alias __attribute((visibility("hidden")));
4178 #define xmlGetProp xmlGetProp__internal_alias macro
H A Dtree.c5247 return(xmlGetProp(cur, BAD_CAST "href"));
6653 * xmlGetProp:
6669 xmlGetProp(xmlNodePtr node, const xmlChar *name) { function
6687 * This function is similar to xmlGetProp except it will accept only
/external/chromium_org/third_party/libxslt/libexslt/
H A Dfunctions.c469 qname = xmlGetProp(inst, (const xmlChar *) "name");
/external/chromium_org/third_party/libxslt/libxslt/
H A Dxsltutils.c95 return xmlGetProp(node, name);
177 * TODO: Substitute xmlGetProp() for xmlGetNsProp(), since the former
186 return(xmlGetProp(node, name));
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h982 xmlGetProp (xmlNodePtr node,
/external/libxml2/include/libxml/
H A Dtree.h1021 xmlGetProp (xmlNodePtr node,

Completed in 672 milliseconds