![]() |
COSMOS core
1.0.2 (beta)
Comprehensive Open-architecture Solution for Mission Operations Systems
|
#include "pngpriv.h"Macros | |
| #define | PNG_MAX_ERROR_TEXT 196 /* Currently limited by profile_error in png.c */ |
| #define | isnonalpha(c) ((c) < 65 || (c) > 122 || ((c) > 90 && (c) < 97)) |
| #define | fixed_message "fixed point overflow in " |
| #define | fixed_message_ln ((sizeof fixed_message)-1) |
Variables | |
| static const char | png_digit [16] |
| #define PNG_MAX_ERROR_TEXT 196 /* Currently limited by profile_error in png.c */ |
| #define isnonalpha | ( | c | ) | ((c) < 65 || (c) > 122 || ((c) > 90 && (c) < 97)) |
| #define fixed_message "fixed point overflow in " |
| #define fixed_message_ln ((sizeof fixed_message)-1) |
|
static |
|
static |
| void png_error | ( | png_const_structrp | png_ptr, |
| png_const_charp | error_message | ||
| ) |
| size_t png_safecat | ( | png_charp | buffer, |
| size_t | bufsize, | ||
| size_t | pos, | ||
| png_const_charp | string | ||
| ) |
| png_charp png_format_number | ( | png_const_charp | start, |
| png_charp | end, | ||
| int | format, | ||
| png_alloc_size_t | number | ||
| ) |
| void png_warning | ( | png_const_structrp | png_ptr, |
| png_const_charp | warning_message | ||
| ) |
| void png_warning_parameter | ( | png_warning_parameters | p, |
| int | number, | ||
| png_const_charp | string | ||
| ) |
| void png_warning_parameter_unsigned | ( | png_warning_parameters | p, |
| int | number, | ||
| int | format, | ||
| png_alloc_size_t | value | ||
| ) |
| void png_warning_parameter_signed | ( | png_warning_parameters | p, |
| int | number, | ||
| int | format, | ||
| png_int_32 | value | ||
| ) |
| void png_formatted_warning | ( | png_const_structrp | png_ptr, |
| png_warning_parameters | p, | ||
| png_const_charp | message | ||
| ) |
| void png_benign_error | ( | png_const_structrp | png_ptr, |
| png_const_charp | error_message | ||
| ) |
| void png_app_warning | ( | png_const_structrp | png_ptr, |
| png_const_charp | error_message | ||
| ) |
| void png_app_error | ( | png_const_structrp | png_ptr, |
| png_const_charp | error_message | ||
| ) |
|
static |
| void png_chunk_error | ( | png_const_structrp | png_ptr, |
| png_const_charp | error_message | ||
| ) |
| void png_chunk_warning | ( | png_const_structrp | png_ptr, |
| png_const_charp | warning_message | ||
| ) |
| void png_chunk_benign_error | ( | png_const_structrp | png_ptr, |
| png_const_charp | error_message | ||
| ) |
| void png_chunk_report | ( | png_const_structrp | png_ptr, |
| png_const_charp | message, | ||
| int | error | ||
| ) |
| void png_fixed_error | ( | png_const_structrp | png_ptr, |
| png_const_charp | name | ||
| ) |
| jmp_buf* png_set_longjmp_fn | ( | png_structrp | png_ptr, |
| png_longjmp_ptr | longjmp_fn, | ||
| size_t | jmp_buf_size | ||
| ) |
| void png_free_jmpbuf | ( | png_structrp | png_ptr | ) |
| void png_longjmp | ( | png_const_structrp | png_ptr, |
| int | val | ||
| ) |
| void png_set_error_fn | ( | png_structrp | png_ptr, |
| png_voidp | error_ptr, | ||
| png_error_ptr | error_fn, | ||
| png_error_ptr | warning_fn | ||
| ) |
| png_voidp png_get_error_ptr | ( | png_const_structrp | png_ptr | ) |
| void() png_safe_error | ( | png_structp | png_nonconst_ptr, |
| png_const_charp | error_message | ||
| ) |
| void png_safe_warning | ( | png_structp | png_nonconst_ptr, |
| png_const_charp | warning_message | ||
| ) |
| int png_safe_execute | ( | png_imagep | image_in, |
| int(*)(png_voidp) | function, | ||
| png_voidp | arg | ||
| ) |
|
static |