xmlBufferShrink  3516 third_party/libxml/src/HTMLparser.c 	    xmlBufferShrink(ctxt->input->buf->buffer, processed);
xmlBufferShrink  1497 third_party/libxml/src/elfgcchack.h #undef xmlBufferShrink
xmlBufferShrink  1498 third_party/libxml/src/elfgcchack.h extern __typeof (xmlBufferShrink) xmlBufferShrink __attribute((alias("xmlBufferShrink__internal_alias")));
xmlBufferShrink  1500 third_party/libxml/src/elfgcchack.h #ifndef xmlBufferShrink
xmlBufferShrink  1501 third_party/libxml/src/elfgcchack.h extern __typeof (xmlBufferShrink) xmlBufferShrink__internal_alias __attribute((visibility("hidden")));
xmlBufferShrink  1502 third_party/libxml/src/elfgcchack.h #define xmlBufferShrink xmlBufferShrink__internal_alias
xmlBufferShrink  1953 third_party/libxml/src/encoding.c 	xmlBufferShrink(in, toconv);
xmlBufferShrink  1961 third_party/libxml/src/encoding.c 	xmlBufferShrink(in, toconv);
xmlBufferShrink  1971 third_party/libxml/src/encoding.c 	xmlBufferShrink(in, toconv);
xmlBufferShrink  2067 third_party/libxml/src/encoding.c         xmlBufferShrink(in, toconv);
xmlBufferShrink  2075 third_party/libxml/src/encoding.c         xmlBufferShrink(in, toconv);
xmlBufferShrink  2086 third_party/libxml/src/encoding.c         xmlBufferShrink(in, toconv);
xmlBufferShrink  2223 third_party/libxml/src/encoding.c 	    xmlBufferShrink(in, toconv);
xmlBufferShrink  2233 third_party/libxml/src/encoding.c 	xmlBufferShrink(in, toconv);
xmlBufferShrink  2253 third_party/libxml/src/encoding.c 	xmlBufferShrink(in, toconv);
xmlBufferShrink  2322 third_party/libxml/src/encoding.c 		xmlBufferShrink(in, len);
xmlBufferShrink   689 third_party/libxml/src/include/libxml/tree.h 		xmlBufferShrink		(xmlBufferPtr buf,
xmlBufferShrink   297 third_party/libxml/src/parserInternals.c     ret = xmlBufferShrink(in->buf->buffer, used);
xmlBufferShrink   407 third_party/libxml/src/parserInternals.c 	ret = xmlBufferShrink(in->buf->buffer, used - LINE_LEN);
xmlBufferShrink  1228 third_party/libxml/src/parserInternals.c             xmlBufferShrink(input->buf->buffer, processed);
xmlBufferShrink  18866 third_party/libxml/src/testapi.c         ret_val = xmlBufferShrink(buf, len);
xmlBufferShrink  1906 third_party/libxml/src/xinclude.c 	xmlBufferShrink(buf->buffer, len);
xmlBufferShrink  3307 third_party/libxml/src/xmlIO.c 		    xmlBufferShrink(out->conv, ret);
xmlBufferShrink  3312 third_party/libxml/src/xmlIO.c 		    xmlBufferShrink(out->buffer, ret);
xmlBufferShrink  3499 third_party/libxml/src/xmlIO.c 		    xmlBufferShrink(out->conv, ret);
xmlBufferShrink  3504 third_party/libxml/src/xmlIO.c 		    xmlBufferShrink(out->buffer, ret);
xmlBufferShrink  3589 third_party/libxml/src/xmlIO.c 	    xmlBufferShrink(out->conv, ret);
xmlBufferShrink  3594 third_party/libxml/src/xmlIO.c 	    xmlBufferShrink(out->buffer, ret);
xmlBufferShrink   878 third_party/libxml/src/xmlreader.c 		val = xmlBufferShrink(inbuf, reader->cur);