Home
last modified time | relevance | path

Searched refs:xmlExpCtxtNbNodes (Results 1 – 9 of 9) sorted by relevance

/third_party/libxml2/
DtestRegexp.c118 if (xmlExpCtxtNbNodes(ctxt) != 0) in runFileTest()
120 xmlExpCtxtNbNodes(ctxt)); in runFileTest()
138 nodes1 = xmlExpCtxtNbNodes(ctxt); in runFileTest()
146 nodes2 = xmlExpCtxtNbNodes(ctxt); in runFileTest()
160 if (xmlExpCtxtNbNodes(ctxt) > nodes2) { in runFileTest()
162 xmlExpCtxtNbNodes(ctxt) - nodes2); in runFileTest()
163 nodes1 += xmlExpCtxtNbNodes(ctxt) - nodes2; in runFileTest()
166 if (xmlExpCtxtNbNodes(ctxt) > nodes1) { in runFileTest()
168 xmlExpCtxtNbNodes(ctxt) - nodes1); in runFileTest()
177 if (xmlExpCtxtNbNodes(ctxt) != 0) in runFileTest()
[all …]
Dlibxml2.syms2076 # xmlExpCtxtNbNodes; removed in 2.9.10
Delfgcchack.h3262 #undef xmlExpCtxtNbNodes
3263 extern __typeof (xmlExpCtxtNbNodes) xmlExpCtxtNbNodes __attribute((alias("xmlExpCtxtNbNodes__intern…
3265 #ifndef xmlExpCtxtNbNodes
3266 extern __typeof (xmlExpCtxtNbNodes) xmlExpCtxtNbNodes__internal_alias __attribute((visibility("hidd…
3267 #define xmlExpCtxtNbNodes xmlExpCtxtNbNodes__internal_alias macro
Dxmlregexp.c8247 xmlExpCtxtNbNodes(xmlExpCtxtPtr ctxt) { in xmlExpCtxtNbNodes() function
Dtestapi.c33274 ret_val = xmlExpCtxtNbNodes(ctxt); in test_xmlExpCtxtNbNodes()
/third_party/libxml2/include/libxml/
Dxmlregexp.h126 xmlExpCtxtNbNodes(xmlExpCtxtPtr ctxt);
/third_party/libxml2/os400/libxmlrpg/
Dxmlregexp.rpgle136 d xmlExpCtxtNbNodes...
137 d pr extproc('xmlExpCtxtNbNodes')
/third_party/libxml2/win32/
Dlibxml2.def.src810 xmlExpCtxtNbNodes
/third_party/chromium/patch/
D0001-cve.patch104247 -#undef xmlExpCtxtNbNodes
104248 -extern __typeof (xmlExpCtxtNbNodes) xmlExpCtxtNbNodes __attribute((alias("xmlExpCtxtNbNodes__inter…
104250 -#ifndef xmlExpCtxtNbNodes
104251 -extern __typeof (xmlExpCtxtNbNodes) xmlExpCtxtNbNodes__internal_alias __attribute((visibility("hid…
104252 -#define xmlExpCtxtNbNodes xmlExpCtxtNbNodes__internal_alias
127324 - if (xmlExpCtxtNbNodes(ctxt) != 0)
127326 - xmlExpCtxtNbNodes(ctxt));
127344 - nodes1 = xmlExpCtxtNbNodes(ctxt);
127352 - nodes2 = xmlExpCtxtNbNodes(ctxt);
127366 - if (xmlExpCtxtNbNodes(ctxt) > nodes2) {
[all …]