Searched defs:xmlTextWriterStartPI (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlwriter.c2361 * xmlTextWriterStartPI:
2370 xmlTextWriterStartPI(xmlTextWriterPtr writer, const xmlChar * target) function
2382 "xmlTextWriterStartPI : target name [Xx][Mm][Ll] is reserved for xml standardization!\n");
2417 "xmlTextWriterStartPI : nested PI!\n");
2429 "xmlTextWriterStartPI : out of memory!\n");
2436 "xmlTextWriterStartPI : out of memory!\n");
2584 count = xmlTextWriterStartPI(writer, target);
H A Delfgcchack.h12138 #undef xmlTextWriterStartPI macro
12139 extern __typeof (xmlTextWriterStartPI) xmlTextWriterStartPI __attribute((alias("xmlTextWriterStartPI__internal_alias")));
12141 #ifndef xmlTextWriterStartPI
12142 extern __typeof (xmlTextWriterStartPI) xmlTextWriterStartPI__internal_alias __attribute((visibility("hidden")));
12143 #define xmlTextWriterStartPI xmlTextWriterStartPI__internal_alias macro
/external/libxml2/
H A Dxmlwriter.c2365 * xmlTextWriterStartPI:
2374 xmlTextWriterStartPI(xmlTextWriterPtr writer, const xmlChar * target) function
2386 "xmlTextWriterStartPI : target name [Xx][Mm][Ll] is reserved for xml standardization!\n");
2421 "xmlTextWriterStartPI : nested PI!\n");
2433 "xmlTextWriterStartPI : out of memory!\n");
2440 "xmlTextWriterStartPI : out of memory!\n");
2588 count = xmlTextWriterStartPI(writer, target);
H A Delfgcchack.h12312 #undef xmlTextWriterStartPI macro
12313 extern __typeof (xmlTextWriterStartPI) xmlTextWriterStartPI __attribute((alias("xmlTextWriterStartPI__internal_alias")));
12315 #ifndef xmlTextWriterStartPI
12316 extern __typeof (xmlTextWriterStartPI) xmlTextWriterStartPI__internal_alias __attribute((visibility("hidden")));
12317 #define xmlTextWriterStartPI xmlTextWriterStartPI__internal_alias macro

Completed in 248 milliseconds