Searched refs:xmlExpCtxtNbNodes (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DtestRegexp.c118 if (xmlExpCtxtNbNodes(ctxt) != 0)
120 xmlExpCtxtNbNodes(ctxt));
138 nodes1 = xmlExpCtxtNbNodes(ctxt);
146 nodes2 = xmlExpCtxtNbNodes(ctxt);
160 if (xmlExpCtxtNbNodes(ctxt) > nodes2) {
162 xmlExpCtxtNbNodes(ctxt) - nodes2);
163 nodes1 += xmlExpCtxtNbNodes(ctxt) - nodes2;
166 if (xmlExpCtxtNbNodes(ctxt) > nodes1) {
168 xmlExpCtxtNbNodes(ctxt) - nodes1);
177 if (xmlExpCtxtNbNodes(ctx
[all...]
H A Delfgcchack.h3170 #undef xmlExpCtxtNbNodes macro
3171 extern __typeof (xmlExpCtxtNbNodes) xmlExpCtxtNbNodes __attribute((alias("xmlExpCtxtNbNodes__internal_alias")));
3173 #ifndef xmlExpCtxtNbNodes
3174 extern __typeof (xmlExpCtxtNbNodes) xmlExpCtxtNbNodes__internal_alias __attribute((visibility("hidden")));
3175 #define xmlExpCtxtNbNodes xmlExpCtxtNbNodes__internal_alias macro
H A Dxmlregexp.c8121 * xmlExpCtxtNbNodes:
8129 xmlExpCtxtNbNodes(xmlExpCtxtPtr ctxt) { function
H A Dtestapi.c32818 ret_val = xmlExpCtxtNbNodes(ctxt);
32824 printf("Leak of %d blocks found in xmlExpCtxtNbNodes",
[all...]
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlregexp.h126 xmlExpCtxtNbNodes(xmlExpCtxtPtr ctxt);
/external/libxml2/include/libxml/
H A Dxmlregexp.h126 xmlExpCtxtNbNodes(xmlExpCtxtPtr ctxt);
/external/libxml2/
H A Delfgcchack.h3262 #undef xmlExpCtxtNbNodes macro
3263 extern __typeof (xmlExpCtxtNbNodes) xmlExpCtxtNbNodes __attribute((alias("xmlExpCtxtNbNodes__internal_alias")));
3265 #ifndef xmlExpCtxtNbNodes
3266 extern __typeof (xmlExpCtxtNbNodes) xmlExpCtxtNbNodes__internal_alias __attribute((visibility("hidden")));
3267 #define xmlExpCtxtNbNodes xmlExpCtxtNbNodes__internal_alias macro
H A Dxmlregexp.c8135 * xmlExpCtxtNbNodes:
8143 xmlExpCtxtNbNodes(xmlExpCtxtPtr ctxt) { function

Completed in 2619 milliseconds