Home
last modified time | relevance | path

Searched refs:xmlStringGetNodeList (Results 1 – 10 of 10) sorted by relevance

/third_party/libxml2/
Dtree.c1425 ent->children = xmlStringGetNodeList(doc, in xmlStringLenGetNodeList()
1498 xmlStringGetNodeList(const xmlDoc *doc, const xmlChar *value) { in xmlStringGetNodeList() function
1625 ent->children = xmlStringGetNodeList(doc, in xmlStringGetNodeList()
2065 cur->children = xmlStringGetNodeList(doc, value); in xmlNewDocProp()
2349 cur->children = xmlStringGetNodeList(doc, content); in xmlNewDocNode()
2382 cur->children = xmlStringGetNodeList(doc, content); in xmlNewDocNodeEatName()
5702 cur->children = xmlStringGetNodeList(cur->doc, content); in xmlNodeSetContent()
Dlibxml2.syms1037 xmlStringGetNodeList;
Delfgcchack.h10999 #undef xmlStringGetNodeList
11000 extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList __attribute((alias("xmlStringGetNodeLis…
11002 #ifndef xmlStringGetNodeList
11003 extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList__internal_alias __attribute((visibility…
11004 #define xmlStringGetNodeList xmlStringGetNodeList__internal_alias macro
DSAX2.c1309 ret->children = xmlStringGetNodeList(ctxt->myDoc, value); in xmlSAX2AttributeInternal()
DNEWS17 Fix null pointer deref in xmlStringGetNodeList
174 Fix null deref in xmlStringGetNodeList (Nick Wellnhofer),
Dtestapi.c23894 ret_val = xmlStringGetNodeList((const xmlDoc *)doc, (const xmlChar *)value); in test_xmlStringGetNodeList()
/third_party/libxml2/include/libxml/
Dtree.h1043 xmlStringGetNodeList (const xmlDoc *doc,
/third_party/libxml2/os400/libxmlrpg/
Dtree.rpgle1292 d xmlStringGetNodeList...
1293 d pr extproc('xmlStringGetNodeList')
/third_party/libxml2/win32/
Dlibxml2.def.src1902 xmlStringGetNodeList
/third_party/chromium/patch/
D0001-cve.patch89372 - xmlStringGetNodeList() and provided a fix for it
91587 - * tree.c: fixed xmlStringGetNodeList() to handle charrefs
95680 + Fix null pointer deref in xmlStringGetNodeList
95837 + Fix null deref in xmlStringGetNodeList (Nick Wellnhofer),
111972 -#undef xmlStringGetNodeList
111973 -extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList __attribute((alias("xmlStringGetNodeLi…
111975 -#ifndef xmlStringGetNodeList
111976 -extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList__internal_alias __attribute((visibilit…
111977 -#define xmlStringGetNodeList xmlStringGetNodeList__internal_alias
132770 @@ -1508,7 +1505,7 @@ xmlStringGetNodeList(const xmlDoc *doc, const xmlChar *value) {