Searched refs:xmlStringGetNodeList (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h996 xmlStringGetNodeList (xmlDocPtr doc,
/external/libxml2/include/libxml/
H A Dtree.h995 xmlStringGetNodeList (xmlDocPtr doc,
/external/chromium_org/third_party/libxml/src/
H A Dtree.c1374 ent->children = xmlStringGetNodeList(doc,
1434 * xmlStringGetNodeList:
1443 xmlStringGetNodeList(xmlDocPtr doc, const xmlChar *value) { function
1559 ent->children = xmlStringGetNodeList(doc,
1987 cur->children = xmlStringGetNodeList(doc, value);
2271 cur->children = xmlStringGetNodeList(doc, content);
2304 cur->children = xmlStringGetNodeList(doc, content);
5477 cur->children = xmlStringGetNodeList(cur->doc, content);
H A DSAX2.c1295 ret->children = xmlStringGetNodeList(ctxt->myDoc, value);
H A Delfgcchack.h10827 #undef xmlStringGetNodeList macro
10828 extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList __attribute((alias("xmlStringGetNodeList__internal_alias")));
10830 #ifndef xmlStringGetNodeList
10831 extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList__internal_alias __attribute((visibility("hidden")));
10832 #define xmlStringGetNodeList xmlStringGetNodeList__internal_alias macro
H A Dtestapi.c23595 ret_val = xmlStringGetNodeList(doc, (const xmlChar *)value);
23602 printf("Leak of %d blocks found in xmlStringGetNodeList",
[all...]
/external/libxml2/
H A Dtree.c1385 ent->children = xmlStringGetNodeList(doc,
1445 * xmlStringGetNodeList:
1454 xmlStringGetNodeList(xmlDocPtr doc, const xmlChar *value) { function
1570 ent->children = xmlStringGetNodeList(doc,
1998 cur->children = xmlStringGetNodeList(doc, value);
2282 cur->children = xmlStringGetNodeList(doc, content);
2315 cur->children = xmlStringGetNodeList(doc, content);
5490 cur->children = xmlStringGetNodeList(cur->doc, content);
H A DSAX2.c1295 ret->children = xmlStringGetNodeList(ctxt->myDoc, value);
H A Delfgcchack.h10827 #undef xmlStringGetNodeList macro
10828 extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList __attribute((alias("xmlStringGetNodeList__internal_alias")));
10830 #ifndef xmlStringGetNodeList
10831 extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList__internal_alias __attribute((visibility("hidden")));
10832 #define xmlStringGetNodeList xmlStringGetNodeList__internal_alias macro

Completed in 364 milliseconds