XML_BUFFER_ALLOC_IMMUTABLE 2336 third_party/libxml/src/encoding.c 		if (in->alloc != XML_BUFFER_ALLOC_IMMUTABLE)
XML_BUFFER_ALLOC_IMMUTABLE  880 third_party/libxml/src/entities.c     if (buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) return;
XML_BUFFER_ALLOC_IMMUTABLE 1043 third_party/libxml/src/testapi.c     if (no == 3) return(XML_BUFFER_ALLOC_IMMUTABLE);
XML_BUFFER_ALLOC_IMMUTABLE 18828 third_party/libxml/src/testapi.c         if ((buf != NULL) && (scheme == XML_BUFFER_ALLOC_IMMUTABLE) && (buf->content != NULL) && (buf->content != static_buf_content)) { xmlFree(buf->content); buf->content = NULL;}
XML_BUFFER_ALLOC_IMMUTABLE 6930 third_party/libxml/src/tree.c     ret->alloc = XML_BUFFER_ALLOC_IMMUTABLE;
XML_BUFFER_ALLOC_IMMUTABLE 6952 third_party/libxml/src/tree.c     if ((buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) ||
XML_BUFFER_ALLOC_IMMUTABLE 6956 third_party/libxml/src/tree.c         (scheme == XML_BUFFER_ALLOC_IMMUTABLE))
XML_BUFFER_ALLOC_IMMUTABLE 6981 third_party/libxml/src/tree.c         (buf->alloc != XML_BUFFER_ALLOC_IMMUTABLE)) {
XML_BUFFER_ALLOC_IMMUTABLE 6998 third_party/libxml/src/tree.c     if (buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) {
XML_BUFFER_ALLOC_IMMUTABLE 7028 third_party/libxml/src/tree.c     if ((buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) ||
XML_BUFFER_ALLOC_IMMUTABLE 7073 third_party/libxml/src/tree.c     if (buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) return(0);
XML_BUFFER_ALLOC_IMMUTABLE 7200 third_party/libxml/src/tree.c     if (buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) return(0);
XML_BUFFER_ALLOC_IMMUTABLE 7294 third_party/libxml/src/tree.c     if (buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) return -1;
XML_BUFFER_ALLOC_IMMUTABLE 7342 third_party/libxml/src/tree.c     if (buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) return -1;
XML_BUFFER_ALLOC_IMMUTABLE 7407 third_party/libxml/src/tree.c     if (buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) return -1;
XML_BUFFER_ALLOC_IMMUTABLE 7428 third_party/libxml/src/tree.c     if (buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) return -1;
XML_BUFFER_ALLOC_IMMUTABLE 7461 third_party/libxml/src/tree.c     if (buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) return;
XML_BUFFER_ALLOC_IMMUTABLE 7477 third_party/libxml/src/tree.c     if (buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) return;
XML_BUFFER_ALLOC_IMMUTABLE 7496 third_party/libxml/src/tree.c     if (buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) return;
XML_BUFFER_ALLOC_IMMUTABLE 3223 third_party/libxml/src/xmlIO.c              (in->buffer->alloc == XML_BUFFER_ALLOC_IMMUTABLE))
XML_BUFFER_ALLOC_IMMUTABLE 3420 third_party/libxml/src/xmlIO.c 	(out->buffer->alloc == XML_BUFFER_ALLOC_IMMUTABLE)) return(-1);
XML_BUFFER_ALLOC_IMMUTABLE  828 third_party/libxml/src/xmlreader.c 		    (inbuf->alloc == XML_BUFFER_ALLOC_IMMUTABLE)) {
XML_BUFFER_ALLOC_IMMUTABLE  875 third_party/libxml/src/xmlreader.c         if (inbuf->alloc != XML_BUFFER_ALLOC_IMMUTABLE) {