Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(438)

Unified Diff: third_party/libxslt/libxslt/variables.h

Issue 2411263002: Roll libxslt to 8345634c5482ca04293ae1862d52fa9dd764aeca (Closed)
Patch Set: config.log Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libxslt/libxslt/transform.c ('k') | third_party/libxslt/libxslt/variables.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxslt/libxslt/variables.h
diff --git a/third_party/libxslt/libxslt/variables.h b/third_party/libxslt/libxslt/variables.h
index 17b4c6f6f1f9ddc9ae1f7ef9a0bd380019ca84eb..f80eeab6ebb3850d9fead5f6855df951f68a6c43 100644
--- a/third_party/libxslt/libxslt/variables.h
+++ b/third_party/libxslt/libxslt/variables.h
@@ -35,6 +35,15 @@ extern "C" {
(ctxt)->xpathCtxt->extra = ctxt
/*
+ * Flags for memory management of RVTs
+ */
+
+#define XSLT_RVT_LOCAL ((void *)1)
+#define XSLT_RVT_VARIABLE ((void *)2)
+#define XSLT_RVT_FUNC_RESULT ((void *)3)
+#define XSLT_RVT_GLOBAL ((void *)4)
+
+/*
* Interfaces for the variable module.
*/
« no previous file with comments | « third_party/libxslt/libxslt/transform.c ('k') | third_party/libxslt/libxslt/variables.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698