|
GNU libmicrohttpd 1.0.5
|

Go to the source code of this file.
Functions | |
| static _MHD_NORETURN void | mhd_panic_std (void *cls, const char *file, unsigned int line, const char *reason) |
| _MHD_EXTERN void | MHD_set_panic_func (MHD_PanicCallback cb, void *cls) |
Variables | |
| MHD_PanicCallback | mhd_panic = (MHD_PanicCallback) NULL |
| void * | mhd_panic_cls = NULL |
|
static |
Default implementation of the panic function, prints an error message and aborts.
| cls | unused |
| file | name of the file with the problem |
| line | line number with the problem |
| reason | error message with details |
Definition at line 54 of file mhd_panic.c.
References _.
Referenced by MHD_set_panic_func().

| MHD_PanicCallback mhd_panic = (MHD_PanicCallback) NULL |
Handler for fatal errors.
Definition at line 36 of file mhd_panic.c.
Referenced by MHD_set_panic_func().
| void* mhd_panic_cls = NULL |
Closure argument for mhd_panic.
Definition at line 41 of file mhd_panic.c.
Referenced by MHD_set_panic_func().