HomeSort by relevance Sort by last modified time
    Searched refs:XML_BUFFER_ALLOC_IMMUTABLE (Results 1 - 14 of 14) sorted by null

  /external/libxml2/
buf.c 200 if (buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE)
250 ret->alloc = XML_BUFFER_ALLOC_IMMUTABLE;
296 if ((buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) ||
302 (scheme == XML_BUFFER_ALLOC_IMMUTABLE)) {
340 (buf->alloc != XML_BUFFER_ALLOC_IMMUTABLE)) {
358 if (buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) {
393 if ((buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) ||
442 if (buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) return(0);
741 if (buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) return(0);
852 if (buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) return -1
    [all...]
tree.c     [all...]
entities.c 963 if (buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) return;
xmlIO.c     [all...]
encoding.c     [all...]
xmlreader.c 833 (alloc == XML_BUFFER_ALLOC_IMMUTABLE)) {
882 if (alloc != XML_BUFFER_ALLOC_IMMUTABLE) {
    [all...]
  /external/chromium_org/third_party/libxml/src/
tree.c     [all...]
entities.c 880 if (buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) return;
xmlIO.c     [all...]
xmlreader.c 828 (inbuf->alloc == XML_BUFFER_ALLOC_IMMUTABLE)) {
875 if (inbuf->alloc != XML_BUFFER_ALLOC_IMMUTABLE) {
    [all...]
encoding.c     [all...]
testapi.c     [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
tree.h 76 XML_BUFFER_ALLOC_IMMUTABLE, /* immutable buffer */
    [all...]
  /external/libxml2/include/libxml/
tree.h 77 XML_BUFFER_ALLOC_IMMUTABLE, /* immutable buffer */
    [all...]

Completed in 2963 milliseconds