search for: end_string

Displaying 2 results from an estimated 2 matches for "end_string".

2012 Feb 01
1
[PATCH] hivexml
...riter, const char *encoding) > +{ > + XML_CHECK (xmlTextWriterStartElement, (writer, BAD_CAST "string")); > + if (encoding) > + XML_CHECK (xmlTextWriterWriteAttribute, (writer, BAD_CAST > "encoding", BAD_CAST encoding)); > +} > + > +static void > +end_string(xmlTextWriterPtr writer) > +{ > + XML_CHECK (xmlTextWriterEndElement, (writer)); > +} > + > static int > value_string (hive_h *h, void *writer_v, hive_node_h node, hive_value_h value, > hive_type t, size_t len, const char *key, const char *str) > @@ -292,9...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *