Lines Matching refs:zbuff
1469 unsigned char * zbuff;
1523 xmlFree( buff->zbuff );
1568 buff->zbuff = xmlMalloc( buff->size );
1569 if ( buff->zbuff == NULL ) {
1591 hdr_lgth = snprintf( (char *)buff->zbuff, buff->size,
1595 buff->zctrl.next_out = buff->zbuff + hdr_lgth;
1627 cur_used = buff->zctrl.next_out - buff->zbuff;
1639 tmp_ptr = xmlRealloc( buff->zbuff, new_size );
1643 buff->zbuff = tmp_ptr;
1762 zlgth = buff->zctrl.next_out - buff->zbuff;
1763 *data_ref = (char *)buff->zbuff;