#include "tiffiop.h"
#include <string.h>
Go to the source code of this file.
◆ _TIFFCleanupIFDOffsetAndNumberMaps()
| void _TIFFCleanupIFDOffsetAndNumberMaps |
( |
TIFF * |
tif | ) |
|
◆ TIFFCleanup()
Auxiliary function to free the TIFF structure. Given structure will be completely freed, so you should save opened file handle and pointer to the close procedure in external variables before calling _TIFFCleanup(), if you will need these ones to close the file.
- Parameters
-
Definition at line 44 of file tif_close.c.
45{
46
47
48
52
54
55
56
57
59 {
61
65 }
66
71
72
73
74
76 {
78
80 {
83 {
85
86
87
88
90 {
93 }
94 }
95 }
96
98 }
99
101 {
103
105 {
108 }
110 }
111
113 {
115 "tif_cur_cumulated_mem_alloc = %" PRIu64 " whereas it "
116 "should be 0",
118 }
119
121}
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
struct client_info * next
TIFFClientInfoLink * tif_clientinfo
tmsize_t tif_cur_cumulated_mem_alloc
TIFFFieldArray * tif_fieldscompat
void _TIFFCleanupIFDOffsetAndNumberMaps(TIFF *tif)
void TIFFFreeDirectory(TIFF *tif)
int TIFFFieldIsAnonymous(const TIFFField *fip)
void TIFFErrorExtR(TIFF *tif, const char *module, const char *fmt,...)
void _TIFFfreeExt(TIFF *tif, void *p)
#define TIFFUnmapFileContents(tif, addr, size)
Referenced by TIFFClientOpenExt(), and TIFFClose().
◆ TIFFClose()