Lines Matching full:tmp_ptr
1619 unsigned char * tmp_ptr = NULL;1639 tmp_ptr = xmlRealloc( buff->zbuff, new_size );1640 if ( tmp_ptr != NULL ) {1643 buff->zbuff = tmp_ptr;1644 buff->zctrl.next_out = tmp_ptr + cur_used;