Home | History | Annotate | Download | only in libxml2

Lines Matching defs:byte_size

1943             unsigned int byte_size;
1947 byte_size = (sizeof(*ctxt->node_seq.buffer) *
1951 tmp_buffer = (xmlParserNodeInfo *) xmlMalloc(byte_size);
1955 byte_size);