Searched refs:xmlStringGetNodeList (Results 1 – 10 of 10) sorted by relevance
| /third_party/libxml2/ |
| D | tree.c | 1425 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()
|
| D | libxml2.syms | 1037 xmlStringGetNodeList;
|
| D | elfgcchack.h | 10999 #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
|
| D | SAX2.c | 1309 ret->children = xmlStringGetNodeList(ctxt->myDoc, value); in xmlSAX2AttributeInternal()
|
| D | NEWS | 17 Fix null pointer deref in xmlStringGetNodeList 174 Fix null deref in xmlStringGetNodeList (Nick Wellnhofer),
|
| D | testapi.c | 23894 ret_val = xmlStringGetNodeList((const xmlDoc *)doc, (const xmlChar *)value); in test_xmlStringGetNodeList()
|
| /third_party/libxml2/include/libxml/ |
| D | tree.h | 1043 xmlStringGetNodeList (const xmlDoc *doc,
|
| /third_party/libxml2/os400/libxmlrpg/ |
| D | tree.rpgle | 1292 d xmlStringGetNodeList... 1293 d pr extproc('xmlStringGetNodeList')
|
| /third_party/libxml2/win32/ |
| D | libxml2.def.src | 1902 xmlStringGetNodeList
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 89372 - 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) {
|