Lines Matching defs:tmp_ptr
1644 unsigned char * tmp_ptr = NULL;1664 tmp_ptr = xmlRealloc( buff->zbuff, new_size );1665 if ( tmp_ptr != NULL ) {1668 buff->zbuff = tmp_ptr;1669 buff->zctrl.next_out = tmp_ptr + cur_used;