|
GNU libmicrohttpd 1.0.0
|


Go to the source code of this file.
Macros | |
| #define | MHD_PANIC(msg) |
| #define | MHD_itc_destroy_chk_(itc) |
| #define | MHD_ITC_IS_INVALID_(itc) |
| #define MHD_itc_destroy_chk_ | ( | itc | ) |
Destroy previously initialised ITC and abort execution if error is detected.
| itc | the itc to destroy |
Definition at line 353 of file mhd_itc.h.
Referenced by MHD_daemon_destroy(), MHD_start_daemon_va(), MHD_stop_daemon(), and setup_thread_pool().
| #define MHD_ITC_IS_INVALID_ | ( | itc | ) |
Check whether ITC has invalid value.
Macro check whether itc value is invalid, macro does not check whether itc was destroyed.
| itc | the itc to check |
Definition at line 367 of file mhd_itc.h.
Referenced by MHD_stop_daemon(), and stop_workers().