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

/external/libpng/
H A Dpngstruct.h151 z_streamp z_state; member in struct:png_line_index_struct
H A Dpngread.c728 inflateCopy(&png_ptr->zstream, line_index->z_state);
802 line_index->z_state = png_malloc(png_ptr, sizeof(z_stream));
803 inflateCopy(line_index->z_state, &png_ptr->zstream);
1115 inflateEnd(index->pass_line_index[p][i]->z_state);
1116 png_free(png_ptr, index->pass_line_index[p][i]->z_state);
/external/qemu/distrib/libpng-1.2.46/
H A Dpngread.c964 inflateCopy(&png_ptr->zstream, line_index->z_state);
1038 line_index->z_state = png_malloc(png_ptr, sizeof(z_stream));
1039 inflateCopy(line_index->z_state, &png_ptr->zstream);
1355 inflateEnd(index->pass_line_index[p][i]->z_state);
1356 png_free(png_ptr, index->pass_line_index[p][i]->z_state);
H A Dpng.h783 z_streamp z_state; member in struct:png_line_index_struct

Completed in 79 milliseconds