main.html
Main Page
|
classes.html
Alphabetical List
|
annotated.html
Data Structures
|
dirs.html
Directories
|
files.html
File List
|
functions.html
Data Fields
|
globals.html
Globals
dir_000000.html
libexif
exif-mem.h File Reference
#include <
exif-utils_8h-source.html
libexif/exif-utils.h
>
exif-mem_8h-source.html
Go to the source code of this file.
Typedefs
typedef void *(*
exif-mem_8h.html#a0
ExifMemAllocFunc
)(
exif-utils_8h.html#a6
ExifLong
)
typedef void *(*
exif-mem_8h.html#a1
ExifMemReallocFunc
)(void *,
exif-utils_8h.html#a6
ExifLong
)
typedef void(*
exif-mem_8h.html#a2
ExifMemFreeFunc
)(void *)
typedef
struct__ExifMem.html
_ExifMem
exif-mem_8h.html#a3
ExifMem
Functions
struct__ExifMem.html
ExifMem
*
exif-mem_8h.html#a4
exif_mem_new
(
exif-mem_8h.html#a0
ExifMemAllocFunc
,
exif-mem_8h.html#a1
ExifMemReallocFunc
,
exif-mem_8h.html#a2
ExifMemFreeFunc
)
void
exif-mem_8h.html#a5
exif_mem_ref
(
struct__ExifMem.html
ExifMem
*)
void
exif-mem_8h.html#a6
exif_mem_unref
(
struct__ExifMem.html
ExifMem
*)
void *
exif-mem_8h.html#a7
exif_mem_alloc
(
struct__ExifMem.html
ExifMem
*,
exif-utils_8h.html#a6
ExifLong
)
void *
exif-mem_8h.html#a8
exif_mem_realloc
(
struct__ExifMem.html
ExifMem
*, void *,
exif-utils_8h.html#a6
ExifLong
)
void
exif-mem_8h.html#a9
exif_mem_free
(
struct__ExifMem.html
ExifMem
*, void *)
struct__ExifMem.html
ExifMem
*
exif-mem_8h.html#a10
exif_mem_new_default
(void)
Typedef Documentation
typedef struct
struct__ExifMem.html
_ExifMem
struct__ExifMem.html
ExifMem
Definition at line
exif-mem_8h-source.html#l00036
36
of file
exif-mem_8h-source.html
exif-mem.h
.
typedef void*(*
exif-mem_8h.html#a0
ExifMemAllocFunc
)(
exif-utils_8h.html#a6
ExifLong
)
Definition at line
exif-mem_8h-source.html#l00031
31
of file
exif-mem_8h-source.html
exif-mem.h
.
typedef void(*
exif-mem_8h.html#a2
ExifMemFreeFunc
)(void *)
Definition at line
exif-mem_8h-source.html#l00034
34
of file
exif-mem_8h-source.html
exif-mem.h
.
typedef void*(*
exif-mem_8h.html#a1
ExifMemReallocFunc
)(void *,
exif-utils_8h.html#a6
ExifLong
)
Definition at line
exif-mem_8h-source.html#l00033
33
of file
exif-mem_8h-source.html
exif-mem.h
.
Function Documentation
void* exif_mem_alloc
(
struct__ExifMem.html
ExifMem
*
,
exif-utils_8h.html#a6
ExifLong
)
Definition at line
exif-mem_8c-source.html#l00075
75
of file
exif-mem_8c-source.html
exif-mem.c
.
References
exif-mem_8c-source.html#l00007
_ExifMem::alloc_func
, and
exif-mem_8c-source.html#l00008
_ExifMem::realloc_func
.
Referenced by
exif-content_8c-source.html#l00053
exif_content_new_mem()
,
exif-data_8c-source.html#l00075
exif_data_alloc()
,
exif-data_8c-source.html#l00106
exif_data_new_mem()
,
exif-entry_8c-source.html#l00059
exif_entry_alloc()
,
exif-entry_8c-source.html#l00106
exif_entry_new_mem()
,
exif-loader_8c-source.html#l00079
exif_loader_alloc()
,
exif-loader_8c-source.html#l00293
exif_loader_new_mem()
,
exif-log_8c-source.html#l00071
exif_log_new_mem()
,
exif-mnote-data-canon_8c-source.html#l00183
exif_mnote_data_canon_load()
,
exif-mnote-data-canon_8c-source.html#l00288
exif_mnote_data_canon_new()
,
exif-mnote-data-canon_8c-source.html#l00117
exif_mnote_data_canon_save()
,
exif-mnote-data_8c-source.html#l00035
exif_mnote_data_construct()
,
exif-mnote-data-olympus_8c-source.html#l00176
exif_mnote_data_olympus_load()
,
exif-mnote-data-olympus_8c-source.html#l00393
exif_mnote_data_olympus_new()
,
exif-mnote-data-olympus_8c-source.html#l00085
exif_mnote_data_olympus_save()
,
exif-mnote-data-pentax_8c-source.html#l00072
exif_mnote_data_pentax_load()
, and
exif-mnote-data-pentax_8c-source.html#l00185
exif_mnote_data_pentax_new()
.
void exif_mem_free
(
struct__ExifMem.html
ExifMem
*
,
void *
)
Definition at line
exif-mem_8c-source.html#l00065
65
of file
exif-mem_8c-source.html
exif-mem.c
.
References
exif-mem_8c-source.html#l00009
_ExifMem::free_func
.
Referenced by
exif-content_8c-source.html#l00092
exif_content_free()
,
exif-content_8c-source.html#l00053
exif_content_new_mem()
,
exif-data_8c-source.html#l00927
exif_data_free()
,
exif-data_8c-source.html#l00269
exif_data_load_data_thumbnail()
,
exif-data_8c-source.html#l00106
exif_data_new_mem()
,
exif-data_8c-source.html#l00205
exif_data_save_data_entry()
,
exif-entry_8c-source.html#l00141
exif_entry_free()
,
exif-entry_8c-source.html#l00106
exif_entry_new_mem()
,
exif-entry_8c-source.html#l00076
exif_entry_realloc()
,
exif-loader_8c-source.html#l00316
exif_loader_free()
,
exif-loader_8c-source.html#l00337
exif_loader_reset()
,
exif-log_8c-source.html#l00112
exif_log_free()
,
exif-mem_8c-source.html#l00057
exif_mem_unref()
,
exif-mnote-data-canon_8c-source.html#l00036
exif_mnote_data_canon_clear()
,
exif-mnote-data_8c-source.html#l00055
exif_mnote_data_free()
,
exif-mnote-data-olympus_8c-source.html#l00034
exif_mnote_data_olympus_clear()
, and
exif-mnote-data-pentax_8c-source.html#l00034
exif_mnote_data_pentax_clear()
.
struct__ExifMem.html
ExifMem
* exif_mem_new
(
exif-mem_8h.html#a0
ExifMemAllocFunc
,
exif-mem_8h.html#a1
ExifMemReallocFunc
,
exif-mem_8h.html#a2
ExifMemFreeFunc
)
Definition at line
exif-mem_8c-source.html#l00031
31
of file
exif-mem_8c-source.html
exif-mem.c
.
References
exif-mem_8c-source.html#l00007
_ExifMem::alloc_func
,
exif-mem_8c-source.html#l00009
_ExifMem::free_func
,
exif-mem_8c-source.html#l00008
_ExifMem::realloc_func
, and
exif-mem_8c-source.html#l00006
_ExifMem::ref_count
.
Referenced by
exif-mem_8c-source.html#l00091
exif_mem_new_default()
.
struct__ExifMem.html
ExifMem
* exif_mem_new_default
(
void
)
Definition at line
exif-mem_8c-source.html#l00091
91
of file
exif-mem_8c-source.html
exif-mem.c
.
References
exif-mem_8c-source.html#l00013
exif_mem_alloc_func()
,
exif-mem_8c-source.html#l00025
exif_mem_free_func()
,
exif-mem_8c-source.html#l00031
exif_mem_new()
, and
exif-mem_8c-source.html#l00019
exif_mem_realloc_func()
.
Referenced by
exif-content_8c-source.html#l00042
exif_content_new()
,
exif-data_8c-source.html#l00095
exif_data_new()
,
exif-entry_8c-source.html#l00095
exif_entry_new()
,
exif-loader_8c-source.html#l00282
exif_loader_new()
, and
exif-log_8c-source.html#l00086
exif_log_new()
.
void* exif_mem_realloc
(
struct__ExifMem.html
ExifMem
*
,
void *
,
exif-utils_8h.html#a6
ExifLong
)
Definition at line
exif-mem_8c-source.html#l00085
85
of file
exif-mem_8c-source.html
exif-mem.c
.
References
exif-mem_8c-source.html#l00008
_ExifMem::realloc_func
.
Referenced by
exif-content_8c-source.html#l00132
exif_content_add_entry()
,
exif-content_8c-source.html#l00155
exif_content_remove_entry()
,
exif-data_8c-source.html#l00435
exif_data_save_data_content()
,
exif-data_8c-source.html#l00205
exif_data_save_data_entry()
,
exif-entry_8c-source.html#l00076
exif_entry_realloc()
,
exif-mnote-data-canon_8c-source.html#l00183
exif_mnote_data_canon_load()
,
exif-mnote-data-canon_8c-source.html#l00117
exif_mnote_data_canon_save()
, and
exif-mnote-data-olympus_8c-source.html#l00085
exif_mnote_data_olympus_save()
.
void exif_mem_ref
(
struct__ExifMem.html
ExifMem
*
)
Definition at line
exif-mem_8c-source.html#l00050
50
of file
exif-mem_8c-source.html
exif-mem.c
.
References
exif-mem_8c-source.html#l00006
_ExifMem::ref_count
.
Referenced by
exif-content_8c-source.html#l00053
exif_content_new_mem()
,
exif-data_8c-source.html#l00106
exif_data_new_mem()
,
exif-entry_8c-source.html#l00106
exif_entry_new_mem()
,
exif-loader_8c-source.html#l00293
exif_loader_new_mem()
,
exif-log_8c-source.html#l00071
exif_log_new_mem()
, and
exif-mnote-data_8c-source.html#l00035
exif_mnote_data_construct()
.
void exif_mem_unref
(
struct__ExifMem.html
ExifMem
*
)
Definition at line
exif-mem_8c-source.html#l00057
57
of file
exif-mem_8c-source.html
exif-mem.c
.
References
exif-mem_8c-source.html#l00065
exif_mem_free()
, and
exif-mem_8c-source.html#l00006
_ExifMem::ref_count
.
Referenced by
exif-content_8c-source.html#l00092
exif_content_free()
,
exif-content_8c-source.html#l00042
exif_content_new()
,
exif-data_8c-source.html#l00927
exif_data_free()
,
exif-data_8c-source.html#l00095
exif_data_new()
,
exif-entry_8c-source.html#l00141
exif_entry_free()
,
exif-entry_8c-source.html#l00095
exif_entry_new()
,
exif-loader_8c-source.html#l00316
exif_loader_free()
,
exif-loader_8c-source.html#l00282
exif_loader_new()
,
exif-log_8c-source.html#l00112
exif_log_free()
,
exif-log_8c-source.html#l00086
exif_log_new()
, and
exif-mnote-data_8c-source.html#l00055
exif_mnote_data_free()
.
Generated on Fri Sep 9 16:28:11 2005 for EXIF library (libexif) Internals by
http://www.doxygen.org/index.html
doxygen
1.4.4
