#include "defs.h"
#include "error.h"
Go to the source code of this file.
|
typedef struct ICEDB_error_context *(* | ICEDB_error_context_create_impl_f) (int, const char *, int, const char *) |
|
typedef struct ICEDB_error_context *(* | ICEDB_error_context_copy_f) (const struct ICEDB_error_context *) |
|
typedef void(* | ICEDB_error_context_appendA_f) (struct ICEDB_error_context *, size_t sz, const char *data) |
|
typedef void(* | ICEDB_error_context_append_strA_f) (struct ICEDB_error_context *, const char *data) |
|
typedef void(* | ICEDB_error_context_add_stringA_f) (struct ICEDB_error_context *, size_t var_sz, const char *var_name, size_t val_sz, const char *var_val) |
|
typedef void(* | ICEDB_error_context_add_string2A_f) (struct ICEDB_error_context *, const char *var_name, const char *var_val) |
|
typedef void(* | ICEDB_error_context_widen_f) (struct ICEDB_error_context *, size_t numNewSpaces) |
|
◆ ICEDB_H_ERROR_CONTEXT
#define ICEDB_H_ERROR_CONTEXT |