Searched refs:zbuff (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A DxmlIO.c1494 unsigned char * zbuff; member in struct:xmlZMemBuff_
1548 xmlFree( buff->zbuff );
1593 buff->zbuff = xmlMalloc( buff->size );
1594 if ( buff->zbuff == NULL ) {
1616 hdr_lgth = snprintf( (char *)buff->zbuff, buff->size,
1620 buff->zctrl.next_out = buff->zbuff + hdr_lgth;
1652 cur_used = buff->zctrl.next_out - buff->zbuff;
1664 tmp_ptr = xmlRealloc( buff->zbuff, new_size );
1668 buff->zbuff = tmp_ptr;
1787 zlgth = buff->zctrl.next_out - buff->zbuff;
[all...]

Completed in 58 milliseconds