Home | History | Annotate | Download | only in libxml2

Lines Matching full:byte_size

2030             unsigned int byte_size;
2034 byte_size = (sizeof(*ctxt->node_seq.buffer) *
2038 tmp_buffer = (xmlParserNodeInfo *) xmlMalloc(byte_size);
2042 byte_size);