Home | History | Annotate | Download | only in libxml2

Lines Matching refs:XML_BUFFER_ALLOC_IMMUTABLE

19134         if ((buf != NULL) && (scheme == XML_BUFFER_ALLOC_IMMUTABLE) && (buf->content != NULL) && (buf->content != static_buf_content)) { xmlFree(buf->content); buf->content = NULL;}