!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/doc/libexif-doc/libexif-api.html/   drwxr-xr-x
Free 13.12 GB of 57.97 GB (22.63%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     exif-mnote-data_8h_source.html (19.61 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
EXIF library (libexif) API: libexif/exif-mnote-data.h Source File
EXIF library (libexif) API  0.6.21
exif-mnote-data.h
Go to the documentation of this file.
1 
4 /*
5  * Copyright (c) 2003 Lutz Mueller <lutz@users.sourceforge.net>
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the
19  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20  * Boston, MA 02110-1301 USA.
21  */
22 
23 #ifndef __EXIF_MNOTE_DATA_H__
24 #define __EXIF_MNOTE_DATA_H__
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif /* __cplusplus */
29 
30 #include <libexif/exif-log.h>
31 
34 
35 void exif_mnote_data_ref (ExifMnoteData *);
36 void exif_mnote_data_unref (ExifMnoteData *);
37 
44 void exif_mnote_data_load (ExifMnoteData *d, const unsigned char *buf,
45  unsigned int buf_siz);
46 
56 void exif_mnote_data_save (ExifMnoteData *d, unsigned char **buf,
57  unsigned int *buf_siz);
58 
64 unsigned int exif_mnote_data_count (ExifMnoteData *d);
65 
73 unsigned int exif_mnote_data_get_id (ExifMnoteData *d, unsigned int n);
74 
83 const char *exif_mnote_data_get_name (ExifMnoteData *d, unsigned int n);
84 
92 const char *exif_mnote_data_get_title (ExifMnoteData *d, unsigned int n);
93 
100 const char *exif_mnote_data_get_description (ExifMnoteData *d, unsigned int n);
101 
114 char *exif_mnote_data_get_value (ExifMnoteData *d, unsigned int n, char *val, unsigned int maxlen);
115 
116 void exif_mnote_data_log (ExifMnoteData *, ExifLog *);
117 
118 #ifdef __cplusplus
119 }
120 #endif /* __cplusplus */
121 
122 #endif /* __EXIF_MNOTE_DATA_H__ */
struct _ExifLog ExifLog
State maintained by the logging interface.
Definition: exif-log.h:34
Handling EXIF MakerNote tags.
void exif_mnote_data_load(ExifMnoteData *d, const unsigned char *buf, unsigned int buf_siz)
Load the MakerNote data from a memory buffer.
Definition: exif-mnote-data.c:80
void exif_mnote_data_save(ExifMnoteData *d, unsigned char **buf, unsigned int *buf_siz)
Save the raw MakerNote data into a memory buffer.
Definition: exif-mnote-data.c:88
Definition: exif-mnote-data-priv.h:60
void exif_mem_unref(ExifMem *)
Unrefcount an ExifMem.
Definition: exif-mem.c:61
char * exif_mnote_data_get_value(ExifMnoteData *d, unsigned int n, char *val, unsigned int maxlen)
Return a textual representation of the value of the MakerNote entry.
Definition: exif-mnote-data.c:145
const char * exif_mnote_data_get_name(ExifMnoteData *d, unsigned int n)
Returns textual name of the given MakerNote tag.
Definition: exif-mnote-data.c:124
Log message infrastructure.
const char * exif_mnote_data_get_title(ExifMnoteData *d, unsigned int n)
Returns textual title of the given MakerNote tag.
Definition: exif-mnote-data.c:131
unsigned int exif_mnote_data_get_id(ExifMnoteData *d, unsigned int n)
Return the MakerNote tag number for the tag at the specified index within the MakerNote.
Definition: exif-mnote-data.c:117
ExifByteOrder
Which byte order to use.
Definition: exif-byte-order.h:31
struct _ExifMem ExifMem
ExifMem define a memory allocator.
Definition: exif-mem.h:57
const char * exif_mnote_data_get_description(ExifMnoteData *d, unsigned int n)
Returns verbose textual description of the given MakerNote tag.
Definition: exif-mnote-data.c:138
unsigned int exif_mnote_data_count(ExifMnoteData *d)
Return the number of tags in the MakerNote.
Definition: exif-mnote-data.c:110
void exif_mem_ref(ExifMem *)
Refcount an ExifMem.
Definition: exif-mem.c:54

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.014 ]--